summaryrefslogtreecommitdiff
path: root/gtk/gtkprogressbar.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/gtkprogressbar.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/gtkprogressbar.h')
-rw-r--r--gtk/gtkprogressbar.h18
1 files changed, 9 insertions, 9 deletions
diff --git a/gtk/gtkprogressbar.h b/gtk/gtkprogressbar.h
index f4a5aeda40..a62b584ae9 100644
--- a/gtk/gtkprogressbar.h
+++ b/gtk/gtkprogressbar.h
@@ -67,18 +67,18 @@ struct _GtkProgressBar
{
GtkProgress progress;
- GtkProgressBarStyle GSEAL(bar_style);
- GtkProgressBarOrientation GSEAL(orientation);
+ GtkProgressBarStyle GSEAL (bar_style);
+ GtkProgressBarOrientation GSEAL (orientation);
- guint GSEAL(blocks);
- gint GSEAL(in_block);
+ guint GSEAL (blocks);
+ gint GSEAL (in_block);
- gint GSEAL(activity_pos);
- guint GSEAL(activity_step);
- guint GSEAL(activity_blocks);
+ gint GSEAL (activity_pos);
+ guint GSEAL (activity_step);
+ guint GSEAL (activity_blocks);
+
+ gdouble GSEAL (pulse_fraction);
- gdouble GSEAL(pulse_fraction);
-
guint GSEAL (activity_dir) : 1;
guint GSEAL (ellipsize) : 3;
guint GSEAL (dirty) : 1;