|
| NewFileDlg (Application *App) |
|
virtual | ~NewFileDlg () |
|
bool | Apply () |
|
void | OnThemeNamesChanged () |
|
void | SetTheme (Theme *val) |
|
Theme * | GetTheme (void) const |
|
Theme *& | GetRefTheme (void) |
|
| Dialog (Application *App, char const *filename, const char *windowname, char const *domainname, gcu::DialogOwner *owner=NULL, void(*extra_destroy)(gpointer)=NULL, gpointer data=NULL) throw (std::runtime_error) |
|
virtual | ~Dialog () |
|
virtual void | Destroy () |
|
virtual void | Closed () |
|
GtkWindow * | GetWindow () |
|
void | Present () |
|
void | SetTransientFor (GtkWindow *window) |
|
| UIBuilder () |
|
| UIBuilder (char const *filename, char const *domain) throw (std::runtime_error) |
|
virtual | ~UIBuilder () |
|
GtkWidget * | GetWidget (char const *wname) |
|
GtkWidget * | GetRefdWidget (char const *wname) |
|
GObject * | GetObject (char const *name) |
|
void | ActivateActionWidget (char const *path, bool activate) |
|
GtkBuilder * | GetBuilder (void) const |
|
| UIBuilder () |
|
| Dialog (Application *App, const char *windowname, DialogOwner *owner=NULL) throw (std::runtime_error) |
|
void | SetRealName (char const *name, DialogOwner *owner) throw (std::runtime_error) |
|
std::string & | GetWindowName () |
|
Application * | GetApp (void) |
|
The dialog class for creating new files with a given theme.
Definition at line 40 of file newfiledlg.h.