]> Pileus Git - ~andy/gtk/blobdiff - docs/reference/gtk/tmpl/gtkfontsel.sgml
2.9.0
[~andy/gtk] / docs / reference / gtk / tmpl / gtkfontsel.sgml
index 477a23a95ac9435b5b0e49382d8f0c9ffa4e5695..690acf9c465c448f3d75e4b7d679e0c4ee838bb8 100644 (file)
@@ -2,7 +2,7 @@
 GtkFontSelection
 
 <!-- ##### SECTION Short_Description ##### -->
-a widget for selecting fonts.
+A widget for selecting fonts
 
 <!-- ##### SECTION Long_Description ##### -->
 <para>
@@ -16,22 +16,12 @@ To set the font which is initially selected, use
 gtk_font_selection_set_font_name().
 </para>
 <para>
-To get the selected font use gtk_font_selection_get_font()
-or gtk_font_selection_get_font_name().
+To get the selected font use gtk_font_selection_get_font_name().
 </para>
 <para>
 To change the text which is shown in the preview area, use
 gtk_font_selection_set_preview_text().
 </para>
-<para>
-Filters can be used to limit the fonts shown. There are 2 filters in the
-#GtkFontSelection - a base filter and a user filter. The base filter
-can not be changed by the user, so this can be used when the user must choose
-from the restricted set of fonts (e.g. for a terminal-type application you may
-want to force the user to select a fixed-width font). The user filter can be
-changed or reset by the user, by using the 'Reset Filter' button or changing
-the options on the 'Filter' page of the widget.
-</para>
 
 <!-- ##### SECTION See_Also ##### -->
 <para>
@@ -45,6 +35,9 @@ the options on the 'Filter' page of the widget.
 </variablelist>
 </para>
 
+<!-- ##### SECTION Stability_Level ##### -->
+
+
 <!-- ##### STRUCT GtkFontSelection ##### -->
 <para>
 The #GtkFontSelection struct contains private data only, and should
@@ -86,21 +79,19 @@ Gets the currently-selected font.
 
 <!-- ##### FUNCTION gtk_font_selection_get_font_name ##### -->
 <para>
-Gets the currently-selected font name.
 </para>
 
-@fontsel: a #GtkFontSelection.
+@fontsel: 
 @Returns: 
 
 
 <!-- ##### FUNCTION gtk_font_selection_set_font_name ##### -->
 <para>
-Sets the currently-selected font.
 </para>
 
-@fontsel: a #GtkFontSelection.
-@fontname: a fontname.
-@Returns: %TRUE if the font was found.
+@fontsel: 
+@fontname: 
+@Returns: 
 
 
 <!-- ##### FUNCTION gtk_font_selection_get_preview_text ##### -->