|
CoreGTK
3.10.0
CoreGTK is an Objective-C language binding for the GTK+ widget toolkit
|


Additional Inherited Members | |
Class Methods inherited from CGTKWidget | |
| (GtkTextDirection) | + getDefaultDirection |
| (GtkStyle *) | + getDefaultStyle |
| (void) | + popCompositeChild |
| (void) | + pushCompositeChild |
| (void) | + setDefaultDirection: |
Class Methods inherited from CGTKBase | |
| (CGTKBase *) | + withGObject: |
Protected Attributes inherited from CGTKBase | |
| GObject * | __gObject |
Definition at line 34 of file CGTKToolbar.h.
| - (gint) getDropIndexWithX: | (gint) | x | |
| andY: | (gint) | y | |
-(gint*)getDropIndexWithX:(gint) x andY:(gint) y;
| x | |
| y |
Definition at line 53 of file CGTKToolbar.m.
| - (GtkIconSize) getIconSize |
| - (gint) getItemIndex: | (GtkToolItem*) | item |
-(gint*)getItemIndex: item;
| item |
Definition at line 63 of file CGTKToolbar.m.
| - (gint) getNitems |
| - (GtkToolItem *) getNthItem: | (gint) | n |
-(GtkToolItem**)getNthItem: n;
| n |
Definition at line 73 of file CGTKToolbar.m.
| - (GtkReliefStyle) getReliefStyle |
-(GtkReliefStyle*)getReliefStyle;
Definition at line 78 of file CGTKToolbar.m.
| - (BOOL) getShowArrow |
| - (GtkToolbarStyle) getStyle |
-(GtkToolbarStyle*)getStyle;
Reimplemented from CGTKWidget.
Definition at line 88 of file CGTKToolbar.m.
| - (id) init |
Constructors
Definition at line 36 of file CGTKToolbar.m.
| - (void) insertWithItem: | (GtkToolItem*) | item | |
| andPos: | (gint) | pos | |
-(void*)insertWithItem:(GtkToolItem*) item andPos:(gint) pos;
| item | |
| pos |
Definition at line 93 of file CGTKToolbar.m.
| - (void) setDropHighlightItemWithToolItem: | (GtkToolItem*) | toolItem | |
| andIndex: | (gint) | index | |
-(void*)setDropHighlightItemWithToolItem:(GtkToolItem*) toolItem andIndex:(gint) index;
| toolItem | |
| index |
Definition at line 98 of file CGTKToolbar.m.
| - (void) setIconSize: | (GtkIconSize) | iconSize |
| - (void) setShowArrow: | (BOOL) | showArrow |
| - (void) setStyle: | (GtkToolbarStyle) | style |
| - (GtkToolbar *) TOOLBAR |
Methods
Definition at line 48 of file CGTKToolbar.m.
| - (void) unsetIconSize |
-(void*)unsetIconSize;
Definition at line 118 of file CGTKToolbar.m.
| - (void) unsetStyle |
-(void*)unsetStyle;
Definition at line 123 of file CGTKToolbar.m.