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.
menuButtonGetAlwaysShowArrow :: (HasCallStack, MonadIO m, IsMenuButton a) => a -> m Boolgi-gtk4 GI.Gtk.Objects.MenuButton Gets whether to show a dropdown arrow even when using an icon or a custom child. Since: 4.4
menuButtonSetAlwaysShowArrow :: (HasCallStack, MonadIO m, IsMenuButton a) => a -> Bool -> m ()gi-gtk4 GI.Gtk.Objects.MenuButton Sets whether to show a dropdown arrow even when using an icon or a custom child. Since: 4.4
setMenuButtonAlwaysShowArrow :: (MonadIO m, IsMenuButton o) => o -> Bool -> m ()gi-gtk4 GI.Gtk.Objects.MenuButton Set the value of the “always-show-arrow” property. When overloading is enabled, this is equivalent to
set menuButton [ #alwaysShowArrow := value ]
getMountOperationIsShowing :: (MonadIO m, IsMountOperation o) => o -> m Boolgi-gtk4 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-gtk4 GI.Gtk.Objects.MountOperation Returns whether the GtkMountOperation is currently displaying a window.
nativeDialogShow :: (HasCallStack, MonadIO m, IsNativeDialog a) => a -> m ()gi-gtk4 GI.Gtk.Objects.NativeDialog Shows the dialog on the display. 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.
constructNotebookShowBorder :: (IsNotebook o, MonadIO m) => Bool -> m (GValueConstruct o)gi-gtk4 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-gtk4 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-gtk4 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-gtk4 GI.Gtk.Objects.Notebook Get the value of the “show-tabs” property. When overloading is enabled, this is equivalent to
get notebook #showTabs