Hoogle Search
Within LTS Haskell 24.33 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
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.
-
gi-gtk3 GI.Gtk.Objects.MenuToolButton Connect a signal handler for the showMenu signal, to be run after the default handler. When overloading is enabled, this is equivalent to
after menuToolButton #showMenu callback
By default the object invoking the signal is not passed to the callback. If you need to access it, you can use the implit ?self parameter. Note that this requires activating the ImplicitParams GHC extension. -
gi-gtk3 GI.Gtk.Objects.MenuToolButton Connect a signal handler for the showMenu signal, to be run before the default handler. When overloading is enabled, this is equivalent to
on menuToolButton #showMenu callback
getMountOperationIsShowing :: (MonadIO m, IsMountOperation o) => o -> m Boolgi-gtk3 GI.Gtk.Objects.MountOperation Get the value of the “is-showing” property. When overloading is enabled, this is equivalent to
get mountOperation #isShowing
mountOperationIsShowing :: (HasCallStack, MonadIO m, IsMountOperation a) => a -> m Boolgi-gtk3 GI.Gtk.Objects.MountOperation Returns whether the MountOperation is currently displaying a window. Since: 2.14