Example #1
0
 void handleExposeEvent(XExposeEvent e, XWindow window)
 {
 }
Example #2
0
 public void HandleExpose(XExposeEvent e, XWindow window)
 {
     if (e.window == main_win.ID) {
     DrawClock ();
     main_win.DrawString (gc, new Point (10, 20), "Resize / Move test / Clock / Color test... Press 'Q' to quit...");
       }
 }
Example #3
0
 void handleClientExposeEvent(XExposeEvent e, Client c)
 {
 }