mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-11 19:30:10 +00:00
Some more details (#307384, Billy Biggs)
2005-06-13 Matthias Clasen <mclasen@redhat.com> * gtk/tmpl/gtkfontsel.sgml: Some more details (#307384, Billy Biggs)
This commit is contained in:
parent
8cdee385b9
commit
f66144459c
@ -1,3 +1,8 @@
|
||||
2005-06-13 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/tmpl/gtkfontsel.sgml: Some more details (#307384, Billy
|
||||
Biggs)
|
||||
|
||||
2005-06-11 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtk-sections.txt: Add gtk_icon_view_get_visible_range
|
||||
|
@ -36,9 +36,6 @@ gtk_font_selection_set_preview_text().
|
||||
</variablelist>
|
||||
</para>
|
||||
|
||||
<!-- ##### SECTION Stability_Level ##### -->
|
||||
|
||||
|
||||
<!-- ##### STRUCT GtkFontSelection ##### -->
|
||||
<para>
|
||||
The #GtkFontSelection struct contains private data only, and should
|
||||
@ -84,7 +81,10 @@ Gets the currently-selected font name.
|
||||
</para>
|
||||
|
||||
@fontsel: a #GtkFontSelection.
|
||||
@Returns: the currently-selected font name
|
||||
@Returns: the name of the currently selected font, or %NULL if
|
||||
no font is selected. You should g_free() the returned font name
|
||||
after you are done with it.
|
||||
A newly allocated string with the currently-se
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_font_selection_set_font_name ##### -->
|
||||
|
Loading…
Reference in New Issue
Block a user