gi-gtk-3.0.32: Gtk bindings
CopyrightWill Thompson Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria
Safe HaskellNone
LanguageHaskell2010

GI.Gtk.Objects.NotebookPageAccessible

Description

No description available in the introspection data.

Synopsis

Exported types

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

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

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

Overloaded 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.