gi-gtk-3.0.29: Gtk bindings

CopyrightWill Thompson Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria (inaki@blueleaf.cc)
Safe HaskellNone
LanguageHaskell2010

GI.Gtk.Objects.FontChooserDialog

Contents

Description

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

GtkFontChooserDialog as GtkBuildable

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

Since: 3.2

Synopsis

Exported types

newtype FontChooserDialog Source #

Memory-managed wrapper type.

Instances
GObject FontChooserDialog Source # 
Instance details

Defined in GI.Gtk.Objects.FontChooserDialog

Methods

gobjectType :: IO GType #

HasParentTypes FontChooserDialog Source # 
Instance details

Defined in GI.Gtk.Objects.FontChooserDialog

type ParentTypes FontChooserDialog Source # 
Instance details

Defined in GI.Gtk.Objects.FontChooserDialog

type ParentTypes FontChooserDialog = Dialog ': (Window ': (Bin ': (Container ': (Widget ': (Object ': (ImplementorIface ': (Buildable ': (FontChooser ': ([] :: [Type])))))))))

class (GObject o, IsDescendantOf FontChooserDialog o) => IsFontChooserDialog o Source #

Type class for types which can be safely cast to FontChooserDialog, for instance with toFontChooserDialog.

toFontChooserDialog :: (MonadIO m, IsFontChooserDialog o) => o -> m FontChooserDialog Source #

Cast to FontChooserDialog, for types for which this is known to be safe. For general casts, use castTo.

Methods

new

fontChooserDialogNew Source #

Arguments

:: (HasCallStack, MonadIO m, IsWindow a) 
=> Maybe Text

title: Title of the dialog, or Nothing

-> Maybe a

parent: Transient parent of the dialog, or Nothing

-> m FontChooserDialog

Returns: a new FontChooserDialog

Creates a new FontChooserDialog.

Since: 3.2