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. getImageMenuItemAlwaysShowImage :: (MonadIO m, IsImageMenuItem o) => o -> m Bool

    gi-gtk3 GI.Gtk.Objects.ImageMenuItem

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

    get imageMenuItem #alwaysShowImage
    

  2. imageMenuItemGetAlwaysShowImage :: (HasCallStack, MonadIO m, IsImageMenuItem a) => a -> m Bool

    gi-gtk3 GI.Gtk.Objects.ImageMenuItem

    Deprecated: (Since version 3.10)

  3. imageMenuItemSetAlwaysShowImage :: (HasCallStack, MonadIO m, IsImageMenuItem a) => a -> Bool -> m ()

    gi-gtk3 GI.Gtk.Objects.ImageMenuItem

    Deprecated: (Since version 3.10)

  4. setImageMenuItemAlwaysShowImage :: (MonadIO m, IsImageMenuItem o) => o -> Bool -> m ()

    gi-gtk3 GI.Gtk.Objects.ImageMenuItem

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

    set imageMenuItem [ #alwaysShowImage := value ]
    

  5. constructInfoBarShowCloseButton :: (IsInfoBar o, MonadIO m) => Bool -> m (GValueConstruct o)

    gi-gtk3 GI.Gtk.Objects.InfoBar

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

  6. getInfoBarShowCloseButton :: (MonadIO m, IsInfoBar o) => o -> m Bool

    gi-gtk3 GI.Gtk.Objects.InfoBar

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

    get infoBar #showCloseButton
    

  7. infoBarGetShowCloseButton :: (HasCallStack, MonadIO m, IsInfoBar a) => a -> m Bool

    gi-gtk3 GI.Gtk.Objects.InfoBar

    Returns whether the widget will display a standard close button. Since: 3.10

  8. infoBarSetShowCloseButton :: (HasCallStack, MonadIO m, IsInfoBar a) => a -> Bool -> m ()

    gi-gtk3 GI.Gtk.Objects.InfoBar

    If true, a standard close button is shown. When clicked it emits the response ResponseTypeClose. Since: 3.10

  9. setInfoBarShowCloseButton :: (MonadIO m, IsInfoBar o) => o -> Bool -> m ()

    gi-gtk3 GI.Gtk.Objects.InfoBar

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

    set infoBar [ #showCloseButton := value ]
    

  10. type MenuToolButtonShowMenuCallback = IO ()

    gi-gtk3 GI.Gtk.Objects.MenuToolButton

    The showMenu signal is emitted before the menu is shown. It can be used to populate the menu on demand, using menuToolButtonSetMenu. Note that even if you populate the menu dynamically in this way, you must set an empty menu on the MenuToolButton beforehand, since the arrow is made insensitive if the menu is not set.

Page 317 of many | Previous | Next