CriaMainWindow

CriaMainWindow —

Synopsis




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);

Description

Details

struct CriaMainWindow

struct CriaMainWindow {

	GObject			  base_instance;
	CriaMainWindowPriv	* priv;
};


struct CriaMainWindowClass

struct CriaMainWindowClass {

	GObjectClass		  base_class;

	/* signals */
	void (*signal)	       (CriaMainWindow	* template,
				const	gchar	* string);
};


struct CriaMainWindowPriv

struct CriaMainWindowPriv;


cria_main_window_new ()

CriaMainWindow* cria_main_window_new        (const gchar *text_uri);

text_uri :
Returns :

cria_main_window_get_presentation ()

CriaPresentation* cria_main_window_get_presentation
                                            (CriaMainWindow *self);

self :
Returns :

cria_main_window_set_presentation ()

void        cria_main_window_set_presentation
                                            (CriaMainWindow *self,
                                             CriaPresentation *presentation);

self :
presentation :

cria_main_window_show_about ()

void        cria_main_window_show_about     (CriaMainWindow *self);

self :