gi-gtk-3.0.30: 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.NotebookPageAccessible

Contents

Description

No description available in the introspection data.

Synopsis

Exported types

newtype NotebookPageAccessible Source #

Memory-managed wrapper type.

Instances
GObject NotebookPageAccessible Source # 
Instance details

Defined in GI.Gtk.Objects.NotebookPageAccessible

Methods

gobjectType :: IO GType

HasParentTypes NotebookPageAccessible Source # 
Instance details

Defined in GI.Gtk.Objects.NotebookPageAccessible

type ParentTypes NotebookPageAccessible Source # 
Instance details

Defined in GI.Gtk.Objects.NotebookPageAccessible

type ParentTypes NotebookPageAccessible = Object ': (Object ': (Component ': ([] :: [Type])))

class (GObject o, IsDescendantOf NotebookPageAccessible o) => IsNotebookPageAccessible o Source #

Type class for types which can be safely cast to NotebookPageAccessible, for instance with toNotebookPageAccessible.

Instances
(GObject o, IsDescendantOf NotebookPageAccessible o) => IsNotebookPageAccessible o Source # 
Instance details

Defined in GI.Gtk.Objects.NotebookPageAccessible

toNotebookPageAccessible :: (MonadIO m, IsNotebookPageAccessible o) => o -> m NotebookPageAccessible Source #

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

Methods

invalidate

notebookPageAccessibleInvalidate :: (HasCallStack, MonadIO m, IsNotebookPageAccessible a) => a -> m () Source #

No description available in the introspection data.

new

notebookPageAccessibleNew :: (HasCallStack, MonadIO m, IsNotebookAccessible a, IsWidget b) => a -> b -> m NotebookPageAccessible Source #

No description available in the introspection data.