gtk+ r20643 - in trunk: . gtk



Author: mitch
Date: Fri Jun 20 14:17:00 2008
New Revision: 20643
URL: http://svn.gnome.org/viewvc/gtk+?rev=20643&view=rev

Log:
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.



Modified:
   trunk/ChangeLog
   trunk/gtk/gtkaccellabel.h
   trunk/gtk/gtkactiongroup.h
   trunk/gtk/gtkalignment.h
   trunk/gtk/gtkarrow.h
   trunk/gtk/gtkaspectframe.h
   trunk/gtk/gtkbin.h
   trunk/gtk/gtkhandlebox.h
   trunk/gtk/gtkprogressbar.h
   trunk/gtk/gtkrange.h
   trunk/gtk/gtkscale.h
   trunk/gtk/gtkscalebutton.h
   trunk/gtk/gtkselection.h

Modified: trunk/gtk/gtkaccellabel.h
==============================================================================
--- trunk/gtk/gtkaccellabel.h	(original)
+++ trunk/gtk/gtkaccellabel.h	Fri Jun 20 14:17:00 2008
@@ -55,13 +55,13 @@
 {
   GtkLabel label;
 
-  guint		 GSEAL (gtk_reserved);
-  guint		 GSEAL (accel_padding);      /* should be style property? */
-  GtkWidget	*GSEAL (accel_widget);       /* done*/
-  GClosure	*GSEAL (accel_closure);      /* has set function */
-  GtkAccelGroup	*GSEAL (accel_group);        /* set by set_accel_closure() */
-  gchar		*GSEAL (accel_string);       /* has set function */
-  guint16	 GSEAL (accel_string_width); /* seems to be private */
+  guint          GSEAL (gtk_reserved);
+  guint          GSEAL (accel_padding);      /* should be style property? */
+  GtkWidget     *GSEAL (accel_widget);       /* done*/
+  GClosure      *GSEAL (accel_closure);      /* has set function */
+  GtkAccelGroup *GSEAL (accel_group);        /* set by set_accel_closure() */
+  gchar         *GSEAL (accel_string);       /* has set function */
+  guint16        GSEAL (accel_string_width); /* seems to be private */
 };
 
 struct _GtkAccelLabelClass

Modified: trunk/gtk/gtkactiongroup.h
==============================================================================
--- trunk/gtk/gtkactiongroup.h	(original)
+++ trunk/gtk/gtkactiongroup.h	Fri Jun 20 14:17:00 2008
@@ -60,7 +60,7 @@
 
   /*< private >*/
 
-  GtkActionGroupPrivate *GSEAL(private_data);
+  GtkActionGroupPrivate *GSEAL (private_data);
 };
 
 struct _GtkActionGroupClass

Modified: trunk/gtk/gtkalignment.h
==============================================================================
--- trunk/gtk/gtkalignment.h	(original)
+++ trunk/gtk/gtkalignment.h	Fri Jun 20 14:17:00 2008
@@ -54,10 +54,10 @@
 {
   GtkBin bin;
 
-  gfloat GSEAL(xalign);
-  gfloat GSEAL(yalign);
-  gfloat GSEAL(xscale);
-  gfloat GSEAL(yscale);
+  gfloat GSEAL (xalign);
+  gfloat GSEAL (yalign);
+  gfloat GSEAL (xscale);
+  gfloat GSEAL (yscale);
 };
 
 struct _GtkAlignmentClass

Modified: trunk/gtk/gtkarrow.h
==============================================================================
--- trunk/gtk/gtkarrow.h	(original)
+++ trunk/gtk/gtkarrow.h	Fri Jun 20 14:17:00 2008
@@ -54,8 +54,8 @@
 {
   GtkMisc misc;
 
-  gint16 GSEAL(arrow_type);
-  gint16 GSEAL(shadow_type);
+  gint16 GSEAL (arrow_type);
+  gint16 GSEAL (shadow_type);
 };
 
 struct _GtkArrowClass

