|
The Gnome Chemistry Utils
0.12.11
|
#include <gcu/print-setup-dlg.h>
Public Member Functions | |
| PrintSetupDlg (Application *App, Printable *printable) | |
| virtual | ~PrintSetupDlg () |
Public Member Functions inherited from gcu::Dialog | |
| Dialog (Application *App, char const *filename, const char *windowname, char const *domainname, DialogOwner *owner=NULL, void(*extra_destroy)(gpointer)=NULL, gpointer data=NULL) throw (std::runtime_error) | |
| virtual void | Destroy () |
| virtual bool | Apply () |
| void | Help () |
| GtkWindow * | GetWindow () |
| void | Present () |
| void | SetTransientFor (GtkWindow *window) |
| void | SetRealName (char const *name, DialogOwner *owner) throw (std::runtime_error) |
Public Member Functions inherited from gcu::UIBuilder | |
| UIBuilder (char const *filename, char const *domain) throw (std::runtime_error) | |
| virtual | ~UIBuilder () |
| GtkWidget * | GetWidget (char const *wname) |
| GtkWidget * | GetRefdWidget (char const *wname) |
| GtkComboBox * | GetComboBox (char const *cbname) |
| GtkBuilder * | GetBuilder (void) const |
Additional Inherited Members | |
Protected Member Functions inherited from gcu::Dialog | |
| bool | GetNumber (GtkEntry *Entry, double *x, CheckType c=NoCheck, double min=0, double max=0) |
Protected Attributes inherited from gcu::Dialog | |
| GtkWindow * | dialog |
| Application * | m_App |
The print setup dialog.
Definition at line 37 of file print-setup-dlg.h.
| gcu::PrintSetupDlg::PrintSetupDlg | ( | Application * | App, |
| Printable * | printable | ||
| ) |
| App | the application. |
| printable | the printable object. |
Builds and shows a print setup dialog for the gcu::Printable instance.
|
virtual |
The destructor.
1.8.1.1