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.
notebookGetShowBorder :: (HasCallStack, MonadIO m, IsNotebook a) => a -> m Boolgi-gtk4 GI.Gtk.Objects.Notebook Returns whether a bevel will be drawn around the notebook pages.
notebookGetShowTabs :: (HasCallStack, MonadIO m, IsNotebook a) => a -> m Boolgi-gtk4 GI.Gtk.Objects.Notebook Returns whether the tabs of the notebook are shown.
notebookSetShowBorder :: (HasCallStack, MonadIO m, IsNotebook a) => a -> Bool -> m ()gi-gtk4 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.
notebookSetShowTabs :: (HasCallStack, MonadIO m, IsNotebook a) => a -> Bool -> m ()gi-gtk4 GI.Gtk.Objects.Notebook Sets whether to show the tabs for the notebook or not.
setNotebookShowBorder :: (MonadIO m, IsNotebook o) => o -> Bool -> m ()gi-gtk4 GI.Gtk.Objects.Notebook Set the value of the “show-border” property. When overloading is enabled, this is equivalent to
set notebook [ #showBorder := value ]
setNotebookShowTabs :: (MonadIO m, IsNotebook o) => o -> Bool -> m ()gi-gtk4 GI.Gtk.Objects.Notebook Set the value of the “show-tabs” property. When overloading is enabled, this is equivalent to
set notebook [ #showTabs := value ]
-
gi-gtk4 GI.Gtk.Objects.PasswordEntry Construct a GValueConstruct with valid value for the “show-peek-icon” property. This is rarely needed directly, but it is used by new.
getPasswordEntryShowPeekIcon :: (MonadIO m, IsPasswordEntry o) => o -> m Boolgi-gtk4 GI.Gtk.Objects.PasswordEntry Get the value of the “show-peek-icon” property. When overloading is enabled, this is equivalent to
get passwordEntry #showPeekIcon
passwordEntryGetShowPeekIcon :: (HasCallStack, MonadIO m, IsPasswordEntry a) => a -> m Boolgi-gtk4 GI.Gtk.Objects.PasswordEntry Returns whether the entry is showing an icon to reveal the contents.
passwordEntrySetShowPeekIcon :: (HasCallStack, MonadIO m, IsPasswordEntry a) => a -> Bool -> m ()gi-gtk4 GI.Gtk.Objects.PasswordEntry Sets whether the entry should have a clickable icon to reveal the contents. Setting this to False also hides the text again.