forked from AuroraMiddleware/gtk
85c05a86c0
Mon Dec 8 10:54:44 2003 Owen Taylor <otaylor@redhat.com> * === Released 2.3.1 === * NEWS: Updates for 2.3.1 * configure.in: Version 2.3.1, interface age 0, binary age 301. * gtk/gtkmenuitem.c (gtk_menu_item_can_activate_accel): Rename from gtk_menu_item_real_can_activate_accel() to match GTK+ convention, improve comment. * gtk/gtkwidget.c: Document gtk_widget_can_activate_accel(), can ::can-activate-accel signal. * gtk/gtkwidget.c (closure_accel_activate): Fix spelling in comment. * gtk/gtkmenu.c (gtk_menu_real_can_activate_accel): Clean up comment. * gtk/gtkcellview{,menuitem}.[ch]: Move GET_PRIVATE() macros into the .c file. Mon Dec 8 12:09:21 2003 Owen Taylor <otaylor@redhat.com> * gtk/gtkicontheme.c (find_builtin_icon): Fix a missing 'else'. (#128816, Jorn Baayen)
187 lines
2.5 KiB
Plaintext
187 lines
2.5 KiB
Plaintext
<!-- ##### 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>
|
|
|
|
<!-- ##### STRUCT GtkFontButton ##### -->
|
|
<para>
|
|
|
|
</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>
|
|
|
|
@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:
|
|
|
|
|