Hoogle Search

Within LTS Haskell 24.51 (ghc-9.10.3)

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

  1. labelSetJustify :: LabelClass self => self -> Justification -> IO ()

    gtk Graphics.UI.Gtk.Display.Label

    Sets the alignment of the lines in the text of the label relative to each other. JustifyLeft is the default value when the widget is first created with labelNew. If you instead want to set the alignment of the label as a whole, use miscSetAlignment instead. labelSetJustify has no effect on labels containing only a single line.

  2. spinButtonAdjustment :: SpinButtonClass self => Attr self Adjustment

    gtk Graphics.UI.Gtk.Entry.SpinButton

    The adjustment that holds the value of the spinbutton.

  3. spinButtonGetAdjustment :: SpinButtonClass self => self -> IO Adjustment

    gtk Graphics.UI.Gtk.Entry.SpinButton

    Get the adjustment associated with a SpinButton

  4. spinButtonSetAdjustment :: SpinButtonClass self => self -> Adjustment -> IO ()

    gtk Graphics.UI.Gtk.Entry.SpinButton

    Replaces the Adjustment associated with the spin button.

  5. stockJustifyCenter :: StockId

    gtk Graphics.UI.Gtk.General.StockItems

    No documentation available.

  6. stockJustifyFill :: StockId

    gtk Graphics.UI.Gtk.General.StockItems

    No documentation available.

  7. stockJustifyLeft :: StockId

    gtk Graphics.UI.Gtk.General.StockItems

    No documentation available.

  8. stockJustifyRight :: StockId

    gtk Graphics.UI.Gtk.General.StockItems

    No documentation available.

  9. afterSetScrollAdjustments :: LayoutClass self => self -> (Adjustment -> Adjustment -> IO ()) -> IO (ConnectId self)

    gtk Graphics.UI.Gtk.Layout.Layout

    In case the adjustments are replaced, this signal is emitted.

  10. layoutGetHAdjustment :: LayoutClass self => self -> IO Adjustment

    gtk Graphics.UI.Gtk.Layout.Layout

    This function should only be called after the layout has been placed in a ScrolledWindow or otherwise configured for scrolling. It returns the Adjustment used for communication between the horizontal scrollbar and layout. See ScrolledWindow, Scrollbar, Adjustment for details.

Page 105 of many | Previous | Next