Hoogle Search
Within LTS Haskell 24.6 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
dropDownGetShowArrow :: (HasCallStack, MonadIO m, IsDropDown a) => a -> m Boolgi-gtk4 GI.Gtk.Objects.DropDown Returns whether to show an arrow within the widget. Since: 4.6
dropDownSetShowArrow :: (HasCallStack, MonadIO m, IsDropDown a) => a -> Bool -> m ()gi-gtk4 GI.Gtk.Objects.DropDown Sets whether an arrow will be displayed within the widget. Since: 4.6
getDropDownShowArrow :: (MonadIO m, IsDropDown o) => o -> m Boolgi-gtk4 GI.Gtk.Objects.DropDown Get the value of the “show-arrow” property. When overloading is enabled, this is equivalent to
get dropDown #showArrow
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.