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.

  1. dropDownGetShowArrow :: (HasCallStack, MonadIO m, IsDropDown a) => a -> m Bool

    gi-gtk4 GI.Gtk.Objects.DropDown

    Returns whether to show an arrow within the widget. Since: 4.6

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

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

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

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

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

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

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

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

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

Page 99 of many | Previous | Next