]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk1/window.h
Fix a number of mingw compile errors.
[wxWidgets.git] / include / wx / gtk1 / window.h
index 2d3b634c64bc5f23c26cbb222b4bb9b8ad724b4c..8d37e571486dcaab71fd0c2e5aaa508842fe6066 100644 (file)
@@ -10,6 +10,8 @@
 #ifndef __GTKWINDOWH__
 #define __GTKWINDOWH__
 
 #ifndef __GTKWINDOWH__
 #define __GTKWINDOWH__
 
+typedef struct _GtkTooltips GtkTooltips;
+
 // helper structure that holds class that holds GtkIMContext object and
 // some additional data needed for key events processing
 struct wxGtkIMData;
 // helper structure that holds class that holds GtkIMContext object and
 // some additional data needed for key events processing
 struct wxGtkIMData;
@@ -153,7 +155,7 @@ public:
     void GtkUpdateScrollbar(int orient);
 
     // Called from GTK signal handlers. it indicates that
     void GtkUpdateScrollbar(int orient);
 
     // Called from GTK signal handlers. it indicates that
-    // the layouting functions have to be called later on
+    // the layout functions have to be called later on
     // (i.e. in idle time, implemented in OnInternalIdle() ).
     void GtkUpdateSize() { m_sizeSet = false; }
 
     // (i.e. in idle time, implemented in OnInternalIdle() ).
     void GtkUpdateSize() { m_sizeSet = false; }