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.
-
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
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
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.
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.
getNotebookShowBorder :: (MonadIO m, IsNotebook o) => o -> m Boolgi-gtk3 GI.Gtk.Objects.Notebook Get the value of the “show-border” property. When overloading is enabled, this is equivalent to
get notebook #showBorder
getNotebookShowTabs :: (MonadIO m, IsNotebook o) => o -> m Boolgi-gtk3 GI.Gtk.Objects.Notebook Get the value of the “show-tabs” property. When overloading is enabled, this is equivalent to
get notebook #showTabs
notebookGetShowBorder :: (HasCallStack, MonadIO m, IsNotebook a) => a -> m Boolgi-gtk3 GI.Gtk.Objects.Notebook Returns whether a bevel will be drawn around the notebook pages. See notebookSetShowBorder.