Hoogle Search

Within LTS Haskell 24.32 (ghc-9.10.3)

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

  1. 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

  2. getDropDownShowArrow :: (MonadIO m, IsDropDown o) => o -> m Bool

    gi-gtk4 GI.Gtk.Objects.DropDown

    Get the value of the “show-arrow” property. When overloading is enabled, this is equivalent to

    get dropDown #showArrow
    

  3. 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 ]
    

  4. 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.

  5. getMenuButtonAlwaysShowArrow :: (MonadIO m, IsMenuButton o) => o -> m Bool

    gi-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
    

  6. menuButtonGetAlwaysShowArrow :: (HasCallStack, MonadIO m, IsMenuButton a) => a -> m Bool

    gi-gtk4 GI.Gtk.Objects.MenuButton

    Gets whether to show a dropdown arrow even when using an icon or a custom child. Since: 4.4

  7. 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

  8. 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 ]
    

  9. 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.

  10. getPopoverHasArrow :: (MonadIO m, IsPopover o) => o -> m Bool

    gi-gtk4 GI.Gtk.Objects.Popover

    Get the value of the “has-arrow” property. When overloading is enabled, this is equivalent to

    get popover #hasArrow
    

Page 99 of many | Previous | Next