|
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 CGTKAssistant.h.
| - (void) addActionWidget: | (CGTKWidget*) | child |
| - (gint) appendPage: | (CGTKWidget*) | page |
-(gint*)appendPage: page;
| page |
Definition at line 58 of file CGTKAssistant.m.
| - (GtkAssistant *) ASSISTANT |
Methods
Definition at line 48 of file CGTKAssistant.m.
| - (void) commit |
-(void*)commit;
Definition at line 63 of file CGTKAssistant.m.
| - (gint) getCurrentPage |
| - (gint) getNpages |
| - (CGTKWidget *) getNthPage: | (gint) | pageNum |
-(CGTKWidget**)getNthPage: pageNum;
| pageNum |
Definition at line 78 of file CGTKAssistant.m.
| - (BOOL) getPageComplete: | (CGTKWidget*) | page |
-(BOOL*)getPageComplete: page;
| page |
Definition at line 83 of file CGTKAssistant.m.
| - (GdkPixbuf *) getPageHeaderImage: | (CGTKWidget*) | page |
-(GdkPixbuf**)getPageHeaderImage: page;
| page |
Definition at line 88 of file CGTKAssistant.m.
| - (GdkPixbuf *) getPageSideImage: | (CGTKWidget*) | page |
-(GdkPixbuf**)getPageSideImage: page;
| page |
Definition at line 93 of file CGTKAssistant.m.
| - (NSString *) getPageTitle: | (CGTKWidget*) | page |
-(NSString**)getPageTitle: page;
| page |
Definition at line 98 of file CGTKAssistant.m.
| - (GtkAssistantPageType) getPageType: | (CGTKWidget*) | page |
-(GtkAssistantPageType*)getPageType: page;
| page |
Definition at line 103 of file CGTKAssistant.m.
| - (id) init |
Constructors
Definition at line 36 of file CGTKAssistant.m.
| - (gint) insertPageWithPage: | (CGTKWidget*) | page | |
| andPosition: | (gint) | position | |
-(gint*)insertPageWithPage:(CGTKWidget*) page andPosition:(gint) position;
| page | |
| position |
Definition at line 108 of file CGTKAssistant.m.
| - (void) nextPage |
-(void*)nextPage;
Definition at line 113 of file CGTKAssistant.m.
| - (gint) prependPage: | (CGTKWidget*) | page |
-(gint*)prependPage: page;
| page |
Definition at line 118 of file CGTKAssistant.m.
| - (void) previousPage |
-(void*)previousPage;
Definition at line 123 of file CGTKAssistant.m.
| - (void) removeActionWidget: | (CGTKWidget*) | child |
| - (void) removePage: | (gint) | pageNum |
| - (void) setCurrentPage: | (gint) | pageNum |
| - (void) setForwardPageFuncWithPageFunc: | (GtkAssistantPageFunc) | pageFunc | |
| andData: | (gpointer) | data | |
| andDestroy: | (GDestroyNotify) | destroy | |
-(void*)setForwardPageFuncWithPageFunc:(GtkAssistantPageFunc) pageFunc andData:(gpointer) data andDestroy:(GDestroyNotify) destroy;
| pageFunc | |
| data | |
| destroy |
Definition at line 143 of file CGTKAssistant.m.
| - (void) setPageCompleteWithPage: | (CGTKWidget*) | page | |
| andComplete: | (BOOL) | complete | |
-(void*)setPageCompleteWithPage:(CGTKWidget*) page andComplete:(BOOL) complete;
| page | |
| complete |
Definition at line 148 of file CGTKAssistant.m.
| - (void) setPageHeaderImageWithPage: | (CGTKWidget*) | page | |
| andPixbuf: | (GdkPixbuf*) | pixbuf | |
-(void*)setPageHeaderImageWithPage:(CGTKWidget*) page andPixbuf:(GdkPixbuf*) pixbuf;
| page | |
| pixbuf |
Definition at line 153 of file CGTKAssistant.m.
| - (void) setPageSideImageWithPage: | (CGTKWidget*) | page | |
| andPixbuf: | (GdkPixbuf*) | pixbuf | |
-(void*)setPageSideImageWithPage:(CGTKWidget*) page andPixbuf:(GdkPixbuf*) pixbuf;
| page | |
| pixbuf |
Definition at line 158 of file CGTKAssistant.m.
| - (void) setPageTitleWithPage: | (CGTKWidget*) | page | |
| andTitle: | (NSString*) | title | |
-(void*)setPageTitleWithPage:(CGTKWidget*) page andTitle:(NSString*) title;
| page | |
| title |
Definition at line 163 of file CGTKAssistant.m.
| - (void) setPageTypeWithPage: | (CGTKWidget*) | page | |
| andType: | (GtkAssistantPageType) | type | |
-(void*)setPageTypeWithPage:(CGTKWidget*) page andType:(GtkAssistantPageType) type;
| page | |
| type |
Definition at line 168 of file CGTKAssistant.m.
| - (void) updateButtonsState |
-(void*)updateButtonsState;
Definition at line 173 of file CGTKAssistant.m.