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


Additional Inherited Members | |
Class Methods inherited from CGTKWindow | |
| (GList *) | + getDefaultIconList |
| (NSString *) | + getDefaultIconName |
| (GList *) | + listToplevels |
| (void) | + setAutoStartupNotification: |
| (void) | + setDefaultIcon: |
| (BOOL) | + setDefaultIconFromFileWithFilename:andErr: |
| (void) | + setDefaultIconList: |
| (void) | + setDefaultIconName: |
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 CGTKFontSelectionDialog.h.
| - (GtkFontSelectionDialog *) FONTSELECTIONDIALOG |
Methods
Definition at line 48 of file CGTKFontSelectionDialog.m.
| - (CGTKWidget *) getCancelButton |
-(CGTKWidget**)getCancelButton;
Definition at line 53 of file CGTKFontSelectionDialog.m.
| - (NSString *) getFontName |
| - (CGTKWidget *) getFontSelection |
-(CGTKWidget**)getFontSelection;
Definition at line 63 of file CGTKFontSelectionDialog.m.
| - (CGTKWidget *) getOkButton |
-(CGTKWidget**)getOkButton;
Definition at line 68 of file CGTKFontSelectionDialog.m.
| - (NSString *) getPreviewText |
-(NSString**)getPreviewText;
Definition at line 73 of file CGTKFontSelectionDialog.m.
| - (id) init: | (NSString*) | title |
Constructors
Definition at line 36 of file CGTKFontSelectionDialog.m.
| - (BOOL) setFontName: | (NSString*) | fontname |
-(BOOL*)setFontName: fontname;
| fontname |
Definition at line 78 of file CGTKFontSelectionDialog.m.
| - (void) setPreviewText: | (NSString*) | text |
-(void*)setPreviewText: text;
| text |
Definition at line 83 of file CGTKFontSelectionDialog.m.