Hoogle Search

Within LTS Haskell 24.42 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. type PanedCycleHandleFocusCallback = Bool -> IO Bool

    gi-gtk4 GI.Gtk.Objects.Paned

    Emitted to cycle whether the paned should grab focus to allow the user to change position of the handle by using key bindings. This is a keybinding signal. The default binding for this signal is <kbd>F8</kbd>.

  2. type PanedMoveHandleCallback = ScrollType -> IO Bool

    gi-gtk4 GI.Gtk.Objects.Paned

    Emitted to move the handle with key bindings. This is a keybinding signal.

  3. type PanedToggleHandleFocusCallback = IO Bool

    gi-gtk4 GI.Gtk.Objects.Paned

    Emitted to accept the current position of the handle and then move focus to the next widget in the focus chain. This is a keybinding signal. The default binding is <kbd>Tab</kbd>.

  4. module GI.Gtk.Objects.ParamSpecExpression

    A GParamSpec for properties holding a GtkExpression.

  5. newtype ParamSpecExpression

    gi-gtk4 GI.Gtk.Objects.ParamSpecExpression

    Memory-managed wrapper type.

  6. ParamSpecExpression :: ManagedPtr ParamSpecExpression -> ParamSpecExpression

    gi-gtk4 GI.Gtk.Objects.ParamSpecExpression

    No documentation available.

  7. module GI.Gtk.Objects.PasswordEntry

    GtkPasswordEntry is an entry that has been tailored for entering secrets. It does not show its contents in clear text, does not allow to copy it to the clipboard, and it shows a warning when Caps Lock is engaged. If the underlying platform allows it, GtkPasswordEntry will also place the text in a non-pageable memory area, to avoid it being written out to disk by the operating system. Optionally, it can offer a way to reveal the contents in clear text. GtkPasswordEntry provides only minimal API and should be used with the Editable API.

    CSS Nodes

    entry.password
    ╰── text
    ├── image.caps-lock-indicator
    ┊
    
    GtkPasswordEntry has a single CSS node with name entry that carries a .passwordstyle class. The text Css node below it has a child with name image and style class .caps-lock-indicator for the Caps Lock icon, and possibly other children.

    Accessibility

    GtkPasswordEntry uses the AccessibleRoleTextBox role.

  8. newtype PasswordEntry

    gi-gtk4 GI.Gtk.Objects.PasswordEntry

    Memory-managed wrapper type.

  9. PasswordEntry :: ManagedPtr PasswordEntry -> PasswordEntry

    gi-gtk4 GI.Gtk.Objects.PasswordEntry

    No documentation available.

  10. type PasswordEntryActivateCallback = IO ()

    gi-gtk4 GI.Gtk.Objects.PasswordEntry

    Emitted when the entry is activated. The keybindings for this signal are all forms of the Enter key.

Page 885 of many | Previous | Next