Hoogle Search

Within LTS Haskell 24.38 (ghc-9.10.3)

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

  1. widgetSetScrollAdjustments :: WidgetClass self => self -> Maybe Adjustment -> Maybe Adjustment -> IO Bool

    gtk Graphics.UI.Gtk.Abstract.Widget

    For widgets that support scrolling, sets the scroll adjustments and returns True. For widgets that don't support scrolling, does nothing and returns False. Widgets that don't support scrolling can be scrolled by placing them in a Viewport, which does support scrolling. Removed in Gtk3.

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

    gtk Graphics.UI.Gtk.Buttons.ScaleButton

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

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

    gtk Graphics.UI.Gtk.Display.Label

    Returns the justification of the label. See labelSetJustify.

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

    gtk 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

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

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

    gtk Graphics.UI.Gtk.Entry.SpinButton

    The adjustment that holds the value of the spinbutton.

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

    gtk Graphics.UI.Gtk.Entry.SpinButton

    Get the adjustment associated with a SpinButton

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

    gtk Graphics.UI.Gtk.Entry.SpinButton

    Replaces the Adjustment associated with the spin button.

  9. stockJustifyCenter :: StockId

    gtk Graphics.UI.Gtk.General.StockItems

    No documentation available.

  10. stockJustifyFill :: StockId

    gtk Graphics.UI.Gtk.General.StockItems

    No documentation available.

Page 104 of many | Previous | Next