|
CoreGTK
3.22.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 CGTKToolButton.h.
| - (NSString *) getIconName |
| - (CGTKWidget *) getIconWidget |
| - (NSString *) getLabel |
| - (CGTKWidget *) getLabelWidget |
| - (NSString *) getStockId |
| - (BOOL) getUseUnderline |
| - (id) initWithIconWidget: | (CGTKWidget*) | iconWidget | |
| andLabel: | (NSString*) | label | |
| - (void) setIconName: | (NSString*) | iconName |
| - (void) setIconWidget: | (CGTKWidget*) | iconWidget |
-(void*)setIconWidget: iconWidget;
| iconWidget |
Definition at line 100 of file CGTKToolButton.m.
| - (void) setLabel: | (NSString*) | label |
| - (void) setLabelWidget: | (CGTKWidget*) | labelWidget |
-(void*)setLabelWidget: labelWidget;
| labelWidget |
Definition at line 110 of file CGTKToolButton.m.
| - (void) setStockId: | (NSString*) | stockId |
| - (void) setUseUnderline: | (BOOL) | useUnderline |
-(void*)setUseUnderline: useUnderline;
| useUnderline |
Definition at line 120 of file CGTKToolButton.m.
| - (GtkToolButton *) TOOLBUTTON |
Methods
Definition at line 60 of file CGTKToolButton.m.