Type Alias: GtkLockButtonProps
GtkLockButtonProps =
Omit<GtkButtonProps,"onNotify"> &object
Defined in: generated/jsx.ts:6345
Props for the GtkLockButton widget.
Type Declaration
| Name | Type | Description | Defined in |
|---|---|---|---|
children? | ReactNode | - | generated/jsx.ts:6358 |
onNotify? | (self, propName) => void | null | Called when any property on this widget changes. Param The widget that emitted the notification Param The name of the property that changed (in kebab-case) | generated/jsx.ts:6364 |
permission? | Gio.Permission | null | The `GPermission object controlling this button. | generated/jsx.ts:6347 |
ref? | Ref<Gtk.LockButton> | - | generated/jsx.ts:6376 |
textLock? | string | The text to display when prompting the user to lock. | generated/jsx.ts:6349 |
textUnlock? | string | The text to display when prompting the user to unlock. | generated/jsx.ts:6351 |
tooltipLock? | string | The tooltip to display when prompting the user to lock. | generated/jsx.ts:6353 |
tooltipNotAuthorized? | string | The tooltip to display when the user cannot obtain authorization. | generated/jsx.ts:6355 |
tooltipUnlock? | string | The tooltip to display when prompting the user to unlock. | generated/jsx.ts:6357 |