void handleExposeEvent(XExposeEvent e, XWindow window) { }
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..."); } }
void handleClientExposeEvent(XExposeEvent e, Client c) { }