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.

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

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

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

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

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

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

  7. afterMenuToolButtonShowMenu :: (IsMenuToolButton a, MonadIO m) => a -> ((?self :: a) => MenuToolButtonShowMenuCallback) -> m SignalHandlerId

    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.

  8. onMenuToolButtonShowMenu :: (IsMenuToolButton a, MonadIO m) => a -> ((?self :: a) => MenuToolButtonShowMenuCallback) -> m SignalHandlerId

    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
    

  9. getMountOperationIsShowing :: (MonadIO m, IsMountOperation o) => o -> m Bool

    gi-gtk3 GI.Gtk.Objects.MountOperation

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

    get mountOperation #isShowing
    

  10. mountOperationIsShowing :: (HasCallStack, MonadIO m, IsMountOperation a) => a -> m Bool

    gi-gtk3 GI.Gtk.Objects.MountOperation

    Returns whether the MountOperation is currently displaying a window. Since: 2.14

Page 318 of many | Previous | Next