|
CoreGTK
3.10.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 CGTKFontButton.h.
| - (GtkFontButton *) FONTBUTTON |
Methods
Definition at line 60 of file CGTKFontButton.m.
| - (NSString *) getFontName |
| - (BOOL) getShowSize |
| - (BOOL) getShowStyle |
| - (NSString *) getTitle |
| - (BOOL) getUseFont |
| - (BOOL) getUseSize |
| - (id) init |
| - (BOOL) setFontName: | (NSString*) | fontname |
-(BOOL*)setFontName: fontname;
| fontname |
Definition at line 95 of file CGTKFontButton.m.
| - (void) setShowSize: | (BOOL) | showSize |
| - (void) setShowStyle: | (BOOL) | showStyle |
-(void*)setShowStyle: showStyle;
| showStyle |
Definition at line 105 of file CGTKFontButton.m.
| - (void) setTitle: | (NSString*) | title |
| - (void) setUseFont: | (BOOL) | useFont |
| - (void) setUseSize: | (BOOL) | useSize |