]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk1/win_gtk.h
Added missing const to wxGTK's wxMDIChildFrame::GetToolbar; added bc_ide.txt instruct...
[wxWidgets.git] / include / wx / gtk1 / win_gtk.h
index 6bc8e3ea11246e23569fee6b77278dcd33f72bf5..16acb8d30589222dd42a5c65e532fd2137b8a7c9 100644 (file)
@@ -1,12 +1,11 @@
-/////////////////////////////////////////////////////////////////////////////
+////////////////////////////////////////////////////////////////////////////
 // Name:        win_gtk.h
 // Purpose:     wxWindows's GTK base widget
 // Author:      Robert Roebling
-// Created:     01/02/97
-// Id:
-// Copyright:   (c) 1998 Robert Roebling, Julian Smart and Markus Holzem
+// Id:          $Id$
+// Copyright:   (c) 1998 Robert Roebling
 // Licence:    wxWindows licence
-/////////////////////////////////////////////////////////////////////////////
+/////////////////////////////////////////////////////////////////////////// */
 
 
 #ifndef __GTK_MYFIXED_H__
@@ -36,9 +35,6 @@ struct _GtkMyFixed
   GtkContainer container;
 
   GList *children;
-  
-  gint16  scroll_offset_x;
-  gint16  scroll_offset_y;
 };
 
 struct _GtkMyFixedClass
@@ -55,9 +51,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,