Go to the source code of this file.
◆ GTK_FONT_BUTTON
◆ GTK_FONT_BUTTON_CLASS
◆ GTK_FONT_BUTTON_GET_CLASS
◆ GTK_IS_FONT_BUTTON
◆ GTK_IS_FONT_BUTTON_CLASS
◆ GTK_TYPE_FONT_BUTTON
◆ GtkFontButton
◆ GtkFontButtonClass
◆ GtkFontButtonPrivate
◆ gtk_font_button_get_font_name()
const gchar* gtk_font_button_get_font_name |
( |
GtkFontButton * |
font_button | ) |
|
◆ gtk_font_button_get_show_size()
gboolean gtk_font_button_get_show_size |
( |
GtkFontButton * |
font_button | ) |
|
◆ gtk_font_button_get_show_style()
gboolean gtk_font_button_get_show_style |
( |
GtkFontButton * |
font_button | ) |
|
◆ gtk_font_button_get_title()
const gchar* gtk_font_button_get_title |
( |
GtkFontButton * |
font_button | ) |
|
◆ gtk_font_button_get_type()
GType gtk_font_button_get_type |
( |
void |
| ) |
|
◆ gtk_font_button_get_use_font()
gboolean gtk_font_button_get_use_font |
( |
GtkFontButton * |
font_button | ) |
|
◆ gtk_font_button_get_use_size()
gboolean gtk_font_button_get_use_size |
( |
GtkFontButton * |
font_button | ) |
|
◆ gtk_font_button_new()
◆ gtk_font_button_new_with_font()
GtkWidget* gtk_font_button_new_with_font |
( |
const gchar * |
fontname | ) |
|
◆ gtk_font_button_set_font_name()
gboolean gtk_font_button_set_font_name |
( |
GtkFontButton * |
font_button, |
|
|
const gchar * |
fontname |
|
) |
| |
◆ gtk_font_button_set_show_size()
void gtk_font_button_set_show_size |
( |
GtkFontButton * |
font_button, |
|
|
gboolean |
show_size |
|
) |
| |
◆ gtk_font_button_set_show_style()
void gtk_font_button_set_show_style |
( |
GtkFontButton * |
font_button, |
|
|
gboolean |
show_style |
|
) |
| |
◆ gtk_font_button_set_title()
void gtk_font_button_set_title |
( |
GtkFontButton * |
font_button, |
|
|
const gchar * |
title |
|
) |
| |
◆ gtk_font_button_set_use_font()
void gtk_font_button_set_use_font |
( |
GtkFontButton * |
font_button, |
|
|
gboolean |
use_font |
|
) |
| |
◆ gtk_font_button_set_use_size()
void gtk_font_button_set_use_size |
( |
GtkFontButton * |
font_button, |
|
|
gboolean |
use_size |
|
) |
| |