Hoogle Search

Within LTS Haskell 24.28 (ghc-9.10.3)

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

  1. scaleButtonAdjustment :: ScaleButtonClass self => Attr self Adjustment

    gtk3 Graphics.UI.Gtk.Buttons.ScaleButton

    The Adjustment that contains the current value of this scale button object.

  2. labelGetJustify :: LabelClass self => self -> IO Justification

    gtk3 Graphics.UI.Gtk.Display.Label

    Returns the justification of the label. See labelSetJustify.

  3. labelJustify :: LabelClass self => Attr self Justification

    gtk3 Graphics.UI.Gtk.Display.Label

    The alignment of the lines in the text of the label relative to each other. This does NOT affect the alignment of the label within its allocation. Default value: JustifyLeft

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

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

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

    gtk3 Graphics.UI.Gtk.Entry.SpinButton

    The adjustment that holds the value of the spinbutton.

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

    gtk3 Graphics.UI.Gtk.Entry.SpinButton

    Get the adjustment associated with a SpinButton

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

    gtk3 Graphics.UI.Gtk.Entry.SpinButton

    Replaces the Adjustment associated with the spin button.

  8. stockJustifyCenter :: StockId

    gtk3 Graphics.UI.Gtk.General.StockItems

    No documentation available.

  9. stockJustifyFill :: StockId

    gtk3 Graphics.UI.Gtk.General.StockItems

    No documentation available.

  10. stockJustifyLeft :: StockId

    gtk3 Graphics.UI.Gtk.General.StockItems

    No documentation available.

Page 125 of many | Previous | Next