forked from AuroraMiddleware/gtk
7447ef0fc2
In particular, rename - libraries to lib*-3.0.so - pc files to *-3.0.pc - include paths to /usr/include/gtk-3.0/* - module paths to /usr/lib/gtk-3.0/* - rc files names to gtk-3.0/gtkrc - commandline utilities to *-3.0 - adjust documentation Also change the install location for unix-print headers to /usr/include/gtk-3.0/unix-print/gtk.
195 lines
2.6 KiB
Plaintext
195 lines
2.6 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>
|
|
|
|
<!-- ##### 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:
|
|
|
|
|