GtkPaned: move public members to private structure
This commit is contained in:
parent
92a1382bd6
commit
8c041cde30
750
gtk/gtkpaned.c
750
gtk/gtkpaned.c
File diff suppressed because it is too large
Load Diff
@ -51,37 +51,8 @@ struct _GtkPaned
|
|||||||
{
|
{
|
||||||
GtkContainer container;
|
GtkContainer container;
|
||||||
|
|
||||||
GtkWidget *GSEAL (child1);
|
|
||||||
GtkWidget *GSEAL (child2);
|
|
||||||
|
|
||||||
GdkWindow *GSEAL (handle);
|
|
||||||
GdkGC *GSEAL (xor_gc);
|
|
||||||
GdkCursorType GSEAL (cursor_type);
|
|
||||||
|
|
||||||
/*< private >*/
|
/*< private >*/
|
||||||
GdkRectangle GSEAL (handle_pos);
|
GtkPanedPrivate *priv;
|
||||||
|
|
||||||
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);
|
|
||||||
};
|
};
|
||||||
|
|
||||||
struct _GtkPanedClass
|
struct _GtkPanedClass
|
||||||
|
Loading…
Reference in New Issue
Block a user