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.
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.
notebookGetShowTabs :: (HasCallStack, MonadIO m, IsNotebook a) => a -> m Boolgi-gtk3 GI.Gtk.Objects.Notebook Returns whether the tabs of the notebook are shown. See notebookSetShowTabs.
notebookSetShowBorder :: (HasCallStack, MonadIO m, IsNotebook a) => a -> Bool -> m ()gi-gtk3 GI.Gtk.Objects.Notebook Sets whether a bevel will be drawn around the notebook pages. This only has a visual effect when the tabs are not shown. See notebookSetShowTabs.
notebookSetShowTabs :: (HasCallStack, MonadIO m, IsNotebook a) => a -> Bool -> m ()gi-gtk3 GI.Gtk.Objects.Notebook Sets whether to show the tabs for the notebook or not.
setNotebookShowBorder :: (MonadIO m, IsNotebook o) => o -> Bool -> m ()gi-gtk3 GI.Gtk.Objects.Notebook Set the value of the “show-border” property. When overloading is enabled, this is equivalent to
set notebook [ #showBorder := value ]