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


Instance Methods | |
| (GtkNativeDialog *) | - NATIVEDIALOG |
| (void) | - destroy |
| (BOOL) | - getModal |
| (const char *) | - getTitle |
| (GtkWindow *) | - getTransientFor |
| (BOOL) | - getVisible |
| (void) | - hide |
| (gint) | - run |
| (void) | - setModal: |
| (void) | - setTitle: |
| (void) | - setTransientFor: |
| (void) | - show |
Instance Methods inherited from CGTKBase | |
| (id) | - initWithGObject: |
| (GtkWidget *) | - WIDGET |
| (void) | - setGObject: |
| (GObject *) | - GOBJECT |
Additional Inherited Members | |
Class Methods inherited from CGTKBase | |
| (CGTKBase *) | + withGObject: |
Protected Attributes inherited from CGTKBase | |
| GObject * | __gObject |
Definition at line 34 of file CGTKNativeDialog.h.
| - (void) destroy |
-(void*)destroy;
Definition at line 41 of file CGTKNativeDialog.m.
| - (BOOL) getModal |
| - (const char *) getTitle |
| - (GtkWindow *) getTransientFor |
| - (BOOL) getVisible |
| - (void) hide |
-(void*)hide;
Definition at line 66 of file CGTKNativeDialog.m.
| - (GtkNativeDialog *) NATIVEDIALOG |
Methods
Definition at line 36 of file CGTKNativeDialog.m.
| - (gint) run |
| - (void) setModal: | (BOOL) | modal |
| - (void) setTitle: | (const char*) | title |
| - (void) setTransientFor: | (GtkWindow*) | parent |
-(void*)setTransientFor: parent;
| parent |
Definition at line 86 of file CGTKNativeDialog.m.
| - (void) show |
-(void*)show;
Definition at line 91 of file CGTKNativeDialog.m.