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. setAssistantPageComplete :: (MonadIO m, IsAssistantPage o) => o -> Bool -> m ()

    gi-gtk4 GI.Gtk.Objects.AssistantPage

    Set the value of the “complete” property. When overloading is enabled, this is equivalent to

    set assistantPage [ #complete := value ]
    

  2. setAssistantPagePageType :: (MonadIO m, IsAssistantPage o) => o -> AssistantPageType -> m ()

    gi-gtk4 GI.Gtk.Objects.AssistantPage

    Set the value of the “page-type” property. When overloading is enabled, this is equivalent to

    set assistantPage [ #pageType := value ]
    

  3. setAssistantPageTitle :: (MonadIO m, IsAssistantPage o) => o -> Text -> m ()

    gi-gtk4 GI.Gtk.Objects.AssistantPage

    Set the value of the “title” property. When overloading is enabled, this is equivalent to

    set assistantPage [ #title := value ]
    

  4. toAssistantPage :: (MonadIO m, IsAssistantPage o) => o -> m AssistantPage

    gi-gtk4 GI.Gtk.Objects.AssistantPage

    Cast to AssistantPage, for types for which this is known to be safe. For general casts, use castTo.

  5. type NotebookChangeCurrentPageCallback = Int32 -> IO Bool

    gi-gtk4 GI.Gtk.Objects.Notebook

    No description available in the introspection data.

  6. type NotebookPageAddedCallback = Widget -> Word32 -> IO ()

    gi-gtk4 GI.Gtk.Objects.Notebook

    the pageAdded signal is emitted in the notebook right after a page is added to the notebook.

  7. type NotebookPageRemovedCallback = Widget -> Word32 -> IO ()

    gi-gtk4 GI.Gtk.Objects.Notebook

    the pageRemoved signal is emitted in the notebook right after a page is removed from the notebook.

  8. type NotebookPageReorderedCallback = Widget -> Word32 -> IO ()

    gi-gtk4 GI.Gtk.Objects.Notebook

    the pageReordered signal is emitted in the notebook right after a page has been reordered.

  9. type NotebookSelectPageCallback = Bool -> IO Bool

    gi-gtk4 GI.Gtk.Objects.Notebook

    No description available in the introspection data.

  10. type NotebookSwitchPageCallback = Widget -> Word32 -> IO ()

    gi-gtk4 GI.Gtk.Objects.Notebook

    Emitted when the user or a function changes the current page.

Page 322 of many | Previous | Next