Hoogle Search

Within LTS Haskell 24.49 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. onNotebookReorderTab :: (IsNotebook a, MonadIO m) => a -> ((?self :: a) => NotebookReorderTabCallback) -> m SignalHandlerId

    gi-gtk4 GI.Gtk.Objects.Notebook

    Connect a signal handler for the reorderTab signal, to be run before the default handler. When overloading is enabled, this is equivalent to

    on notebook #reorderTab callback
    

  2. onNotebookSelectPage :: (IsNotebook a, MonadIO m) => a -> ((?self :: a) => NotebookSelectPageCallback) -> m SignalHandlerId

    gi-gtk4 GI.Gtk.Objects.Notebook

    Connect a signal handler for the selectPage signal, to be run before the default handler. When overloading is enabled, this is equivalent to

    on notebook #selectPage callback
    

  3. onNotebookSwitchPage :: (IsNotebook a, MonadIO m) => a -> ((?self :: a) => NotebookSwitchPageCallback) -> m SignalHandlerId

    gi-gtk4 GI.Gtk.Objects.Notebook

    Connect a signal handler for the switchPage signal, to be run before the default handler. When overloading is enabled, this is equivalent to

    on notebook #switchPage callback
    

  4. setNotebookEnablePopup :: (MonadIO m, IsNotebook o) => o -> Bool -> m ()

    gi-gtk4 GI.Gtk.Objects.Notebook

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

    set notebook [ #enablePopup := value ]
    

  5. setNotebookGroupName :: (MonadIO m, IsNotebook o) => o -> Text -> m ()

    gi-gtk4 GI.Gtk.Objects.Notebook

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

    set notebook [ #groupName := value ]
    

  6. setNotebookPage :: (MonadIO m, IsNotebook o) => o -> Int32 -> m ()

    gi-gtk4 GI.Gtk.Objects.Notebook

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

    set notebook [ #page := value ]
    

  7. setNotebookScrollable :: (MonadIO m, IsNotebook o) => o -> Bool -> m ()

    gi-gtk4 GI.Gtk.Objects.Notebook

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

    set notebook [ #scrollable := value ]
    

  8. setNotebookShowBorder :: (MonadIO m, IsNotebook o) => o -> Bool -> m ()

    gi-gtk4 GI.Gtk.Objects.Notebook

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

    set notebook [ #showBorder := value ]
    

  9. setNotebookShowTabs :: (MonadIO m, IsNotebook o) => o -> Bool -> m ()

    gi-gtk4 GI.Gtk.Objects.Notebook

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

    set notebook [ #showTabs := value ]
    

  10. setNotebookTabPos :: (MonadIO m, IsNotebook o) => o -> PositionType -> m ()

    gi-gtk4 GI.Gtk.Objects.Notebook

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

    set notebook [ #tabPos := value ]
    

Page 149 of many | Previous | Next