Hoogle Search

Within LTS Haskell 24.52 (ghc-9.10.3)

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

  1. data PackType

    gtk Graphics.UI.Gtk.Layout.Notebook

    Packing of widgets at start or end in a box

  2. data Packing

    gtk Graphics.UI.Gtk.Layout.Notebook

    Packing parameters of a widget

    • The Packing parameter determines how the child behaves in the horizontal or vertical way in an HBox or VBox, respectively. PackNatural means the child is as big as it requests. It will stay at the start or end of a Box if there is more space available. All children packed with PackRepel will be padded on both sides with additional space. PackGrow will increase the size of a widget so that it covers the available space. A menu bar, for instance, should always stay at the top of a window and should only occupy as little space as possible. Hence it should be packed at the start of a VBox with the packing option PackNatural. The working area of a window (e.g. the text area in an editor) should expand when the window is resized. Here the packing option PackGrow is the right choice and it is irrelevant whether the main area is inserted at the start or the end of a box. Finally PackRepel is most useful in a window where no widget can make use of excess space. Examples include a dialog box without list boxes or text fields.

  3. PosBottom :: PositionType

    gtk Graphics.UI.Gtk.Layout.Notebook

    No documentation available.

  4. PosLeft :: PositionType

    gtk Graphics.UI.Gtk.Layout.Notebook

    No documentation available.

  5. PosRight :: PositionType

    gtk Graphics.UI.Gtk.Layout.Notebook

    No documentation available.

  6. PosTop :: PositionType

    gtk Graphics.UI.Gtk.Layout.Notebook

    No documentation available.

  7. data PositionType

    gtk Graphics.UI.Gtk.Layout.Notebook

    Position a scale's value is drawn relative to the through

  8. data PackDirection

    gtk Graphics.UI.Gtk.MenuComboToolbar.MenuBar

    Determines how to pack a menu bar: left-to-right, right-to-left, top-to-bottom or bottom-to-top.

  9. PackDirectionBtt :: PackDirection

    gtk Graphics.UI.Gtk.MenuComboToolbar.MenuBar

    No documentation available.

  10. PackDirectionLtr :: PackDirection

    gtk Graphics.UI.Gtk.MenuComboToolbar.MenuBar

    No documentation available.

Page 909 of many | Previous | Next