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. notebookGetShowBorder :: (HasCallStack, MonadIO m, IsNotebook a) => a -> m Bool

    gi-gtk4 GI.Gtk.Objects.Notebook

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

  2. notebookGetShowTabs :: (HasCallStack, MonadIO m, IsNotebook a) => a -> m Bool

    gi-gtk4 GI.Gtk.Objects.Notebook

    Returns whether the tabs of the notebook are shown.

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

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

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

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

  7. constructPasswordEntryShowPeekIcon :: (IsPasswordEntry o, MonadIO m) => Bool -> m (GValueConstruct o)

    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.

  8. getPasswordEntryShowPeekIcon :: (MonadIO m, IsPasswordEntry o) => o -> m Bool

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

  9. passwordEntryGetShowPeekIcon :: (HasCallStack, MonadIO m, IsPasswordEntry a) => a -> m Bool

    gi-gtk4 GI.Gtk.Objects.PasswordEntry

    Returns whether the entry is showing an icon to reveal the contents.

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

Page 346 of many | Previous | Next