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. notebookSetTabLabelText :: (HasCallStack, MonadIO m, IsNotebook a, IsWidget b) => a -> b -> Text -> m ()

    gi-gtk3 GI.Gtk.Objects.Notebook

    Creates a new label and sets it as the tab label for the page containing child.

  2. notebookSetTabPos :: (HasCallStack, MonadIO m, IsNotebook a) => a -> PositionType -> m ()

    gi-gtk3 GI.Gtk.Objects.Notebook

    Sets the edge at which the tabs for switching pages in the notebook are drawn.

  3. notebookSetTabReorderable :: (HasCallStack, MonadIO m, IsNotebook a, IsWidget b) => a -> b -> Bool -> m ()

    gi-gtk3 GI.Gtk.Objects.Notebook

    Sets whether the notebook tab can be reordered via drag and drop or not. Since: 2.10

  4. notebookPageAccessibleInvalidate :: (HasCallStack, MonadIO m, IsNotebookPageAccessible a) => a -> m ()

    gi-gtk3 GI.Gtk.Objects.NotebookPageAccessible

    No description available in the introspection data.

  5. notebookPageAccessibleNew :: (HasCallStack, MonadIO m, IsNotebookAccessible a, IsWidget b) => a -> b -> m NotebookPageAccessible

    gi-gtk3 GI.Gtk.Objects.NotebookPageAccessible

    No description available in the introspection data.

  6. noTextCharPredicate :: Maybe TextCharPredicate

    gi-gtk4 GI.Gtk.Callbacks

    A convenience synonym for Nothing :: Maybe TextCharPredicate.

  7. noTextCharPredicate_WithClosures :: Maybe TextCharPredicate_WithClosures

    gi-gtk4 GI.Gtk.Callbacks

    A convenience synonym for Nothing :: Maybe TextCharPredicate_WithClosures.

  8. noTextTagTableForeach :: Maybe TextTagTableForeach

    gi-gtk4 GI.Gtk.Callbacks

    A convenience synonym for Nothing :: Maybe TextTagTableForeach.

  9. noTextTagTableForeach_WithClosures :: Maybe TextTagTableForeach_WithClosures

    gi-gtk4 GI.Gtk.Callbacks

    A convenience synonym for Nothing :: Maybe TextTagTableForeach_WithClosures.

  10. notebookAppendPage :: (HasCallStack, MonadIO m, IsNotebook a, IsWidget b, IsWidget c) => a -> b -> Maybe c -> m Int32

    gi-gtk4 GI.Gtk.Objects.Notebook

    Appends a page to notebook.

Page 24 of many | Previous | Next