GtkToolbar::append_itemGtkToolbar::append_itemGtkButton append_item(string button_text, string tooltip_text, string tooltip_private_text, GtkPixmap icon, string callback, [mixed userparam]);
Adds a new button to the end. Just calls
insert_element() with the
position parameter set to the number of widgets and the widget
type set to button.
|
|