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.
getImageMenuItemAlwaysShowImage :: (MonadIO m, IsImageMenuItem o) => o -> m Boolgi-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
imageMenuItemGetAlwaysShowImage :: (HasCallStack, MonadIO m, IsImageMenuItem a) => a -> m Boolgi-gtk3 GI.Gtk.Objects.ImageMenuItem Deprecated: (Since version 3.10)
imageMenuItemSetAlwaysShowImage :: (HasCallStack, MonadIO m, IsImageMenuItem a) => a -> Bool -> m ()gi-gtk3 GI.Gtk.Objects.ImageMenuItem Deprecated: (Since version 3.10)
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 ]
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.
getInfoBarShowCloseButton :: (MonadIO m, IsInfoBar o) => o -> m Boolgi-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
infoBarGetShowCloseButton :: (HasCallStack, MonadIO m, IsInfoBar a) => a -> m Boolgi-gtk3 GI.Gtk.Objects.InfoBar Returns whether the widget will display a standard close button. Since: 3.10
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
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 ]
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.