25 #ifndef GCU_GTK_GL_VIEW_H
26 #define GCU_GTK_GL_VIEW_H
42 friend class GLViewPrivate;
78 void DoPrint (GtkPrintOperation *print, GtkPrintContext *context,
int page)
const;
88 GdkPixbuf *
BuildPixbuf (
unsigned width,
unsigned height,
bool use_bg)
const;
92 virtual void GLEnd ();
95 void Reshape (
int width,
int height) ;
107 GLXContext m_Context;
108 XVisualInfo *m_VisualInfo;
113 #endif // GCU_GTK_GL_VIEW_H
The Gtk using base classes.
void DoPrint(GtkPrintOperation *print, GtkPrintContext *context, int page) const
GtkWindow * GetGtkWindow()
GdkPixbuf * BuildPixbuf(unsigned width, unsigned height, bool use_bg) const
virtual ~GLView()
Destructor.
GLView(gcu::GLDocument *pDoc)
Constructor.