diff finch/libgnt/gntprogressbar.h @ 26556:cd7fa6306f85

Indentation changes, initialization changes etc.
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Sun, 12 Apr 2009 18:58:27 +0000
parents 35430bc421c2
children 5876584828e8
line wrap: on
line diff
--- a/finch/libgnt/gntprogressbar.h	Sun Apr 12 18:10:03 2009 +0000
+++ b/finch/libgnt/gntprogressbar.h	Sun Apr 12 18:58:27 2009 +0000
@@ -1,28 +1,28 @@
 /**
-  * @file gntprogressbar.h Progress Bar API
-  * @ingroup gnt
-  **/
- /**
-  * GNT - The GLib Ncurses Toolkit
-  *
-  * GNT is the legal property of its developers, whose names are too numerous
-  * to list here.  Please refer to the COPYRIGHT file distributed with this
-  * source distribution.
-  *
-  * This library is free software; you can redistribute it and/or modify
-  * it under the terms of the GNU General Public License as published by
-  * the Free Software Foundation; either version 2 of the License, or
-  * (at your option) any later version.
-  *
-  * This program is distributed in the hope that it will be useful,
-  * but WITHOUT ANY WARRANTY; without even the implied warranty of
-  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-  * GNU General Public License for more details.
-  *
-  * You should have received a copy of the GNU General Public License
-  * along with this program; if not, write to the Free Software
-  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02111-1301  USA
-  **/
+ * @file gntprogressbar.h Progress Bar API
+ * @ingroup gnt
+ */
+/*
+ * GNT - The GLib Ncurses Toolkit
+ *
+ * GNT is the legal property of its developers, whose names are too numerous
+ * to list here.  Please refer to the COPYRIGHT file distributed with this
+ * source distribution.
+ *
+ * This library is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02111-1301  USA
+ */
 
 #ifndef GNT_PROGRESS_BAR_H
 #define GNT_PROGRESS_BAR_H
@@ -45,10 +45,7 @@
    GNT_PROGRESS_TOP_TO_BOTTOM,
 } GntProgressBarOrientation;
 
-typedef struct _GntProgressBar
-{
-   GntWidget parent;
-} GntProgressBar;
+typedef struct _GntProgressBar GntProgressBar;
 
 typedef struct _GntProgressBarClass
 {