]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/win_gtk.h
Did much work on colors. It doesn't work and I guess
[wxWidgets.git] / include / wx / gtk / win_gtk.h
index 6bc8e3ea11246e23569fee6b77278dcd33f72bf5..d42e89bebec3ffd3c903b7d4c66b677bb1af7408 100644 (file)
@@ -1,4 +1,4 @@
-/////////////////////////////////////////////////////////////////////////////
+////////////////////////////////////////////////////////////////////////////
 // Name:        win_gtk.h
 // Purpose:     wxWindows's GTK base widget
 // Author:      Robert Roebling
@@ -6,7 +6,7 @@
 // Id:
 // Copyright:   (c) 1998 Robert Roebling, Julian Smart and Markus Holzem
 // Licence:    wxWindows licence
-/////////////////////////////////////////////////////////////////////////////
+/////////////////////////////////////////////////////////////////////////// */
 
 
 #ifndef __GTK_MYFIXED_H__
@@ -36,9 +36,6 @@ struct _GtkMyFixed
   GtkContainer container;
 
   GList *children;
-  
-  gint16  scroll_offset_x;
-  gint16  scroll_offset_y;
 };
 
 struct _GtkMyFixedClass
@@ -55,9 +52,6 @@ struct _GtkMyFixedChild
 
 guint      gtk_myfixed_get_type        (void);
 GtkWidget* gtk_myfixed_new             (void);
-void       gtk_myfixed_set_offset      (GtkMyFixed     *myfixed,
-                                        gint16         x,
-                                        gint16         y);
 void       gtk_myfixed_put             (GtkMyFixed     *myfixed,
                                         GtkWidget      *widget,
                                         gint16         x,