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.
-
gi-gtk3 GI.Gtk.Objects.Layout Deprecated: (Since version 3.0)Use scrollableSetHadjustment
-
gi-gtk3 GI.Gtk.Objects.Layout Deprecated: (Since version 3.0)Use scrollableSetVadjustment
listBoxGetAdjustment :: (HasCallStack, MonadIO m, IsListBox a) => a -> m Adjustmentgi-gtk3 GI.Gtk.Objects.ListBox Gets the adjustment (if any) that the widget uses to for vertical scrolling. Since: 3.10
-
gi-gtk3 GI.Gtk.Objects.ListBox Sets the adjustment (if any) that the widget uses to for vertical scrolling. For instance, this is used to get the page size for PageUp/Down key handling. In the normal case when the box is packed inside a ScrolledWindow the adjustment from that will be picked up automatically, so there is no need to manually do that. Since: 3.10
constructMenuItemRightJustified :: (IsMenuItem o, MonadIO m) => Bool -> m (GValueConstruct o)gi-gtk3 GI.Gtk.Objects.MenuItem Construct a GValueConstruct with valid value for the “right-justified” property. This is rarely needed directly, but it is used by new.
getMenuItemRightJustified :: (MonadIO m, IsMenuItem o) => o -> m Boolgi-gtk3 GI.Gtk.Objects.MenuItem Get the value of the “right-justified” property. When overloading is enabled, this is equivalent to
get menuItem #rightJustified
menuItemGetRightJustified :: (HasCallStack, MonadIO m, IsMenuItem a) => a -> m Boolgi-gtk3 GI.Gtk.Objects.MenuItem Deprecated: (Since version 3.2)See menuItemSetRightJustified
menuItemSetRightJustified :: (HasCallStack, MonadIO m, IsMenuItem a) => a -> Bool -> m ()gi-gtk3 GI.Gtk.Objects.MenuItem Deprecated: (Since version 3.2)If you insist on using it, usewidgetSetHexpand and widgetSetHalign.
setMenuItemRightJustified :: (MonadIO m, IsMenuItem o) => o -> Bool -> m ()gi-gtk3 GI.Gtk.Objects.MenuItem Set the value of the “right-justified” property. When overloading is enabled, this is equivalent to
set menuItem [ #rightJustified := value ]
type
RangeAdjustBoundsCallback = Double -> IO ()gi-gtk3 GI.Gtk.Objects.Range Emitted before clamping a value, to give the application a chance to adjust the bounds.