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.
type
PanedCycleHandleFocusCallback = Bool -> IO Boolgi-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>.
type
PanedMoveHandleCallback = ScrollType -> IO Boolgi-gtk4 GI.Gtk.Objects.Paned Emitted to move the handle with key bindings. This is a keybinding signal.
type
PanedToggleHandleFocusCallback = IO Boolgi-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>.
module GI.Gtk.Objects.
ParamSpecExpression A GParamSpec for properties holding a GtkExpression.
-
gi-gtk4 GI.Gtk.Objects.ParamSpecExpression Memory-managed wrapper type.
ParamSpecExpression :: ManagedPtr ParamSpecExpression -> ParamSpecExpressiongi-gtk4 GI.Gtk.Objects.ParamSpecExpression No documentation available.
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.-
gi-gtk4 GI.Gtk.Objects.PasswordEntry Memory-managed wrapper type.
PasswordEntry :: ManagedPtr PasswordEntry -> PasswordEntrygi-gtk4 GI.Gtk.Objects.PasswordEntry No documentation available.
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.