diff src/gtkticker.h @ 2387:6190f75950ff

[gaim-migrate @ 2400] no // committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Fri, 28 Sep 2001 23:45:19 +0000
parents c61f9c384413
children 04a5f68f640c
line wrap: on
line diff
--- a/src/gtkticker.h	Fri Sep 28 23:35:44 2001 +0000
+++ b/src/gtkticker.h	Fri Sep 28 23:45:19 2001 +0000
@@ -45,17 +45,17 @@
 typedef struct _GtkTickerClass   GtkTickerClass;
 typedef struct _GtkTickerChild   GtkTickerChild;
 
-// XXX children move from right to left, should be able to go other way
+/* XXX children move from right to left, should be able to go other way */
 
 struct _GtkTicker
 {
   GtkContainer container;
-  guint interval;	// how often to scootch
-  guint spacing;	// inter-child horizontal spacing
-  guint scootch;	// how many pixels to move each scootch
-  gint timer;		// timer object
-  guint total;		// total width of widgets
-  guint width;		// width of containing window
+  guint interval;	/* how often to scootch */
+  guint spacing;	/* inter-child horizontal spacing */
+  guint scootch;	/* how many pixels to move each scootch */
+  gint timer;		/* timer object */
+  guint total;		/* total width of widgets */
+  guint width;		/* width of containing window */
   gboolean dirty;
   GList *children;	
 };