]> Pileus Git - ~andy/gtk/commitdiff
Remove leftover documentation of the filter functionality that got removed
authorMatthias Clasen <maclas@gmx.de>
Thu, 20 Nov 2003 23:10:05 +0000 (23:10 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Thu, 20 Nov 2003 23:10:05 +0000 (23:10 +0000)
Fri Nov 21 00:09:36 2003  Matthias Clasen  <maclas@gmx.de>

* gtk/tmpl/gtkfontsel.sgml:
* gtk/tmpl/gtkfontseldlg.sgml: Remove leftover documentation of
the filter functionality that got removed long ago.

docs/reference/ChangeLog
docs/reference/gtk/tmpl/gtkfontsel.sgml
docs/reference/gtk/tmpl/gtkfontseldlg.sgml

index ba1fba06c777b8ba9a68287fa549fbd56d788cc8..5b76bce52fb610de78912b0bc6752bd1d015d53c 100644 (file)
@@ -1,3 +1,9 @@
+Fri Nov 21 00:09:36 2003  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/tmpl/gtkfontsel.sgml: 
+       * gtk/tmpl/gtkfontseldlg.sgml: Remove leftover documentation of
+       the filter functionality that got removed long ago.
+
 2003-11-18  Federico Mena Quintero  <federico@ximian.com>
 
        * gtk/tmpl/gtkfilechooser.sgml: Added sections section about
index ab9854e6203a7ccca2eb3ad844098a4e498a3fb4..502b104e9ec82b26bcb0f1b3cc64f5510013fa01 100644 (file)
@@ -23,15 +23,6 @@ or gtk_font_selection_get_font_name().
 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>
index ca463648871db0ed06fa444de1f2631d3bd3a8f0..5e15d6e6bec9ae5643de4768c6c9e093391dd0b9 100644 (file)
@@ -20,38 +20,6 @@ or gtk_font_selection_dialog_get_font_name().
 To change the text which is shown in the preview area, use
 gtk_font_selection_dialog_set_preview_text().
 </para>
-<para>
-Filters can be used to limit the fonts shown. There are 2 filters in the
-#GtkFontSelectionDialog - 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 dialog.
-</para>
-
-<example>
-<title>Setting a filter to show only fixed-width fonts.</title>
-<programlisting>
-  gchar *spacings[] = { "c", "m", NULL };
-  gtk_font_selection_dialog_set_filter (GTK_FONT_SELECTION_DIALOG (fontsel),
-                                      GTK_FONT_FILTER_BASE, GTK_FONT_ALL,
-                                      NULL, NULL, NULL, NULL, spacings, NULL);
-</programlisting>
-</example>
-
-<para>
-To allow only true scalable fonts to be selected use:
-</para>
-
-<example>
-<title>Setting a filter to show only true scalable fonts.</title>
-<programlisting>
-  gtk_font_selection_dialog_set_filter (GTK_FONT_SELECTION_DIALOG (fontsel),
-                                      GTK_FONT_FILTER_BASE, GTK_FONT_SCALABLE,
-                                      NULL, NULL, NULL, NULL, NULL, NULL);
-</programlisting>
-</example>
 
 <!-- ##### SECTION See_Also ##### -->
 <para>