Hoogle Search

Within LTS Haskell 24.32 (ghc-9.10.3)

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

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

    gi-gtk3 GI.Gtk.Objects.Notebook

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

    after notebook #reorderTab 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.

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

    gi-gtk3 GI.Gtk.Objects.Notebook

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

    after notebook #selectPage 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. afterNotebookSwitchPage :: (IsNotebook a, MonadIO m) => a -> ((?self :: a) => NotebookSwitchPageCallback) -> m SignalHandlerId

    gi-gtk3 GI.Gtk.Objects.Notebook

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

    after notebook #switchPage 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.

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

    gi-gtk3 GI.Gtk.Objects.Notebook

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

    clear #groupName
    

  5. constructNotebookEnablePopup :: (IsNotebook o, MonadIO m) => Bool -> m (GValueConstruct o)

    gi-gtk3 GI.Gtk.Objects.Notebook

    Construct a GValueConstruct with valid value for the “enable-popup” property. This is rarely needed directly, but it is used by new.

  6. constructNotebookGroupName :: (IsNotebook o, MonadIO m) => Text -> m (GValueConstruct o)

    gi-gtk3 GI.Gtk.Objects.Notebook

    Construct a GValueConstruct with valid value for the “group-name” property. This is rarely needed directly, but it is used by new.

  7. constructNotebookPage :: (IsNotebook o, MonadIO m) => Int32 -> m (GValueConstruct o)

    gi-gtk3 GI.Gtk.Objects.Notebook

    Construct a GValueConstruct with valid value for the “page” property. This is rarely needed directly, but it is used by new.

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

    gi-gtk3 GI.Gtk.Objects.Notebook

    Construct a GValueConstruct with valid value for the “scrollable” property. This is rarely needed directly, but it is used by new.

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

    gi-gtk3 GI.Gtk.Objects.Notebook

    Construct a GValueConstruct with valid value for the “show-border” property. This is rarely needed directly, but it is used by new.

  10. constructNotebookShowTabs :: (IsNotebook o, MonadIO m) => Bool -> m (GValueConstruct o)

    gi-gtk3 GI.Gtk.Objects.Notebook

    Construct a GValueConstruct with valid value for the “show-tabs” property. This is rarely needed directly, but it is used by new.

Page 114 of many | Previous | Next