Hoogle Search
Within LTS Haskell 24.51 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
type
ShortcutsSectionChangeCurrentPageCallback = Int32 -> IO Boolgi-gtk4 GI.Gtk.Objects.ShortcutsSection No description available in the introspection data.
-
gi-gtk4 GI.Gtk.Objects.ShortcutsSection Connect a signal handler for the changeCurrentPage signal, to be run after the default handler. When overloading is enabled, this is equivalent to
after shortcutsSection #changeCurrentPage callback
By default the object invoking the signal is not passed to the callback. If you need to access it, you can use the implit ?self parameter. Note that this requires activating the ImplicitParams GHC extension. -
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.