|
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 CGTKToolItemGroup.h.
| - (BOOL) getCollapsed |
| - (GtkToolItem *) getDropItemWithX: | (gint) | x | |
| andY: | (gint) | y | |
-(GtkToolItem**)getDropItemWithX:(gint) x andY:(gint) y;
| x | |
| y |
Definition at line 58 of file CGTKToolItemGroup.m.
| - (PangoEllipsizeMode) getEllipsize |
-(PangoEllipsizeMode*)getEllipsize;
Definition at line 63 of file CGTKToolItemGroup.m.
| - (GtkReliefStyle) getHeaderRelief |
-(GtkReliefStyle*)getHeaderRelief;
Definition at line 68 of file CGTKToolItemGroup.m.
| - (gint) getItemPosition: | (GtkToolItem*) | item |
-(gint*)getItemPosition: item;
| item |
Definition at line 73 of file CGTKToolItemGroup.m.
| - (NSString *) getLabel |
| - (CGTKWidget *) getLabelWidget |
-(CGTKWidget**)getLabelWidget;
Definition at line 83 of file CGTKToolItemGroup.m.
| - (guint) getNitems |
| - (GtkToolItem *) getNthItem: | (guint) | index |
-(GtkToolItem**)getNthItem: index;
| index |
Definition at line 93 of file CGTKToolItemGroup.m.
| - (id) init: | (NSString*) | label |
Constructors
Definition at line 36 of file CGTKToolItemGroup.m.
| - (void) insertWithItem: | (GtkToolItem*) | item | |
| andPosition: | (gint) | position | |
-(void*)insertWithItem:(GtkToolItem*) item andPosition:(gint) position;
| item | |
| position |
Definition at line 98 of file CGTKToolItemGroup.m.
| - (void) setCollapsed: | (BOOL) | collapsed |
-(void*)setCollapsed: collapsed;
| collapsed |
Definition at line 103 of file CGTKToolItemGroup.m.
| - (void) setEllipsize: | (PangoEllipsizeMode) | ellipsize |
-(void*)setEllipsize: ellipsize;
| ellipsize |
Definition at line 108 of file CGTKToolItemGroup.m.
| - (void) setHeaderRelief: | (GtkReliefStyle) | style |
-(void*)setHeaderRelief: style;
| style |
Definition at line 113 of file CGTKToolItemGroup.m.
| - (void) setItemPositionWithItem: | (GtkToolItem*) | item | |
| andPosition: | (gint) | position | |
-(void*)setItemPositionWithItem:(GtkToolItem*) item andPosition:(gint) position;
| item | |
| position |
Definition at line 118 of file CGTKToolItemGroup.m.
| - (void) setLabel: | (NSString*) | label |
| - (void) setLabelWidget: | (CGTKWidget*) | labelWidget |
-(void*)setLabelWidget: labelWidget;
| labelWidget |
Definition at line 128 of file CGTKToolItemGroup.m.
| - (GtkToolItemGroup *) TOOLITEMGROUP |
Methods
Definition at line 48 of file CGTKToolItemGroup.m.