32 #import "CoreGTK/CGTKContainer.h"
49 -(GtkToolbar*)TOOLBAR;
58 -(gint)getDropIndexWithX:(gint) x andY:(gint) y;
65 -(GtkIconSize)getIconSize;
73 -(gint)getItemIndex:(GtkToolItem*) item;
88 -(GtkToolItem*)getNthItem:(gint) n;
95 -(GtkReliefStyle)getReliefStyle;
109 -(GtkToolbarStyle)getStyle;
117 -(void)insertWithItem:(GtkToolItem*) item andPos:(gint) pos;
125 -(void)setDropHighlightItemWithToolItem:(GtkToolItem*) toolItem andIndex:(gint) index;
132 -(void)setIconSize:(GtkIconSize) iconSize;
139 -(void)setShowArrow:(BOOL) showArrow;
146 -(void)setStyle:(GtkToolbarStyle) style;
152 -(void)unsetIconSize;