Gtk.FontChooserDialog

g Atk.ImplementorIface Atk.ImplementorIface Gtk.Widget Gtk.Widget Atk.ImplementorIface->Gtk.Widget GObject.GInterface GObject.GInterface GObject.GInterface->Atk.ImplementorIface Gtk.Buildable Gtk.Buildable GObject.GInterface->Gtk.Buildable Gtk.FontChooser Gtk.FontChooser GObject.GInterface->Gtk.FontChooser GObject.InitiallyUnowned GObject.InitiallyUnowned GObject.InitiallyUnowned->Gtk.Widget GObject.Object GObject.Object GObject.Object->GObject.InitiallyUnowned Gtk.Bin Gtk.Bin Gtk.Window Gtk.Window Gtk.Bin->Gtk.Window Gtk.Buildable->Gtk.Widget Gtk.Container Gtk.Container Gtk.Container->Gtk.Bin Gtk.Dialog Gtk.Dialog Gtk.FontChooserDialog Gtk.FontChooserDialog Gtk.Dialog->Gtk.FontChooserDialog Gtk.FontChooser->Gtk.FontChooserDialog Gtk.Widget->Gtk.Container Gtk.Window->Gtk.Dialog

Example

../_images/FontChooserDialog.png
Subclasses:

None

Methods

Inherited:

Gtk.Dialog (14), Gtk.Window (119), Gtk.Bin (1), Gtk.Container (35), Gtk.Widget (278), GObject.Object (37), Gtk.Buildable (10), Gtk.FontChooser (19)

Structs:

Gtk.ContainerClass (5), Gtk.WidgetClass (12), GObject.ObjectClass (5)

class

new (title, parent)

Virtual Methods

Inherited:

Gtk.Dialog (2), Gtk.Window (5), Gtk.Container (10), Gtk.Widget (82), GObject.Object (7), Gtk.Buildable (10), Gtk.FontChooser (7)

Properties

Inherited:

Gtk.Dialog (1), Gtk.Window (33), Gtk.Container (3), Gtk.Widget (39), Gtk.FontChooser (7)

Style Properties

Inherited:

Gtk.Dialog (4), Gtk.Window (2), Gtk.Widget (17)

Signals

Inherited:

Gtk.Dialog (2), Gtk.Window (5), Gtk.Container (4), Gtk.Widget (69), GObject.Object (1), Gtk.FontChooser (1)

Fields

Inherited:

Gtk.Dialog (2), Gtk.Window (5), Gtk.Container (4), Gtk.Widget (69), GObject.Object (1), Gtk.FontChooser (1)

Name

Type

Access

Description

parent_instance

Gtk.Dialog

r

Class Details

class Gtk.FontChooserDialog(*args, **kwargs)
Bases:

Gtk.Dialog, Gtk.FontChooser

Abstract:

No

Structure:

Gtk.FontChooserDialogClass

The Gtk.FontChooserDialog widget is a dialog for selecting a font. It implements the Gtk.FontChooser interface.

Gtk.FontChooserDialog as Gtk.Buildable

The Gtk.FontChooserDialog implementation of the Gtk.Buildable interface exposes the buttons with the names “select_button” and “cancel_button”.

New in version 3.2.

classmethod new(title, parent)[source]
Parameters:
Returns:

a new Gtk.FontChooserDialog

Return type:

Gtk.Widget

Creates a new Gtk.FontChooserDialog.

New in version 3.2.