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. adjustBounds :: RangeClass self => Signal self (Double -> IO ())

    gtk Graphics.UI.Gtk.Abstract.Range

    No documentation available.

  2. afterAdjustBounds :: RangeClass self => self -> (Double -> IO ()) -> IO (ConnectId self)

    gtk Graphics.UI.Gtk.Abstract.Range

    Emitted when the range is adjusted by user action. Note the value can be outside the bounds of the range since it depends on the mouse position. Usually you should use onRangeValueChanged / afterRangeValueChanged instead.

  3. onAdjustBounds :: RangeClass self => self -> (Double -> IO ()) -> IO (ConnectId self)

    gtk Graphics.UI.Gtk.Abstract.Range

    Emitted when the range is adjusted by user action. Note the value can be outside the bounds of the range since it depends on the mouse position. Usually you should use onRangeValueChanged / afterRangeValueChanged instead.

  4. rangeAdjustment :: RangeClass self => Attr self Adjustment

    gtk Graphics.UI.Gtk.Abstract.Range

    The Adjustment that contains the current value of this range object.

  5. rangeGetAdjustment :: RangeClass self => self -> IO Adjustment

    gtk Graphics.UI.Gtk.Abstract.Range

    Get the Adjustment which is the "model" object for Range. See rangeSetAdjustment for details.

  6. rangeSetAdjustment :: RangeClass self => self -> Adjustment -> IO ()

    gtk Graphics.UI.Gtk.Abstract.Range

    Sets the adjustment to be used as the "model" object for this range widget. The adjustment indicates the current range value, the minimum and maximum range values, the step/page increments used for keybindings and scrolling, and the page size. The page size is normally 0 for Scale and nonzero for Scrollbar, and indicates the size of the visible area of the widget being scrolled. The page size affects the size of the scrollbar slider.

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

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

    gtk Graphics.UI.Gtk.Buttons.ScaleButton

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

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

    gtk Graphics.UI.Gtk.Display.Label

    Returns the justification of the label. See labelSetJustify.

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

Page 104 of many | Previous | Next