47 friend class WindowPrivate;
68 Window (
gcp::Application *app,
char const *theme = NULL,
char const *extra_ui = NULL)
throw (std::runtime_error);
124 void Zoom (
double zoom);
188 unsigned m_MessageId;
193 #endif // GCP_WINDOW_H
The Gtk using base classes.
GChemPaint specific C++ classes.
void SetTitle(char const *title)
void SetActive(gcp::Document *pDoc, GtkWidget *w)
virtual char const * GetDefaultTitle()
void SetStatusText(const char *text)
bool OnKeyPressed(GtkWidget *widget, GdkEventKey *ev)
bool OnKeyReleased(GtkWidget *widget, GdkEventKey *ev)
GChemPaint application base class.