|
Index
C++ Code Documentation
gtk::widget1::ScreenWindow
Derived from: gtk::widget0::Window
File: WIDGET/gtk/widget1/ScreenWindow.H
public:
- typedef Screen::PointInt PointInt;
- typedef Screen::Color256 Color256;
- ScreenWindow();
 | constructor | |
- virtual ~ScreenWindow();
 | destructor | |
- static uint const DEFAULT_WIDTH = 500;
 | default window width | |
- static uint const DEFAULT_HEIGHT = 500;
 | default window height | |
- void draw_point( PointInt const &p, Color256 const &c);
protected:
- virtual void display_cb() = 0;
private:
- static gint expose_event_cb_( GtkWidget *, GdkEventExpose *event, gpointer p );
- gint expose_event_cb(GdkEventExpose *event);
- Screen *_screen_w;
 | The drawing area inside the window. | |
- ScreenWindow( ScreenWindow const & );
 | disabled copy constructor | |
- ScreenWindow &operator=( ScreenWindow const & );
 | disabled assignment operator | |
|