![]() |
![]() |
![]() |
massifg Reference Manual | ![]() |
---|---|---|---|---|
Top | Description |
#define MASSIFG_GTKUI_MAIN_WINDOW gint massifg_gtkui_init (MassifgApplication *app
); void massifg_gtkui_start (MassifgApplication *app
); void massifg_gtkui_errormsg (MassifgApplication *app
,const gchar *msg_format
,...
);
#define MASSIFG_GTKUI_MAIN_WINDOW "mainwindow"
String identifier for the main window in the gtkbuilder
gint massifg_gtkui_init (MassifgApplication *app
);
Initialize the whole UI.
After calling this, the UI can be started by calling massifg_gtkui_start()
|
A MassifgApplication |
void massifg_gtkui_start (MassifgApplication *app
);
Present the UI, and start the gtk mainloop.
|
A MassifgApplication |
void massifg_gtkui_errormsg (MassifgApplication *app
,const gchar *msg_format
,...
);
Present a error message to the user. The message can be formatted with Pango markup language.
|
A MassifgApplication |
|
printf() like format string |
|
printf() like argument list |