Hoogle Search

Within LTS Haskell 24.39 (ghc-9.10.3)

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

  1. containerSetFocusHadjustment :: (HasCallStack, MonadIO m, IsContainer a, IsAdjustment b) => a -> b -> m ()

    gi-gtk3 GI.Gtk.Objects.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.

  2. containerSetFocusVadjustment :: (HasCallStack, MonadIO m, IsContainer a, IsAdjustment b) => a -> b -> m ()

    gi-gtk3 GI.Gtk.Objects.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.

  3. entryGetCursorHadjustment :: (HasCallStack, MonadIO m, IsEntry a) => a -> m (Maybe Adjustment)

    gi-gtk3 GI.Gtk.Objects.Entry

    Retrieves the horizontal cursor adjustment for the entry. See entrySetCursorHadjustment. Since: 2.12

  4. entrySetCursorHadjustment :: (HasCallStack, MonadIO m, IsEntry a, IsAdjustment b) => a -> Maybe b -> m ()

    gi-gtk3 GI.Gtk.Objects.Entry

    Hooks up an adjustment to the cursor position in an entry, so that when the cursor is moved, the adjustment is scrolled to show that position. See scrolledWindowGetHadjustment for a typical way of obtaining the adjustment. The adjustment has to be in pixel units and in the same coordinate system as the entry. Since: 2.12

  5. flowBoxSetHadjustment :: (HasCallStack, MonadIO m, IsFlowBox a, IsAdjustment b) => a -> b -> m ()

    gi-gtk3 GI.Gtk.Objects.FlowBox

    Hooks up an adjustment to focus handling in box. The adjustment is also used for autoscrolling during rubberband selection. See scrolledWindowGetHadjustment for a typical way of obtaining the adjustment, and flowBoxSetVadjustmentfor 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 box. Since: 3.12

  6. flowBoxSetVadjustment :: (HasCallStack, MonadIO m, IsFlowBox a, IsAdjustment b) => a -> b -> m ()

    gi-gtk3 GI.Gtk.Objects.FlowBox

    Hooks up an adjustment to focus handling in box. The adjustment is also used for autoscrolling during rubberband selection. See scrolledWindowGetVadjustment for a typical way of obtaining the adjustment, and flowBoxSetHadjustmentfor 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 box. Since: 3.12

  7. layoutGetHadjustment :: (HasCallStack, MonadIO m, IsLayout a) => a -> m Adjustment

    gi-gtk3 GI.Gtk.Objects.Layout

    Deprecated: (Since version 3.0)Use scrollableGetHadjustment

  8. layoutGetVadjustment :: (HasCallStack, MonadIO m, IsLayout a) => a -> m Adjustment

    gi-gtk3 GI.Gtk.Objects.Layout

    Deprecated: (Since version 3.0)Use scrollableGetVadjustment

  9. layoutSetHadjustment :: (HasCallStack, MonadIO m, IsLayout a, IsAdjustment b) => a -> Maybe b -> m ()

    gi-gtk3 GI.Gtk.Objects.Layout

    Deprecated: (Since version 3.0)Use scrollableSetHadjustment

  10. layoutSetVadjustment :: (HasCallStack, MonadIO m, IsLayout a, IsAdjustment b) => a -> Maybe b -> m ()

    gi-gtk3 GI.Gtk.Objects.Layout

    Deprecated: (Since version 3.0)Use scrollableSetVadjustment

Page 111 of many | Previous | Next