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. setNotebookPage :: (MonadIO m, IsNotebook o) => o -> Int32 -> m ()

    gi-gtk3 GI.Gtk.Objects.Notebook

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

    set notebook [ #page := value ]
    

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

    gi-gtk3 GI.Gtk.Objects.Notebook

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

    set notebook [ #scrollable := value ]
    

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

    gi-gtk3 GI.Gtk.Objects.Notebook

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

    set notebook [ #showBorder := value ]
    

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

    gi-gtk3 GI.Gtk.Objects.Notebook

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

    set notebook [ #showTabs := value ]
    

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

    gi-gtk3 GI.Gtk.Objects.Notebook

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

    set notebook [ #tabPos := value ]
    

  6. toNotebook :: (MonadIO m, IsNotebook o) => o -> m Notebook

    gi-gtk3 GI.Gtk.Objects.Notebook

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

  7. class (GObject o, IsDescendantOf NotebookAccessible o) => IsNotebookAccessible o

    gi-gtk3 GI.Gtk.Objects.NotebookAccessible

    Type class for types which can be safely cast to NotebookAccessible, for instance with toNotebookAccessible.

  8. toNotebookAccessible :: (MonadIO m, IsNotebookAccessible o) => o -> m NotebookAccessible

    gi-gtk3 GI.Gtk.Objects.NotebookAccessible

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

  9. class (GObject o, IsDescendantOf NotebookPageAccessible o) => IsNotebookPageAccessible o

    gi-gtk3 GI.Gtk.Objects.NotebookPageAccessible

    Type class for types which can be safely cast to NotebookPageAccessible, for instance with toNotebookPageAccessible.

  10. toNotebookPageAccessible :: (MonadIO m, IsNotebookPageAccessible o) => o -> m NotebookPageAccessible

    gi-gtk3 GI.Gtk.Objects.NotebookPageAccessible

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

Page 117 of many | Previous | Next