]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk1/dcscreen.h
Some work on tabbing and menu accels,
[wxWidgets.git] / include / wx / gtk1 / dcscreen.h
index c0136643c038af76dc61b943d6c1a50ce713666d..b53d12c8a8e38ffd9916590d932a9028f8c23a8b 100644 (file)
@@ -4,7 +4,7 @@
 // Author:      Robert Roebling
 // Id:          $Id$
 // Copyright:   (c) 1998 Robert Roebling
-// Licence:    wxWindows licence
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 #ifndef __GTKDCSCREENH__
@@ -26,16 +26,16 @@ class wxScreenDC: public wxPaintDC
 {
   DECLARE_DYNAMIC_CLASS(wxScreenDC)
 
- public:
-  wxScreenDC(void);
-  ~wxScreenDC(void);
+public:
+  wxScreenDC();
+  ~wxScreenDC();
 
   static bool StartDrawingOnTop( wxWindow *window );
-  static bool StartDrawingOnTop( wxRectangle *rect = (wxRectangle *) NULL );
-  static bool EndDrawingOnTop(void);
-  
+  static bool StartDrawingOnTop( wxRect *rect = (wxRect *) NULL );
+  static bool EndDrawingOnTop();
+
   // implementation
-  
+
   static GdkWindow  *sm_overlayWindow;
   static int         sm_overlayWindowX;
   static int         sm_overlayWindowY;