Hoogle Search

Within LTS Haskell 24.5 (ghc-9.10.2)

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

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

    gtk3 Graphics.UI.Gtk.Layout.Notebook

    Whether the tab is detachable. Default value: False

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

    gtk3 Graphics.UI.Gtk.Layout.Notebook

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

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

    gtk3 Graphics.UI.Gtk.Layout.Notebook

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

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

    gtk3 Graphics.UI.Gtk.Layout.Notebook

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

  5. notebookChildTabExpand :: NotebookClass self => Attr self Bool

    gtk3 Graphics.UI.Gtk.Layout.Notebook

    Whether to expand the child's tab or not. Default value : False

  6. notebookChildTabFill :: NotebookClass self => Attr self Bool

    gtk3 Graphics.UI.Gtk.Layout.Notebook

    Whether the child's tab should fill the allocated area or not. Default value : False

  7. notebookChildTabLabel :: (NotebookClass self, WidgetClass child, GlibString string) => child -> Attr self string

    gtk3 Graphics.UI.Gtk.Layout.Notebook

    The string displayed on the child's tab label. Default value: Nothing

  8. notebookChildTabPackType :: (NotebookClass self, WidgetClass child) => child -> Attr self PackType

    gtk3 Graphics.UI.Gtk.Layout.Notebook

    A PackType indicating whether the child is packed with reference to the start or end of the parent. Default value: PackStart

  9. notebookChildTabPacking :: (NotebookClass self, WidgetClass child) => child -> Attr self Packing

    gtk3 Graphics.UI.Gtk.Layout.Notebook

    The packing style of the child's tab. Default value: PackGrow

  10. notebookCurrentPage :: NotebookClass self => Attr self Int

    gtk3 Graphics.UI.Gtk.Layout.Notebook

    Switches to the page number pageNum. Note that due to historical reasons, Notebook refuses to switch to a page unless the child widget is visible. Therefore, it is recommended to show child widgets before adding them to a notebook. Returns the page number of the current page.

Page 46 of many | Previous | Next