]> Pileus Git - ~andy/gtk/commitdiff
Move documentation to inline comments: GtkHScrollbar
authorJavier Jardón <jjardon@gnome.org>
Mon, 11 Apr 2011 01:54:53 +0000 (02:54 +0100)
committerJavier Jardón <jjardon@gnome.org>
Mon, 11 Apr 2011 01:54:53 +0000 (02:54 +0100)
docs/reference/gtk/tmpl/.gitignore
docs/reference/gtk/tmpl/gtkhscrollbar.sgml [deleted file]
gtk/gtkhscrollbar.c

index 14a42b0a74c157fb4ba469c2715be9880d9ab193..144426830c0ec8e022d5f0cca8d58dd6b3622096 100644 (file)
@@ -34,6 +34,7 @@ gtkfilefilter.sgml
 gtkfontbutton.sgml
 gtkhbox.sgml
 gtkhpaned.sgml
+gtkhscrollbar.sgml
 gtkiconview.sgml
 gtkimagemenuitem.sgml
 gtkimcontext.sgml
diff --git a/docs/reference/gtk/tmpl/gtkhscrollbar.sgml b/docs/reference/gtk/tmpl/gtkhscrollbar.sgml
deleted file mode 100644 (file)
index 6412e07..0000000
+++ /dev/null
@@ -1,44 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-GtkHScrollbar
-
-<!-- ##### SECTION Short_Description ##### -->
-A horizontal scrollbar
-
-<!-- ##### SECTION Long_Description ##### -->
-
-<para>
-The #GtkHScrollbar widget is a widget arranged horizontally creating a
-scrollbar. See #GtkScrollbar for details on
-scrollbars. #GtkAdjustment pointers may be added to handle the
-adjustment of the scrollbar or it may be left %NULL in which case one
-will be created for you. See #GtkScrollbar for a description of what the
-fields in an adjustment represent for a scrollbar.
-</para>
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-#GtkScrollbar, #GtkScrolledWindow
-</para>
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### STRUCT GtkHScrollbar ##### -->
-<para>
-The #GtkHScrollbar struct contains private data and should be accessed
-using the functions below.
-</para>
-
-
-<!-- ##### FUNCTION gtk_hscrollbar_new ##### -->
-<para>
-
-</para>
-
-@adjustment: 
-@Returns: 
-
-
index f2933a19529f4ba81381182a154c08bb3a5c3c3f..5b1f1fb9aec62800fb1076cc92d372d400bfe90c 100644 (file)
 #include "gtkintl.h"
 
 
+/**
+ * SECTION:gtkhscrollbar
+ * @Short_description: A horizontal scrollbar
+ * @Title: GtkHScrollbar
+ * @See_also: #GtkScrollbar, #GtkScrolledWindow
+ *
+ * The #GtkHScrollbar widget is a widget arranged horizontally creating a
+ * scrollbar. See #GtkScrollbar for details on
+ * scrollbars. #GtkAdjustment pointers may be added to handle the
+ * adjustment of the scrollbar or it may be left %NULL in which case one
+ * will be created for you. See #GtkScrollbar for a description of what the
+ * fields in an adjustment represent for a scrollbar.
+ */
+
+
 G_DEFINE_TYPE (GtkHScrollbar, gtk_hscrollbar, GTK_TYPE_SCROLLBAR)
 
 static void