| Criawips Reference Manual |
|---|
CriaMainWindow —
struct CriaMainWindow; struct CriaMainWindowClass; struct CriaMainWindowPriv; CriaMainWindow* cria_main_window_new (const gchar *text_uri); CriaPresentation* cria_main_window_get_presentation (CriaMainWindow *self); void cria_main_window_set_presentation (CriaMainWindow *self, CriaPresentation *presentation); void cria_main_window_show_about (CriaMainWindow *self);
struct CriaMainWindowClass {
GObjectClass base_class;
/* signals */
void (*signal) (CriaMainWindow * template,
const gchar * string);
};
CriaMainWindow* cria_main_window_new (const gchar *text_uri);
| text_uri : | |
| Returns : |
CriaPresentation* cria_main_window_get_presentation (CriaMainWindow *self);
| self : | |
| Returns : |
void cria_main_window_set_presentation
(CriaMainWindow *self,
CriaPresentation *presentation);
| self : | |
| presentation : |
| << GUI Classes | CriaSlideView >> |