summaryrefslogtreecommitdiff
path: root/gtk/gtkhandlebox.h
diff options
context:
space:
mode:
authorMichael Natterer <mitch@imendio.com>2008-06-20 14:17:00 +0000
committerMichael Natterer <mitch@src.gnome.org>2008-06-20 14:17:00 +0000
commitf87182ac4328ca4abfc44e05d641907f6208890a (patch)
tree36f30ed380822f94945b2949bc35b2d047969637 /gtk/gtkhandlebox.h
parent812eaa436f81b0a17015f569da698f7bc80f4ab3 (diff)
downloadgtk+-f87182ac4328ca4abfc44e05d641907f6208890a.tar.gz
gtk/gtkaccellabel.h gtk/gtkactiongroup.h gtk/gtkalignment.h gtk/gtkarrow.h
2008-06-20 Michael Natterer <mitch@imendio.com> * gtk/gtkaccellabel.h * gtk/gtkactiongroup.h * gtk/gtkalignment.h * gtk/gtkarrow.h * gtk/gtkaspectframe.h * gtk/gtkbin.h * gtk/gtkhandlebox.h * gtk/gtkprogressbar.h * gtk/gtkrange.h * gtk/gtkscale.h * gtk/gtkscalebutton.h * gtk/gtkselection.h: fix some formatting and spacing uglyness that got merged from the GSEAL branch. svn path=/trunk/; revision=20643
Diffstat (limited to 'gtk/gtkhandlebox.h')
-rw-r--r--gtk/gtkhandlebox.h18
1 files changed, 9 insertions, 9 deletions
diff --git a/gtk/gtkhandlebox.h b/gtk/gtkhandlebox.h
index b73bdd3968..9ee0fccfd6 100644
--- a/gtk/gtkhandlebox.h
+++ b/gtk/gtkhandlebox.h
@@ -61,21 +61,21 @@ struct _GtkHandleBox
GdkWindow *GSEAL (bin_window); /* parent window for children */
GdkWindow *GSEAL (float_window);
GtkShadowType GSEAL (shadow_type);
- guint GSEAL (handle_position) : 2;
- guint GSEAL (float_window_mapped) : 1;
- guint GSEAL (child_detached) : 1;
- guint GSEAL (in_drag) : 1;
- guint GSEAL (shrink_on_detach) : 1;
+ guint GSEAL (handle_position) : 2;
+ guint GSEAL (float_window_mapped) : 1;
+ guint GSEAL (child_detached) : 1;
+ guint GSEAL (in_drag) : 1;
+ guint GSEAL (shrink_on_detach) : 1;
signed int GSEAL (snap_edge : 3); /* -1 == unset */
/* Variables used during a drag
*/
- gint GSEAL (deskoff_x); /* Offset between root relative coordinates */
- gint GSEAL (deskoff_y); /* and deskrelative coordinates */
+ gint GSEAL (deskoff_x); /* Offset between root relative coords */
+ gint GSEAL (deskoff_y); /* and deskrelative coords */
- GtkAllocation GSEAL (attach_allocation);
- GtkAllocation GSEAL (float_allocation);
+ GtkAllocation GSEAL (attach_allocation);
+ GtkAllocation GSEAL (float_allocation);
};
struct _GtkHandleBoxClass