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.

  1. onShortcutsSectionChangeCurrentPage :: (IsShortcutsSection a, MonadIO m) => a -> ((?self :: a) => ShortcutsSectionChangeCurrentPageCallback) -> m SignalHandlerId

    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
    

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

  3. stackGetPage :: (HasCallStack, MonadIO m, IsStack a, IsWidget b) => a -> b -> m StackPage

    gi-gtk4 GI.Gtk.Objects.Stack

    Returns the GtkStackPage object for child.

  4. stackGetPages :: (HasCallStack, MonadIO m, IsStack a) => a -> m SelectionModel

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

  5. module GI.Gtk.Objects.StackPage

    GtkStackPage is an auxiliary class used by GtkStack.

  6. class (GObject o, IsDescendantOf StackPage o) => IsStackPage o

    gi-gtk4 GI.Gtk.Objects.StackPage

    Type class for types which can be safely cast to StackPage, for instance with toStackPage.

  7. newtype StackPage

    gi-gtk4 GI.Gtk.Objects.StackPage

    Memory-managed wrapper type.

  8. StackPage :: ManagedPtr StackPage -> StackPage

    gi-gtk4 GI.Gtk.Objects.StackPage

    No documentation available.

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

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

Page 337 of many | Previous | Next