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.

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

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

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

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

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

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

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

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

  9. popoverGetHasArrow :: (HasCallStack, MonadIO m, IsPopover a) => a -> m Bool

    gi-gtk4 GI.Gtk.Objects.Popover

    Gets whether this popover is showing an arrow pointing at the widget that it is relative to.

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

Page 90 of many | Previous | Next