32 #import "CoreGTK/CGTKWindow.h"
49 -(GtkAssistant*)ASSISTANT;
77 -(gint)getCurrentPage;
108 -(GdkPixbuf*)getPageHeaderImage:(
CGTKWidget*) page;
116 -(GdkPixbuf*)getPageSideImage:(
CGTKWidget*) page;
132 -(GtkAssistantPageType)getPageType:(
CGTKWidget*) page;
141 -(gint)insertPageWithPage:(
CGTKWidget*) page andPosition:(gint) position;
168 -(void)removeActionWidget:(
CGTKWidget*) child;
175 -(void)removePage:(gint) pageNum;
182 -(void)setCurrentPage:(gint) pageNum;
191 -(void)setForwardPageFuncWithPageFunc:(GtkAssistantPageFunc) pageFunc andData:(gpointer) data andDestroy:(GDestroyNotify) destroy;
199 -(void)setPageCompleteWithPage:(
CGTKWidget*) page andComplete:(BOOL) complete;
207 -(void)setPageHeaderImageWithPage:(
CGTKWidget*) page andPixbuf:(GdkPixbuf*) pixbuf;
215 -(void)setPageSideImageWithPage:(
CGTKWidget*) page andPixbuf:(GdkPixbuf*) pixbuf;
223 -(void)setPageTitleWithPage:(
CGTKWidget*) page andTitle:(NSString*) title;
231 -(void)setPageTypeWithPage:(
CGTKWidget*) page andType:(GtkAssistantPageType) type;
237 -(void)updateButtonsState;