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

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

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

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

  5. nativeDialogShow :: (HasCallStack, MonadIO m, IsNativeDialog a) => a -> m ()

    gi-gtk3 GI.Gtk.Objects.NativeDialog

    Shows the dialog on the display, allowing the user to interact with it. When the user accepts the state of the dialog the dialog will be automatically hidden and the NativeDialog::response signal will be emitted. Multiple calls while the dialog is visible will be ignored. Since: 3.20

  6. constructNotebookShowBorder :: (IsNotebook o, MonadIO m) => Bool -> m (GValueConstruct o)

    gi-gtk3 GI.Gtk.Objects.Notebook

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

  7. constructNotebookShowTabs :: (IsNotebook o, MonadIO m) => Bool -> m (GValueConstruct o)

    gi-gtk3 GI.Gtk.Objects.Notebook

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

  8. getNotebookShowBorder :: (MonadIO m, IsNotebook o) => o -> m Bool

    gi-gtk3 GI.Gtk.Objects.Notebook

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

    get notebook #showBorder
    

  9. getNotebookShowTabs :: (MonadIO m, IsNotebook o) => o -> m Bool

    gi-gtk3 GI.Gtk.Objects.Notebook

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

    get notebook #showTabs
    

  10. notebookGetShowBorder :: (HasCallStack, MonadIO m, IsNotebook a) => a -> m Bool

    gi-gtk3 GI.Gtk.Objects.Notebook

    Returns whether a bevel will be drawn around the notebook pages. See notebookSetShowBorder.

Page 318 of many | Previous | Next