Hoogle Search
Within LTS Haskell 24.35 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
setDropDownShowArrow :: (MonadIO m, IsDropDown o) => o -> Bool -> m ()gi-gtk4 GI.Gtk.Objects.DropDown Set the value of the “show-arrow” property. When overloading is enabled, this is equivalent to
set dropDown [ #showArrow := value ]
constructMenuButtonAlwaysShowArrow :: (IsMenuButton o, MonadIO m) => Bool -> m (GValueConstruct o)gi-gtk4 GI.Gtk.Objects.MenuButton Construct a GValueConstruct with valid value for the “always-show-arrow” property. This is rarely needed directly, but it is used by new.
getMenuButtonAlwaysShowArrow :: (MonadIO m, IsMenuButton o) => o -> m Boolgi-gtk4 GI.Gtk.Objects.MenuButton Get the value of the “always-show-arrow” property. When overloading is enabled, this is equivalent to
get menuButton #alwaysShowArrow
menuButtonGetAlwaysShowArrow :: (HasCallStack, MonadIO m, IsMenuButton a) => a -> m Boolgi-gtk4 GI.Gtk.Objects.MenuButton Gets whether to show a dropdown arrow even when using an icon or a custom child. Since: 4.4
menuButtonSetAlwaysShowArrow :: (HasCallStack, MonadIO m, IsMenuButton a) => a -> Bool -> m ()gi-gtk4 GI.Gtk.Objects.MenuButton Sets whether to show a dropdown arrow even when using an icon or a custom child. Since: 4.4
setMenuButtonAlwaysShowArrow :: (MonadIO m, IsMenuButton o) => o -> Bool -> m ()gi-gtk4 GI.Gtk.Objects.MenuButton Set the value of the “always-show-arrow” property. When overloading is enabled, this is equivalent to
set menuButton [ #alwaysShowArrow := value ]
constructPopoverHasArrow :: (IsPopover o, MonadIO m) => Bool -> m (GValueConstruct o)gi-gtk4 GI.Gtk.Objects.Popover Construct a GValueConstruct with valid value for the “has-arrow” property. This is rarely needed directly, but it is used by new.
getPopoverHasArrow :: (MonadIO m, IsPopover o) => o -> m Boolgi-gtk4 GI.Gtk.Objects.Popover Get the value of the “has-arrow” property. When overloading is enabled, this is equivalent to
get popover #hasArrow
popoverGetHasArrow :: (HasCallStack, MonadIO m, IsPopover a) => a -> m Boolgi-gtk4 GI.Gtk.Objects.Popover Gets whether this popover is showing an arrow pointing at the widget that it is relative to.
popoverSetHasArrow :: (HasCallStack, MonadIO m, IsPopover a) => a -> Bool -> m ()gi-gtk4 GI.Gtk.Objects.Popover Sets whether this popover should draw an arrow pointing at the widget it is relative to.