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

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

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

  4. setPopoverHasArrow :: (MonadIO m, IsPopover o) => o -> Bool -> m ()

    gi-gtk4 GI.Gtk.Objects.Popover

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

    set popover [ #hasArrow := value ]
    

  5. constructSettingsGtkAlternativeSortArrows :: (IsSettings o, MonadIO m) => Bool -> m (GValueConstruct o)

    gi-gtk4 GI.Gtk.Objects.Settings

    Construct a GValueConstruct with valid value for the “gtk-alternative-sort-arrows” property. This is rarely needed directly, but it is used by new.

  6. getSettingsGtkAlternativeSortArrows :: (MonadIO m, IsSettings o) => o -> m Bool

    gi-gtk4 GI.Gtk.Objects.Settings

    Get the value of the “gtk-alternative-sort-arrows” property. When overloading is enabled, this is equivalent to

    get settings #gtkAlternativeSortArrows
    

  7. setSettingsGtkAlternativeSortArrows :: (MonadIO m, IsSettings o) => o -> Bool -> m ()

    gi-gtk4 GI.Gtk.Objects.Settings

    Set the value of the “gtk-alternative-sort-arrows” property. When overloading is enabled, this is equivalent to

    set settings [ #gtkAlternativeSortArrows := value ]
    

  8. BasedArrowDown :: CursorType

    gtk3 Graphics.UI.Gtk.Gdk.Cursor

    No documentation available.

  9. BasedArrowUp :: CursorType

    gtk3 Graphics.UI.Gtk.Gdk.Cursor

    No documentation available.

  10. DoubleArrow :: CursorType

    gtk3 Graphics.UI.Gtk.Gdk.Cursor

    No documentation available.

Page 100 of many | Previous | Next