PHP-GTK
Sunday, November 08, 2009 
download | documentation | applications | faq | changelog | resources 


search for in the  


previousGtkToolbar::get_tooltips
GtkToolbar::insert_spacenext

Last updated: Sun, 08 Nov 2009
view this page in English

GtkToolbar::insert

void insert(GtkToolItem item, int pos);

Inserts a widget that is subclass of GtkToolItem to the toolbar at a certain position.

If pos is 0, it is prepended at the beginning of the toolbar, before all items. If pos is negative, it is appended after all other elements.

Despite all the other prepend_*, append_* or insert_* methods, this one here is the only valid. The other ones are all deprecated.


User Contributed Notes
gtk.gtktoolbar.method.insert.php
add a note about notes
There are no user contributed notes for this page.


previousGtkToolbar::get_tooltips
GtkToolbar::insert_spacenext

Last updated: Sun, 08 Nov 2009
view this page in English


credits 

PHP  Copyright © 2001-2009 The PHP Group
 All rights reserved.
Last updated: Sun Nov 8 02:43:55 2009 UTC