Creates a new #GtkRadioToolButton, adding it to group.
Returns the radio button group button belongs to.
Returns this, for use in with statements.
Adds button to group, removing it from the group it belonged to before.
Set group property.
Get builder for gtk.radio_tool_button.RadioToolButton
Creates a new #GtkRadioToolButton, adding it to group. The new #GtkRadioToolButton will contain an icon and label from the stock item indicated by stock_id.
Creates a new #GtkRadioToolButton adding it to the same group as gruup
Creates a new #GtkRadioToolButton adding it to the same group as group. The new #GtkRadioToolButton will contain an icon and label from the stock item indicated by stock_id.
Returns this, for use in with statements.
Get builder for gtk.toggle_tool_button.ToggleToolButton
Get active property.
Set active property.
Creates a new #GtkToggleToolButton containing the image and text from a stock item. Some stock ids have preprocessor macros like #GTK_STOCK_OK and #GTK_STOCK_APPLY.
Queries a #GtkToggleToolButton and returns its current state. Returns true if the toggle button is pressed in and false if it is raised.
Sets the status of the toggle tool button. Set to true if you want the GtkToggleButton to be “pressed in”, and false to raise it. This action causes the toggled signal to be emitted.
Connect to Toggled signal.
A #GtkRadioToolButton is a #GtkToolItem that contains a radio button, that is, a button that is part of a group of toggle buttons where only one button can be active at a time.
Use gtk.radio_tool_button.RadioToolButton.new_ to create a new GtkRadioToolButton. Use gtk.radio_tool_button.RadioToolButton.newFromWidget to create a new GtkRadioToolButton that is part of the same group as an existing GtkRadioToolButton.
CSS nodes
GtkRadioToolButton has a single CSS node with name toolbutton.