cl-cffi-gtk3
API documentation
Package:
gtk
Class gtk:toggle-tool-button
Superclasses
gtk:tool-button
,
gtk:tool-item
,
gtk:bin
,
gtk:container
,
gtk:widget
,
gtk:buildable
,
gtk:activatable
,
gtk:actionable
,
gobject:object
,
common-lisp:standard-object
,
common-lisp:t
Documented Subclasses
gtk:radio-tool-button
Direct Slots
active
The
active
property of type
:boolean
(Read / Write)
If the toggle tool button should be pressed in.
Default value:
false
Details
A
gtk:toggle-tool-button
widget is a
gtk:tool-item
widget that contains a toggle button. Use the
gtk:toggle-tool-button-new
function to create a new toggle tool button.
CSS nodes
The
gtk:toggle-tool-button
implementation has a single CSS node with name
togglebutton
.
Signal Details
The "toggled" signal
lambda (button) :run-first
Emitted whenever the toggle tool button changes state.
button
The
gtk:toggle-tool-button
widget that emitted the signal.
Slot Access Functions
gtk:toggle-tool-button-active
Inherited Slot Access Functions
gtk:tool-item-is-important
gtk:tool-item-visible-horizontal
gtk:tool-item-visible-vertical
gtk:widget-app-paintable
gtk:widget-can-default
gtk:widget-can-focus
gtk:widget-composite-child
gtk:widget-double-buffered
gtk:widget-events
gtk:widget-expand
gtk:widget-focus-on-click
gtk:widget-halign
gtk:widget-has-default
gtk:widget-has-focus
gtk:widget-has-tooltip
gtk:widget-height-request
gtk:widget-hexpand
gtk:widget-hexpand-set
gtk:widget-is-focus
gtk:widget-margin
gtk:widget-margin-bottom
gtk:widget-margin-end
gtk:widget-margin-left
gtk:widget-margin-right
gtk:widget-margin-start
gtk:widget-margin-top
gtk:widget-name
gtk:widget-no-show-all
gtk:widget-opacity
gtk:widget-parent
gtk:widget-receives-default
gtk:widget-scale-factor
gtk:widget-sensitive
gtk:widget-style
gtk:widget-tooltip-markup
gtk:widget-tooltip-text
gtk:widget-valign
gtk:widget-vexpand
gtk:widget-vexpand-set
gtk:widget-visible
gtk:widget-width-request
gtk:widget-window
gtk:tool-button-icon-name
gtk:tool-button-icon-widget
gtk:tool-button-label
gtk:tool-button-label-widget
gtk:tool-button-stock-id
gtk:tool-button-use-underline
gtk:actionable-action-name
gtk:actionable-action-target
gtk:activatable-related-action
gtk:activatable-use-action-appearance
gtk:container-border-width
gtk:container-child
gtk:container-resize-mode
g:object-has-reference
g:object-pointer
See also
gtk:tool-item
gtk:radio-tool-button
#2023-3-28