|
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 CGTKStatusbar.h.
| - (guint) getContextId: | (NSString*) | contextDescription |
-(guint*)getContextId: contextDescription;
| contextDescription |
Definition at line 53 of file CGTKStatusbar.m.
| - (CGTKWidget *) getMessageArea |
| - (id) init |
Constructors
Definition at line 36 of file CGTKStatusbar.m.
| - (void) pop: | (guint) | contextId |
| - (guint) pushWithContextId: | (guint) | contextId | |
| andText: | (NSString*) | text | |
-(guint*)pushWithContextId:(guint) contextId andText:(NSString*) text;
| contextId | |
| text |
Definition at line 68 of file CGTKStatusbar.m.
| - (void) removeAll: | (guint) | contextId |
| - (void) removeWithContextId: | (guint) | contextId | |
| andMessageId: | (guint) | messageId | |
-(void*)removeWithContextId:(guint) contextId andMessageId:(guint) messageId;
| contextId | |
| messageId |
Definition at line 73 of file CGTKStatusbar.m.
| - (GtkStatusbar *) STATUSBAR |
Methods
Definition at line 48 of file CGTKStatusbar.m.