|
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 CGTKFileChooserButton.h.
| - (GtkFileChooserButton *) FILECHOOSERBUTTON |
Methods
Definition at line 60 of file CGTKFileChooserButton.m.
| - (BOOL) getFocusOnClick |
-(BOOL*)getFocusOnClick;
Reimplemented from CGTKWidget.
Definition at line 65 of file CGTKFileChooserButton.m.
| - (NSString *) getTitle |
| - (gint) getWidthChars |
| - (id) initWithTitle: | (NSString*) | title | |
| andAction: | (GtkFileChooserAction) | action | |
Constructors
Definition at line 36 of file CGTKFileChooserButton.m.
| - (void) setFocusOnClick: | (BOOL) | focusOnClick |
-(void*)setFocusOnClick: focusOnClick;
| focusOnClick |
Reimplemented from CGTKWidget.
Definition at line 80 of file CGTKFileChooserButton.m.
| - (void) setTitle: | (NSString*) | title |
| - (void) setWidthChars: | (gint) | nchars |
-(void*)setWidthChars: nchars;
| nchars |
Definition at line 90 of file CGTKFileChooserButton.m.