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.

  1. type ShortcutsSectionChangeCurrentPageCallback = Int32 -> IO Bool

    gi-gtk4 GI.Gtk.Objects.ShortcutsSection

    No description available in the introspection data.

  2. afterShortcutsSectionChangeCurrentPage :: (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 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.

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

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

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

    gi-gtk4 GI.Gtk.Objects.Stack

    Returns the GtkStackPage object for child.

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

  7. module GI.Gtk.Objects.StackPage

    GtkStackPage is an auxiliary class used by GtkStack.

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

  9. newtype StackPage

    gi-gtk4 GI.Gtk.Objects.StackPage

    Memory-managed wrapper type.

  10. StackPage :: ManagedPtr StackPage -> StackPage

    gi-gtk4 GI.Gtk.Objects.StackPage

    No documentation available.

Page 337 of many | Previous | Next