Skip to main content

Type Alias: GtkCellViewProps

GtkCellViewProps = WidgetProps & object

Defined in: generated/jsx.ts:1937

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:1945
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:1954
model?Gtk.TreeModel | nullThe model for cell view since 2.10generated/jsx.ts:1960
orientation?Gtk.OrientationThe orientation of the orientable.generated/jsx.ts:1962
ref?Ref<Gtk.CellView>-generated/jsx.ts:1963