Type Alias: GtkCellViewProps
GtkCellViewProps =
WidgetProps&object
Defined in: generated/jsx.ts:2323
Props for the GtkCellView widget.
Type Declaration
| Name | Type | Description | Defined in |
|---|---|---|---|
drawSensitive? | boolean | Whether all cells should be draw as sensitive for this view regardless of the actual cell properties (used to make menus with submenus appear sensitive when the items in submenus might be insensitive). since 3.0 | generated/jsx.ts:2331 |
fitModel? | boolean | Whether the view should request enough space to always fit the size of every row in the model (used by the combo box to ensure the combo box size doesn't change when different items are selected). since 3.0 | generated/jsx.ts:2340 |
model? | Gtk.TreeModel | null | The model for cell view since 2.10 | generated/jsx.ts:2346 |
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:2354 |
orientation? | Gtk.Orientation | The orientation of the orientable. | generated/jsx.ts:2348 |
ref? | Ref<Gtk.CellView> | - | generated/jsx.ts:2360 |