|
CoreGTK
3.18.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 CGTKHeaderBar.h.
| - (CGTKWidget *) getCustomTitle |
| - (NSString *) getDecorationLayout |
| - (BOOL) getHasSubtitle |
| - (BOOL) getShowCloseButton |
| - (NSString *) getSubtitle |
| - (NSString *) getTitle |
| - (GtkHeaderBar *) HEADERBAR |
Methods
Definition at line 48 of file CGTKHeaderBar.m.
| - (id) init |
Constructors
Definition at line 36 of file CGTKHeaderBar.m.
| - (void) packEnd: | (CGTKWidget*) | child |
| - (void) packStart: | (CGTKWidget*) | child |
| - (void) setCustomTitle: | (CGTKWidget*) | titleWidget |
-(void*)setCustomTitle: titleWidget;
| titleWidget |
Definition at line 93 of file CGTKHeaderBar.m.
| - (void) setDecorationLayout: | (NSString*) | layout |
-(void*)setDecorationLayout: layout;
| layout |
Definition at line 98 of file CGTKHeaderBar.m.
| - (void) setHasSubtitle: | (BOOL) | setting |
| - (void) setShowCloseButton: | (BOOL) | setting |
-(void*)setShowCloseButton: setting;
| setting |
Definition at line 108 of file CGTKHeaderBar.m.
| - (void) setSubtitle: | (NSString*) | subtitle |
| - (void) setTitle: | (NSString*) | title |