Type Alias: AdwButtonContentProps
AdwButtonContentProps =
WidgetProps&object
Defined in: generated/jsx.ts:2109
Props for the AdwButtonContent widget.
Type Declaration
| Name | Type | Description | Defined in |
|---|---|---|---|
canShrink? | boolean | Whether the button can be smaller than the natural size of its contents. If set to TRUE, the label will ellipsize. See Button.can-shrink. | generated/jsx.ts:2117 |
iconName? | string | The name of the displayed icon. If empty, the icon is not shown. | generated/jsx.ts:2123 |
label? | string | The displayed label. | generated/jsx.ts:2125 |
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:2139 |
ref? | Ref<Adw.ButtonContent> | - | generated/jsx.ts:2142 |
useUnderline? | boolean | Whether an underline in the text indicates a mnemonic. The mnemonic can be used to activate the parent button. See AdwButtonContent.label. | generated/jsx.ts:2133 |