]> Pileus Git - ~andy/gtk/blobdiff - gtk/gtkpaned.h
Minor documentation improvements
[~andy/gtk] / gtk / gtkpaned.h
index 27e8201de2f912c0667c7eb71266fc6fd562be97..ed968e4685919e8c211bd01a6e83ab977264ca2d 100644 (file)
@@ -51,37 +51,8 @@ struct _GtkPaned
 {
   GtkContainer container;
 
-  GtkWidget *GSEAL (child1);
-  GtkWidget *GSEAL (child2);
-
-  GdkWindow *GSEAL (handle);
-  GdkGC *GSEAL (xor_gc);
-  GdkCursorType GSEAL (cursor_type);
-
   /*< private >*/
-  GdkRectangle GSEAL (handle_pos);
-
-  gint GSEAL (child1_size);
-  gint GSEAL (last_allocation);
-  gint GSEAL (min_position);
-  gint GSEAL (max_position);
-
-  guint GSEAL (position_set) : 1;
-  guint GSEAL (in_drag) : 1;
-  guint GSEAL (child1_shrink) : 1;
-  guint GSEAL (child1_resize) : 1;
-  guint GSEAL (child2_shrink) : 1;
-  guint GSEAL (child2_resize) : 1;
-  guint GSEAL (orientation) : 1;
-  guint GSEAL (in_recursion) : 1;
-  guint GSEAL (handle_prelit) : 1;
-
-  GtkWidget *GSEAL (last_child1_focus);
-  GtkWidget *GSEAL (last_child2_focus);
-  GtkPanedPrivate *GSEAL (priv);
-
-  gint GSEAL (drag_pos);
-  gint GSEAL (original_position);
+  GtkPanedPrivate *priv;
 };
 
 struct _GtkPanedClass
@@ -107,6 +78,7 @@ struct _GtkPanedClass
 
 
 GType       gtk_paned_get_type     (void) G_GNUC_CONST;
+GtkWidget * gtk_paned_new          (GtkOrientation orientation);
 void        gtk_paned_add1         (GtkPaned       *paned,
                                     GtkWidget      *child);
 void        gtk_paned_add2         (GtkPaned       *paned,