gtkRadioToolButtonNew(group = NULL, show = TRUE)
gtkRadioToolButtonNewFromStock(group = NULL, stock.id, show = TRUE)
gtkRadioToolButtonNewFromWidget(group = NULL, show = TRUE)
gtkRadioToolButtonNewWithStockFromWidget(group = NULL, stock.id, show = TRUE)
gtkRadioToolButtonGetGroup(object)
gtkRadioToolButtonSetGroup(object, group)
gtkRadioToolButton(group = NULL, stock.id, show = TRUE)
gtkRadioToolButtonNew
to create a new
gtkRadioToolButtonNewFromWidget
to
create a new gtkRadioToolButtonNewFromStock
or
gtkRadioToolButtonNewFromWidgetWithStock()
to create a new
gtkRadioToolButton
is the result of collapsing the constructors of GtkRadioToolButton
(gtkRadioToolButtonNew
, gtkRadioToolButtonNewFromStock
, gtkRadioToolButtonNewFromWidget
, gtkRadioToolButtonNewWithStockFromWidget
) and accepts a subset of its arguments matching the required arguments of one of its delegate constructors.