Sets our main struct and passes it to the parent class
Creates a new font picker widget. Since 2.4
Creates a new font picker widget. Since 2.4
The ::font-set signal is emitted when the user selects a font. When handling this signal, use gtk_font_button_get_font_name() to find out which font was just selected. Note that this signal is only emitted when the user changes the font. If you need to react to programmatic font changes as well, use the notify::font-name signal. Since 2.4 See Also GtkFontChooserDialog, GtkColorButton.
Retrieves the name of the currently selected font. This name includes style and size information as well. If you want to render something with the font, use this string with pango_font_description_from_string() . If you're interested in peeking certain values (family name, style, size, weight) just query these properties from the PangoFontDescription object. Since 2.4
Returns whether the font size will be shown in the label. Since 2.4
Returns whether the name of the font style will be shown in the label. Since 2.4
the main Gtk struct as a void*
Retrieves the title of the font chooser dialog. Since 2.4
Returns whether the selected font is used in the label. Since 2.4
Returns whether the selected size is used in the label. Since 2.4
Sets or updates the currently-displayed font in font picker dialog. Since 2.4
If show_size is TRUE, the font size will be displayed along with the name of the selected font. Since 2.4
If show_style is TRUE, the font style will be displayed along with name of the selected font. Since 2.4
Sets the title for the font chooser dialog. Since 2.4
If use_font is TRUE, the font name will be written using the selected font. Since 2.4
If use_size is TRUE, the font name will be written using the selected size. Since 2.4
the main Gtk struct
the main Gtk struct
the main Gtk struct as a void*
The ::activate signal on GtkButton is an action signal and emitting it causes the button to animate press then release. Applications should never connect to this signal, but use the "clicked" signal.
Emitted when the button has been activated (pressed and released).
Warning GtkButton::enter has been deprecated since version 2.8 and should not be used in newly-written code. Use the "enter-notify-event" signal. Emitted when the pointer enters the button.
Warning GtkButton::leave has been deprecated since version 2.8 and should not be used in newly-written code. Use the "leave-notify-event" signal. Emitted when the pointer leaves the button.
Warning GtkButton::pressed has been deprecated since version 2.8 and should not be used in newly-written code. Use the "button-press-event" signal. Emitted when the button is pressed.
Warning GtkButton::released has been deprecated since version 2.8 and should not be used in newly-written code. Use the "button-release-event" signal. Emitted when the button is released.
Warning gtk_button_pressed has been deprecated since version 2.20 and should not be used in newly-written code. Use the "button-press-event" signal. Emits a "pressed" signal to the given GtkButton.
Warning gtk_button_released has been deprecated since version 2.20 and should not be used in newly-written code. Use the "button-release-event" signal. Emits a "released" signal to the given GtkButton.
Emits a "clicked" signal to the given GtkButton.
Warning gtk_button_enter has been deprecated since version 2.20 and should not be used in newly-written code. Use the "enter-notify-event" signal. Emits a "enter" signal to the given GtkButton.
Warning gtk_button_leave has been deprecated since version 2.20 and should not be used in newly-written code. Use the "leave-notify-event" signal. Emits a "leave" signal to the given GtkButton.
Sets the relief style of the edges of the given GtkButton widget. Three styles exist, GTK_RELIEF_NORMAL, GTK_RELIEF_HALF, GTK_RELIEF_NONE. The default style is, as one can guess, GTK_RELIEF_NORMAL.
Returns the current relief style of the given GtkButton.
Fetches the text from the label of the button, as set by gtk_button_set_label(). If the label text has not been set the return value will be NULL. This will be the case if you create an empty button with gtk_button_new() to use as a container.
Sets the text of the label of the button to str. This text is also used to select the stock item if gtk_button_set_use_stock() is used. This will also clear any previously set labels.
Warning gtk_button_get_use_stock is deprecated and should not be used in newly-written code. 3.10 Returns whether the button label is a stock item.
Warning gtk_button_set_use_stock is deprecated and should not be used in newly-written code. 3.10 If TRUE, the label set on the button is used as a stock id to select the stock item for the button.
Returns whether an embedded underline in the button label indicates a mnemonic. See gtk_button_set_use_underline().
If true, an underline in the text of the button label indicates the next character should be used for the mnemonic accelerator key.
Sets whether the button will grab focus when it is clicked with the mouse. Making mouse clicks not grab focus is useful in places like toolbars where you don't want the keyboard focus removed from the main area of the application. Since 2.4
Returns whether the button grabs focus when it is clicked with the mouse. See gtk_button_set_focus_on_click(). Since 2.4
Sets the alignment of the child. This property has no effect unless the child is a GtkMisc or a GtkAlignment. Since 2.4
Gets the alignment of the child in the button. Since 2.4
Set the image of button to the given widget. The image will be displayed if the label text is NULL or if "always-show-image" is TRUE. You don't have to call gtk_widget_show() on image yourself. Since 2.6
Gets the widget that is currenty set as the image of button. This may have been explicitly set by gtk_button_set_image() or constructed by gtk_button_new_from_stock(). Since 2.6
Sets the position of the image relative to the text inside the button. Since 2.10
Gets the position of the image relative to the text inside the button. Since 2.10
If TRUE, the button will always show the image in addition to the label, if available. Use this property if the button would be useless or hard to use without the image.
Returns whether the button will always show the image in addition to the label, if available.
Returns the button's event window if it is realized, NULL otherwise. This function should be rarely needed. Since 2.22
the main Gtk struct as a void*
Emitted when a font is activated. This usually happens when the user double clicks an item, or an item is selected and the user presses one of the keys Space, Shift+Space, Return or Enter. See Also GtkFontChooserDialog, GtkFontChooserWidget, GtkFontButton
Gets the PangoFontFamily representing the selected font family. Font families are a collection of font faces. If the selected font is not installed, returns NULL.
Gets the PangoFontFace representing the selected font group details (i.e. family, slant, weight, width, etc). If the selected font is not installed, returns NULL.
The selected font size.
Gets the currently-selected font name. Note that this can be a different string than what you set with gtk_font_chooser_set_font(), as the font chooser widget may normalize font names and thus return a string with a different structure. For example, "Helvetica Italic Bold 12" could be normalized to "Helvetica Bold Italic 12". Use pango_font_description_equal() if you want to compare two font descriptions.
Sets the currently-selected font.
Gets the currently-selected font. Note that this can be a different string than what you set with gtk_font_chooser_set_font(), as the font chooser widget may normalize font names and thus return a string with a different structure. For example, "Helvetica Italic Bold 12" could be normalized to "Helvetica Bold Italic 12". Use pango_font_description_equal() if you want to compare two font descriptions.
Sets the currently-selected font from font_desc.
Gets the text displayed in the preview area.
Sets the text displayed in the preview area. The text is used to show how the selected font looks.
Returns whether the preview entry is shown or not.
Shows or hides the editable preview entry.
Adds a filter function that decides which fonts to display in the font chooser.
The GtkFontButton is a button which displays the currently selected font an allows to open a font chooser dialog to change the font. It is suitable widget for selecting a font in a preference dialog.