Hoogle Search

Within LTS Haskell 24.4 (ghc-9.10.2)

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

  1. 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.

  2. 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

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

    gi-gtk3 GI.Gtk.Objects.NotebookPageAccessible

    No description available in the introspection data.

  4. 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.

  5. notebookAppendPage :: (NotebookClass self, WidgetClass child, GlibString string) => self -> child -> string -> IO Int

    gtk Graphics.UI.Gtk.Layout.Notebook

    Appends a page to notebook. The given label will be used for the label widget of the new tab. In case the context menu is enabled, this name will also appear in the popup menu. If you want to specify something else to go in the tab, use notebookAppendPageMenu.

    • This function returned () in Gtk+ version 2.2.X and earlier

  6. notebookAppendPageMenu :: (NotebookClass self, WidgetClass child, WidgetClass tabLabel, WidgetClass menuLabel) => self -> child -> tabLabel -> menuLabel -> IO Int

    gtk Graphics.UI.Gtk.Layout.Notebook

    Appends a page to notebook, specifying the widget to use as the label in the popup menu. Like notebookAppendPage but allows any widget to be used for the label of the new tab and the entry in the page-switch popup menu.

    • This function returned () in Gtk version 2.2.X and earlier

  7. notebookChildDetachable :: NotebookClass self => Attr self Bool

    gtk Graphics.UI.Gtk.Layout.Notebook

    Whether the tab is detachable. Default value: False

  8. notebookChildMenuLabel :: (NotebookClass self, WidgetClass child, GlibString string) => child -> Attr self string

    gtk Graphics.UI.Gtk.Layout.Notebook

    The string displayed in the child's menu entry. Default value: Nothing

  9. notebookChildPosition :: (NotebookClass self, WidgetClass child) => child -> Attr self Int

    gtk Graphics.UI.Gtk.Layout.Notebook

    The index of the child in the parent. Allowed values: >= -1 Default value: 0

  10. notebookChildReorderable :: NotebookClass self => Attr self Bool

    gtk Graphics.UI.Gtk.Layout.Notebook

    Whether the tab is reorderable by user action or not. Default value: False

Page 24 of many | Previous | Next