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.
containerGetFocusVAdjustment :: ContainerClass self => self -> IO (Maybe Adjustment)gtk3 Graphics.UI.Gtk.Abstract.Container Retrieves the vertical focus adjustment for the container. See containerSetFocusVAdjustment.
containerSetFocusHAdjustment :: ContainerClass self => self -> Adjustment -> IO ()gtk3 Graphics.UI.Gtk.Abstract.Container Hooks up an adjustment to focus handling in a container, so when a child of the container is focused, the adjustment is scrolled to show that widget. This function sets the horizontal alignment. See scrolledWindowGetHAdjustment for a typical way of obtaining the adjustment and containerSetFocusVAdjustment for setting the vertical adjustment. The adjustments have to be in pixel units and in the same coordinate system as the allocation for immediate children of the container.
containerSetFocusVAdjustment :: ContainerClass self => self -> Adjustment -> IO ()gtk3 Graphics.UI.Gtk.Abstract.Container Hooks up an adjustment to focus handling in a container, so when a child of the container is focused, the adjustment is scrolled to show that widget. This function sets the vertical alignment. See scrolledWindowGetVAdjustment for a typical way of obtaining the adjustment and containerSetFocusHAdjustment for setting the horizontal adjustment. The adjustments have to be in pixel units and in the same coordinate system as the allocation for immediate children of the container.
adjustBounds :: RangeClass self => Signal self (Double -> IO ())gtk3 Graphics.UI.Gtk.Abstract.Range No documentation available.
rangeAdjustment :: RangeClass self => Attr self Adjustmentgtk3 Graphics.UI.Gtk.Abstract.Range The Adjustment that contains the current value of this range object.
rangeGetAdjustment :: RangeClass self => self -> IO Adjustmentgtk3 Graphics.UI.Gtk.Abstract.Range Get the Adjustment which is the "model" object for Range. See rangeSetAdjustment for details.
rangeSetAdjustment :: RangeClass self => self -> Adjustment -> IO ()gtk3 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.
scaleButtonAdjustment :: ScaleButtonClass self => Attr self Adjustmentgtk3 Graphics.UI.Gtk.Buttons.ScaleButton The Adjustment that contains the current value of this scale button object.
labelGetJustify :: LabelClass self => self -> IO Justificationgtk3 Graphics.UI.Gtk.Display.Label Returns the justification of the label. See labelSetJustify.
labelJustify :: LabelClass self => Attr self Justificationgtk3 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