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

index d33890a96d0759d31f65d8777f66fa76fa8df142..4b829a2eebc1059b91f761496e50a1fc169d88d8 100644 (file)
@@ -31,6 +31,7 @@ gtkexpander.sgml
 gtkfeatures.sgml
 gtkfixed.sgml
 gtkfilefilter.sgml
+gtkfontbutton.sgml
 gtkhbox.sgml
 gtkhpaned.sgml
 gtkiconview.sgml
diff --git a/docs/reference/gtk/tmpl/gtkfontbutton.sgml b/docs/reference/gtk/tmpl/gtkfontbutton.sgml
deleted file mode 100644 (file)
index ca8253d..0000000
+++ /dev/null
@@ -1,194 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-GtkFontButton
-
-<!-- ##### SECTION Short_Description ##### -->
-A button to launch a font selection dialog
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-The #GtkFontButton is a button which displays the currently selected font an allows to open a font selection 
-dialog to change the font. It is suitable widget for selecting a font in a preference dialog.
-</para>
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-#GtkFontSelectionDialog, #GtkColorButton.
-</para>
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### STRUCT GtkFontButton ##### -->
-<para>
-The GtkFontButton struct has only private members and should not be used
-directly.
-</para>
-
-
-<!-- ##### SIGNAL GtkFontButton::font-set ##### -->
-<para>
-
-</para>
-
-@fontbutton: the object which received the signal.
-
-<!-- ##### ARG GtkFontButton:font-name ##### -->
-<para>
-
-</para>
-
-<!-- ##### ARG GtkFontButton:show-size ##### -->
-<para>
-
-</para>
-
-<!-- ##### ARG GtkFontButton:show-style ##### -->
-<para>
-
-</para>
-
-<!-- ##### ARG GtkFontButton:title ##### -->
-<para>
-
-</para>
-
-<!-- ##### ARG GtkFontButton:use-font ##### -->
-<para>
-
-</para>
-
-<!-- ##### ARG GtkFontButton:use-size ##### -->
-<para>
-
-</para>
-
-<!-- ##### FUNCTION gtk_font_button_new ##### -->
-<para>
-
-</para>
-
-@void: 
-@Returns: 
-
-
-<!-- ##### FUNCTION gtk_font_button_new_with_font ##### -->
-<para>
-
-</para>
-
-@fontname: 
-@Returns: 
-
-
-<!-- ##### FUNCTION gtk_font_button_set_font_name ##### -->
-<para>
-
-</para>
-
-@font_button: 
-@fontname: 
-@Returns: 
-
-
-<!-- ##### FUNCTION gtk_font_button_get_font_name ##### -->
-<para>
-
-</para>
-
-@font_button: 
-@Returns: 
-
-
-<!-- ##### FUNCTION gtk_font_button_set_show_style ##### -->
-<para>
-
-</para>
-
-@font_button: 
-@show_style: 
-
-
-<!-- ##### FUNCTION gtk_font_button_get_show_style ##### -->
-<para>
-
-</para>
-
-@font_button: 
-@Returns: 
-
-
-<!-- ##### FUNCTION gtk_font_button_set_show_size ##### -->
-<para>
-
-</para>
-
-@font_button: 
-@show_size: 
-
-
-<!-- ##### FUNCTION gtk_font_button_get_show_size ##### -->
-<para>
-
-</para>
-
-@font_button: 
-@Returns: 
-
-
-<!-- ##### FUNCTION gtk_font_button_set_use_font ##### -->
-<para>
-
-</para>
-
-@font_button: 
-@use_font: 
-
-
-<!-- ##### FUNCTION gtk_font_button_get_use_font ##### -->
-<para>
-
-</para>
-
-@font_button: 
-@Returns: 
-
-
-<!-- ##### FUNCTION gtk_font_button_set_use_size ##### -->
-<para>
-
-</para>
-
-@font_button: 
-@use_size: 
-
-
-<!-- ##### FUNCTION gtk_font_button_get_use_size ##### -->
-<para>
-
-</para>
-
-@font_button: 
-@Returns: 
-
-
-<!-- ##### FUNCTION gtk_font_button_set_title ##### -->
-<para>
-
-</para>
-
-@font_button: 
-@title: 
-
-
-<!-- ##### FUNCTION gtk_font_button_get_title ##### -->
-<para>
-
-</para>
-
-@font_button: 
-@Returns: 
-
-
index 1f6c7b1b4258ed4c2634e188d4c82302ac4343bc..0cd08f4521b4035ecd74ede4a093f33c0da0027a 100644 (file)
 #include <stdio.h>
 
 
+/**
+ * SECTION:gtkfontbutton
+ * @Short_description: A button to launch a font selection dialog
+ * @Title: GtkFontButton
+ * @See_also: #GtkFontSelectionDialog, #GtkColorButton.
+ *
+ * The #GtkFontButton is a button which displays the currently selected
+ * font an allows to open a font selection dialog to change the font.
+ * It is suitable widget for selecting a font in a preference dialog.
+ */
+
+
 struct _GtkFontButtonPrivate 
 {
   gchar         *title;