Connect to FontSet signal.
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.FontDescription.fromString . If you’re interested in peeking certain values (family name, style, size, weight) just query these properties from the #PangoFontDescription object.
Returns whether the font size will be shown in the label.
Returns whether the name of the font style will be shown in the label.
Retrieves the title of the font chooser dialog.
Returns whether the selected font is used in the label.
Returns whether the selected size is used in the label.
Returns this, for use in with statements.
Sets or updates the currently-displayed font in font picker dialog.
If show_size is true, the font size will be displayed along with the name of the selected font.
If show_style is true, the font style will be displayed along with name of the selected font.
Sets the title for the font chooser dialog.
If use_font is true, the font name will be written using the selected font.
If use_size is true, the font name will be written using the selected size.
Get fontName property.
Set fontName property.
Get showSize property.
Set showSize property.
Get showStyle property.
Set showStyle property.
Get title property.
Set title property.
Get useFont property.
Set useFont property.
Get useSize property.
Set useSize property.
Get builder for gtk.font_button.FontButton
Creates a new font picker widget.
Get font property.
Set font property.
Get fontDesc property.
Set fontDesc property.
Get fontFeatures property.
Get language property.
Set language property.
Get level property.
Set level property.
Get previewText property.
Set previewText property.
Get showPreviewEntry property.
Set showPreviewEntry property.
Gets the currently-selected font name.
Gets the currently-selected font.
Gets the #PangoFontFace representing the selected font group details (i.e. family, slant, weight, width, etc).
Gets the #PangoFontFamily representing the selected font family. Font families are a collection of font faces.
Gets the currently-selected font features.
Gets the custom font map of this font chooser widget, or null if it does not have one.
The selected font size.
Gets the language that is used for font features.
Returns the current level of granularity for selecting fonts.
Gets the text displayed in the preview area.
Returns whether the preview entry is shown or not.
Adds a filter function that decides which fonts to display in the font chooser.
Sets the currently-selected font.
Sets the currently-selected font from font_desc.
Sets a custom font map to use for this font chooser widget. A custom font map can be used to present application-specific fonts instead of or in addition to the normal system fonts.
Sets the language to use for font features.
Sets the desired level of granularity for selecting fonts.
Sets the text displayed in the preview area. The text is used to show how the selected font looks.
Shows or hides the editable preview entry.
Connect to FontActivated signal.
Returns this, for use in with statements.
Get builder for gtk.button.Button
Get alwaysShowImage property.
Set alwaysShowImage property.
Get image property.
Set image property.
Get imagePosition property.
Set imagePosition property.
Get xalign property.
Set xalign property.
Get yalign property.
Set yalign property.
Creates a new button containing an icon from the current icon theme.
Creates a new #GtkButton containing the image and text from a [stock item]gtkstock. Some stock ids have preprocessor macros like #GTK_STOCK_OK and #GTK_STOCK_APPLY.
Creates a #GtkButton widget with a #GtkLabel child containing the given text.
Creates a new #GtkButton containing a label. If characters in label are preceded by an underscore, they are underlined. If you need a literal underscore character in a label, use “__” (two underscores). The first underlined character represents a keyboard accelerator called a mnemonic. Pressing Alt and that key activates the button.
Emits a #GtkButton::clicked signal to the given #GtkButton.
Emits a #GtkButton::enter signal to the given #GtkButton.
Gets the alignment of the child in the button.
Returns whether the button will ignore the #GtkSettings:gtk-button-images setting and always show the image, if available.
Returns the button’s event window if it is realized, null otherwise. This function should be rarely needed.
Returns whether the button grabs focus when it is clicked with the mouse. See gtk.button.Button.setFocusOnClick.
Gets the widget that is currenty set as the image of button. This may have been explicitly set by gtk.button.Button.setImage or constructed by gtk.button.Button.newFromStock.
Gets the position of the image relative to the text inside the button.
Fetches the text from the label of the button, as set by gtk.button.Button.setLabel. 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.Button.new_ to use as a container.
Returns the current relief style of the given #GtkButton.
Returns whether the button label is a stock item.
Returns whether an embedded underline in the button label indicates a mnemonic. See gtk_button_set_use_underline ().
Emits a #GtkButton::leave signal to the given #GtkButton.
Emits a #GtkButton::pressed signal to the given #GtkButton.
Emits a #GtkButton::released signal to the given #GtkButton.
Sets the alignment of the child. This property has no effect unless the child is a #GtkMisc or a #GtkAlignment.
If true, the button will ignore the #GtkSettings:gtk-button-images setting and always show the image, if available.
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.
Set the image of button to the given widget. The image will be displayed if the label text is null or if #GtkButton:always-show-image is true. You don’t have to call gtk.widget.Widget.show on image yourself.
Sets the position of the image relative to the text inside the button.
Sets the text of the label of the button to str. This text is also used to select the stock item if gtk.button.Button.setUseStock is used.
Sets the relief style of the edges of the given #GtkButton widget. Two styles exist, gtk.types.ReliefStyle.Normal and gtk.types.ReliefStyle.None. The default style is, as one can guess, gtk.types.ReliefStyle.Normal. The deprecated value gtk.types.ReliefStyle.Half behaves the same as gtk.types.ReliefStyle.Normal.
If true, the label set on the button is used as a stock id to select the stock item for the button.
If true, an underline in the text of the button label indicates the next character should be used for the mnemonic accelerator key.
Connect to Activate signal.
Connect to Clicked signal.
Connect to Enter signal.
Connect to Leave signal.
Connect to Pressed signal.
Connect to Released signal.
Get font property.
Set font property.
Get fontDesc property.
Set fontDesc property.
Get fontFeatures property.
Get language property.
Set language property.
Get level property.
Set level property.
Get previewText property.
Set previewText property.
Get showPreviewEntry property.
Set showPreviewEntry property.
Gets the currently-selected font name.
Gets the currently-selected font.
Gets the #PangoFontFace representing the selected font group details (i.e. family, slant, weight, width, etc).
Gets the #PangoFontFamily representing the selected font family. Font families are a collection of font faces.
Gets the currently-selected font features.
Gets the custom font map of this font chooser widget, or null if it does not have one.
The selected font size.
Gets the language that is used for font features.
Returns the current level of granularity for selecting fonts.
Gets the text displayed in the preview area.
Returns whether the preview entry is shown or not.
Adds a filter function that decides which fonts to display in the font chooser.
Sets the currently-selected font.
Sets the currently-selected font from font_desc.
Sets a custom font map to use for this font chooser widget. A custom font map can be used to present application-specific fonts instead of or in addition to the normal system fonts.
Sets the language to use for font features.
Sets the desired level of granularity for selecting fonts.
Sets the text displayed in the preview area. The text is used to show how the selected font looks.
Shows or hides the editable preview entry.
Connect to FontActivated signal.
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.
CSS nodes
GtkFontButton has a single CSS node with name button and style class .font.