Skip to main content

Type Alias: GtkCellViewProps

GtkCellViewProps = WidgetProps & object

Defined in: generated/jsx.ts:2323

Props for the GtkCellView widget.

Type Declaration

NameTypeDescriptionDefined in
drawSensitive?booleanWhether 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.0generated/jsx.ts:2331
fitModel?booleanWhether 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.0generated/jsx.ts:2340
model?Gtk.TreeModel | nullThe model for cell view since 2.10generated/jsx.ts:2346
onNotify?(self, propName) => void | nullCalled 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.OrientationThe orientation of the orientable.generated/jsx.ts:2348
ref?Ref<Gtk.CellView>-generated/jsx.ts:2360