Index
C++ Code Documentation
gtk::widget0::DrawingArea
Derived from:
gtk::widget0::Widget
Children:
gtk::widget0::Curve
File:
WIDGET/gtk/widget0/DrawingArea.H
public:
DrawingArea() : Widget( gtk_drawing_area_new() );
void size( int width, int height );
protected:
DrawingArea( GtkWidget *x ) : Widget(x);
private:
gtk::widget0::DrawingArea
GANG