Hoogle Search
Within LTS Haskell 24.28 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
getCenterBoxShrinkCenterLast :: (MonadIO m, IsCenterBox o) => o -> m Boolgi-gtk4 GI.Gtk.Objects.CenterBox Get the value of the “shrink-center-last” property. When overloading is enabled, this is equivalent to
get centerBox #shrinkCenterLast
setCenterBoxShrinkCenterLast :: (MonadIO m, IsCenterBox o) => o -> Bool -> m ()gi-gtk4 GI.Gtk.Objects.CenterBox Set the value of the “shrink-center-last” property. When overloading is enabled, this is equivalent to
set centerBox [ #shrinkCenterLast := value ]
centerLayoutGetShrinkCenterLast :: (HasCallStack, MonadIO m, IsCenterLayout a) => a -> m Boolgi-gtk4 GI.Gtk.Objects.CenterLayout Gets whether self shrinks the center widget after other children. Since: 4.12
centerLayoutSetShrinkCenterLast :: (HasCallStack, MonadIO m, IsCenterLayout a) => a -> Bool -> m ()gi-gtk4 GI.Gtk.Objects.CenterLayout Sets whether to shrink the center widget after other children. By default, when there's no space to give all three children their natural widths, the start and end widgets start shrinking and the center child keeps natural width until they reach minimum width. If set to FALSE, start and end widgets keep natural width and the center widget starts shrinking instead. Since: 4.12
-
gi-gtk4 GI.Gtk.Objects.CenterLayout Construct a GValueConstruct with valid value for the “shrink-center-last” property. This is rarely needed directly, but it is used by new.
getCenterLayoutShrinkCenterLast :: (MonadIO m, IsCenterLayout o) => o -> m Boolgi-gtk4 GI.Gtk.Objects.CenterLayout Get the value of the “shrink-center-last” property. When overloading is enabled, this is equivalent to
get centerLayout #shrinkCenterLast
setCenterLayoutShrinkCenterLast :: (MonadIO m, IsCenterLayout o) => o -> Bool -> m ()gi-gtk4 GI.Gtk.Objects.CenterLayout Set the value of the “shrink-center-last” property. When overloading is enabled, this is equivalent to
set centerLayout [ #shrinkCenterLast := value ]
-
gi-gtk4 GI.Gtk.Objects.Gesture Returns the last event that was processed for sequence. Note that the returned pointer is only valid as long as the sequence is still interpreted by the gesture. If in doubt, you should make a copy of the event.
-
gi-gtk4 GI.Gtk.Objects.Gesture Returns the GdkEventSequence that was last updated on gesture.
widgetGetLastChild :: (HasCallStack, MonadIO m, IsWidget a) => a -> m (Maybe Widget)gi-gtk4 GI.Gtk.Objects.Widget Returns the widget’s last child. This API is primarily meant for widget implementations.