5 WorkPlace::WorkPlace():Gtk::Fixed()
9 bool WorkPlace::on_expose_event(GdkEventExpose *e)
12 for(i=0; i<get_width(); i+=32) {
13 get_window()->draw_line(get_style()->get_black_gc(), i, 0, i, get_height());
15 for(i=0; i<get_height(); i+=32) {
16 get_window()->draw_line(get_style()->get_black_gc(), 0, i, get_width(), i);