Index

C++ Code Documentation

gtk::widget1::GLArea

Derived from: ::gtk::widget0::DrawingArea

File: WIDGET/gtk/widget1/GLArea.H

public:
  • GLArea( int attributes[] ) : ::gtk::widget0::DrawingArea( gtk_gl_area_new( attributes ) );
  • void size( uint x, uint y );
  • int make_current();
  • void swap_buffers();
protected:
private:
  • GLArea( GLArea const & );
  • GLArea &operator=( GLArea const & );


gtk::widget1::GLArea GANG