Hoogle Search
Within LTS Haskell 24.41 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
gi-gtk4 GI.Gtk.Objects.ShortcutsSection Connect a signal handler for the changeCurrentPage signal, to be run before the default handler. When overloading is enabled, this is equivalent to
on shortcutsSection #changeCurrentPage callback
getStackPages :: (MonadIO m, IsStack o) => o -> m (Maybe SelectionModel)gi-gtk4 GI.Gtk.Objects.Stack Get the value of the “pages” property. When overloading is enabled, this is equivalent to
get stack #pages
stackGetPage :: (HasCallStack, MonadIO m, IsStack a, IsWidget b) => a -> b -> m StackPagegi-gtk4 GI.Gtk.Objects.Stack Returns the GtkStackPage object for child.
stackGetPages :: (HasCallStack, MonadIO m, IsStack a) => a -> m SelectionModelgi-gtk4 GI.Gtk.Objects.Stack Returns a GListModel that contains the pages of the stack. This can be used to keep an up-to-date view. The model also implements SelectionModel and can be used to track and modify the visible page.
module GI.Gtk.Objects.
StackPage GtkStackPage is an auxiliary class used by GtkStack.
class (GObject o, IsDescendantOf StackPage o) =>
IsStackPage ogi-gtk4 GI.Gtk.Objects.StackPage Type class for types which can be safely cast to StackPage, for instance with toStackPage.
-
gi-gtk4 GI.Gtk.Objects.StackPage Memory-managed wrapper type.
StackPage :: ManagedPtr StackPage -> StackPagegi-gtk4 GI.Gtk.Objects.StackPage No documentation available.
constructStackPageChild :: (IsStackPage o, MonadIO m, IsWidget a) => a -> m (GValueConstruct o)gi-gtk4 GI.Gtk.Objects.StackPage Construct a GValueConstruct with valid value for the “child” property. This is rarely needed directly, but it is used by new.
constructStackPageIconName :: (IsStackPage o, MonadIO m) => Text -> m (GValueConstruct o)gi-gtk4 GI.Gtk.Objects.StackPage Construct a GValueConstruct with valid value for the “icon-name” property. This is rarely needed directly, but it is used by new.