The Gnome Chemistry Utils  0.12.11
Public Member Functions
gcu::PrintSetupDlg Class Reference

#include <gcu/print-setup-dlg.h>

Inheritance diagram for gcu::PrintSetupDlg:
gcu::Dialog gcu::UIBuilder

List of all members.

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
Applicationm_App

Detailed Description

The print setup dialog.

Definition at line 37 of file print-setup-dlg.h.


Constructor & Destructor Documentation

gcu::PrintSetupDlg::PrintSetupDlg ( Application App,
Printable printable 
)
Parameters:
Appthe application.
printablethe printable object.

Builds and shows a print setup dialog for the gcu::Printable instance.

virtual gcu::PrintSetupDlg::~PrintSetupDlg ( )
virtual

The destructor.


The documentation for this class was generated from the following file: