The Gnome Chemistry Utils
0.12.13
|
#include <gcp/zoomdlg.h>
Public Member Functions | |
ZoomDlg (gcp::Document *pDoc) | |
virtual | ~ZoomDlg () |
void | OnFocusIn () |
![]() | |
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) |
![]() | |
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 | |
![]() | |
bool | GetNumber (GtkEntry *Entry, double *x, CheckType c=NoCheck, double min=0, double max=0) |
![]() | |
GtkWindow * | dialog |
Application * | m_App |
gcp::ZoomDlg::ZoomDlg | ( | gcp::Document * | pDoc | ) |
pDoc | the document to zoom. |
Constructs a dialog to change the zoom level for pDoc.
|
virtual |
The destructor.
void gcp::ZoomDlg::OnFocusIn | ( | ) |
Called by the framework when the dialog gets the focus and update the zoom level which might have changed.