Hoogle Search

Within LTS Haskell 24.51 (ghc-9.10.3)

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

  1. setApplicationWindowShowMenubar :: (MonadIO m, IsApplicationWindow o) => o -> Bool -> m ()

    gi-gtk3 GI.Gtk.Objects.ApplicationWindow

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

    set applicationWindow [ #showMenubar := value ]
    

  2. buttonGetAlwaysShowImage :: (HasCallStack, MonadIO m, IsButton a) => a -> m Bool

    gi-gtk3 GI.Gtk.Objects.Button

    Returns whether the button will ignore the Settings:gtkButtonImages setting and always show the image, if available. Since: 3.6

  3. buttonSetAlwaysShowImage :: (HasCallStack, MonadIO m, IsButton a) => a -> Bool -> m ()

    gi-gtk3 GI.Gtk.Objects.Button

    If True, the button will ignore the Settings:gtkButtonImages setting and always show the image, if available. Use this property if the button would be useless or hard to use without the image. Since: 3.6

  4. constructButtonAlwaysShowImage :: (IsButton o, MonadIO m) => Bool -> m (GValueConstruct o)

    gi-gtk3 GI.Gtk.Objects.Button

    Construct a GValueConstruct with valid value for the “always-show-image” property. This is rarely needed directly, but it is used by new.

  5. getButtonAlwaysShowImage :: (MonadIO m, IsButton o) => o -> m Bool

    gi-gtk3 GI.Gtk.Objects.Button

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

    get button #alwaysShowImage
    

  6. setButtonAlwaysShowImage :: (MonadIO m, IsButton o) => o -> Bool -> m ()

    gi-gtk3 GI.Gtk.Objects.Button

    Set the value of the “always-show-image” property. When overloading is enabled, this is equivalent to

    set button [ #alwaysShowImage := value ]
    

  7. constructCalendarShowDayNames :: (IsCalendar o, MonadIO m) => Bool -> m (GValueConstruct o)

    gi-gtk3 GI.Gtk.Objects.Calendar

    Construct a GValueConstruct with valid value for the “show-day-names” property. This is rarely needed directly, but it is used by new.

  8. constructCalendarShowDetails :: (IsCalendar o, MonadIO m) => Bool -> m (GValueConstruct o)

    gi-gtk3 GI.Gtk.Objects.Calendar

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

  9. constructCalendarShowHeading :: (IsCalendar o, MonadIO m) => Bool -> m (GValueConstruct o)

    gi-gtk3 GI.Gtk.Objects.Calendar

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

  10. constructCalendarShowWeekNumbers :: (IsCalendar o, MonadIO m) => Bool -> m (GValueConstruct o)

    gi-gtk3 GI.Gtk.Objects.Calendar

    Construct a GValueConstruct with valid value for the “show-week-numbers” property. This is rarely needed directly, but it is used by new.

Page 312 of many | Previous | Next