Modified: trunk/gtk/gtkaspectframe.h
==============================================================================
--- trunk/gtk/gtkaspectframe.h	(original)
+++ trunk/gtk/gtkaspectframe.h	Fri Jun 20 14:17:00 2008
@@ -52,10 +52,10 @@
 {
   GtkFrame frame;
 
-  gfloat GSEAL(xalign);
-  gfloat GSEAL(yalign);
-  gfloat GSEAL(ratio);
-  gboolean GSEAL(obey_child);
+  gfloat   GSEAL (xalign);
+  gfloat   GSEAL (yalign);
+  gfloat   GSEAL (ratio);
+  gboolean GSEAL (obey_child);
 
   GtkAllocation GSEAL (center_allocation);
 };

Modified: trunk/gtk/gtkbin.h
==============================================================================
--- trunk/gtk/gtkbin.h	(original)
+++ trunk/gtk/gtkbin.h	Fri Jun 20 14:17:00 2008
@@ -53,7 +53,7 @@
 {
   GtkContainer container;
 
-  GtkWidget * GSEAL(child);
+  GtkWidget *GSEAL (child);
 };
 
 struct _GtkBinClass

Modified: trunk/gtk/gtkhandlebox.h
==============================================================================
--- trunk/gtk/gtkhandlebox.h	(original)
+++ trunk/gtk/gtkhandlebox.h	Fri Jun 20 14:17:00 2008
@@ -61,21 +61,21 @@
   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

Modified: trunk/gtk/gtkprogressbar.h
==============================================================================
--- trunk/gtk/gtkprogressbar.h	(original)
+++ trunk/gtk/gtkprogressbar.h	Fri Jun 20 14:17:00 2008
@@ -67,18 +67,18 @@
 {
   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;

Modified: trunk/gtk/gtkrange.h
==============================================================================
--- trunk/gtk/gtkrange.h	(original)
+++ trunk/gtk/gtkrange.h	Fri Jun 20 14:17:00 2008
@@ -86,7 +86,8 @@
   /* Area of entire stepper + trough assembly in widget->window coords */
   GdkRectangle GSEAL (range_rect);
   /* Slider range along the long dimension, in widget->window coords */
-  gint GSEAL (slider_start), GSEAL (slider_end);
+  gint GSEAL (slider_start);
+  gint GSEAL (slider_end);
 
   /* Round off value to this many digits, -1 for no rounding */
   gint GSEAL (round_digits);

Modified: trunk/gtk/gtkscale.h
==============================================================================
--- trunk/gtk/gtkscale.h	(original)
+++ trunk/gtk/gtkscale.h	Fri Jun 20 14:17:00 2008
@@ -53,7 +53,7 @@
 {
   GtkRange range;
 
-  gint GSEAL(digits);
+  gint  GSEAL (digits);
   guint GSEAL (draw_value) : 1;
   guint GSEAL (value_pos) : 2;
 };

Modified: trunk/gtk/gtkscalebutton.h
==============================================================================
--- trunk/gtk/gtkscalebutton.h	(original)
+++ trunk/gtk/gtkscalebutton.h	Fri Jun 20 14:17:00 2008
@@ -59,8 +59,8 @@
 {
   GtkButton parent;
 
-  GtkWidget *GSEAL(plus_button);
-  GtkWidget *GSEAL(minus_button);
+  GtkWidget *GSEAL (plus_button);
+  GtkWidget *GSEAL (minus_button);
 
   /*< private >*/
   GtkScaleButtonPrivate *GSEAL (priv);

Modified: trunk/gtk/gtkselection.h
==============================================================================
--- trunk/gtk/gtkselection.h	(original)
+++ trunk/gtk/gtkselection.h	Fri Jun 20 14:17:00 2008
@@ -58,12 +58,12 @@
 
 struct _GtkSelectionData
 {
-  GdkAtom	GSEAL (selection);
-  GdkAtom	GSEAL (target);
-  GdkAtom	GSEAL (type);
-  gint		GSEAL (format);
+  GdkAtom       GSEAL (selection);
+  GdkAtom       GSEAL (target);
+  GdkAtom       GSEAL (type);
+  gint          GSEAL (format);
   guchar       *GSEAL (data);
-  gint		GSEAL (length);
+  gint          GSEAL (length);
   GdkDisplay   *GSEAL (display);
 };
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]