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. constructNotebookTabPos :: (IsNotebook o, MonadIO m) => PositionType -> m (GValueConstruct o)

    gi-gtk3 GI.Gtk.Objects.Notebook

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

  2. getNotebookEnablePopup :: (MonadIO m, IsNotebook o) => o -> m Bool

    gi-gtk3 GI.Gtk.Objects.Notebook

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

    get notebook #enablePopup
    

  3. getNotebookGroupName :: (MonadIO m, IsNotebook o) => o -> m (Maybe Text)

    gi-gtk3 GI.Gtk.Objects.Notebook

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

    get notebook #groupName
    

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

    gi-gtk3 GI.Gtk.Objects.Notebook

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

    get notebook #page
    

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

    gi-gtk3 GI.Gtk.Objects.Notebook

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

    get notebook #scrollable
    

  6. getNotebookShowBorder :: (MonadIO m, IsNotebook o) => o -> m Bool

    gi-gtk3 GI.Gtk.Objects.Notebook

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

    get notebook #showBorder
    

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

    gi-gtk3 GI.Gtk.Objects.Notebook

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

    get notebook #showTabs
    

  8. getNotebookTabPos :: (MonadIO m, IsNotebook o) => o -> m PositionType

    gi-gtk3 GI.Gtk.Objects.Notebook

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

    get notebook #tabPos
    

  9. onNotebookChangeCurrentPage :: (IsNotebook a, MonadIO m) => a -> ((?self :: a) => NotebookChangeCurrentPageCallback) -> m SignalHandlerId

    gi-gtk3 GI.Gtk.Objects.Notebook

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

    on notebook #changeCurrentPage callback
    

  10. onNotebookCreateWindow :: (IsNotebook a, MonadIO m) => a -> ((?self :: a) => NotebookCreateWindowCallback) -> m SignalHandlerId

    gi-gtk3 GI.Gtk.Objects.Notebook

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

    on notebook #createWindow callback
    

Page 115 of many | Previous | Next