Type Alias: GtkSourceGutterRendererProps
GtkSourceGutterRendererProps =
WidgetProps&object
Defined in: generated/jsx.ts:4020
Props for the GtkSourceGutterRenderer widget.
Type Declaration
| Name | Type | Description | Defined in |
|---|---|---|---|
alignmentMode? | GtkSource.GutterRendererAlignmentMode | The alignment mode of the renderer. This can be used to indicate that in the case a cell spans multiple lines (due to text wrapping) the alignment should work on either the full cell, the first line or the last line. | generated/jsx.ts:4027 |
onActivate? | (iter, area, button, state, nPresses, self) => void | null | The signal is emitted when the renderer is activated. | generated/jsx.ts:4047 |
onQueryActivatable? | (iter, area, self) => boolean | null | The signal is emitted when the renderer can possibly be activated. | generated/jsx.ts:4058 |
onQueryData? | (object, p0, self) => void | null | - | generated/jsx.ts:4059 |
ref? | Ref<GtkSource.GutterRenderer> | - | generated/jsx.ts:4060 |
xalign? | number | The horizontal alignment of the renderer. Set to 0 for a left alignment. 1 for a right alignment. And 0.5 for centering the cells. A value lower than 0 doesn't modify the alignment. | generated/jsx.ts:4034 |
xpad? | number | The left and right padding of the renderer. | generated/jsx.ts:4036 |
yalign? | number | The vertical alignment of the renderer. Set to 0 for a top alignment. 1 for a bottom alignment. And 0.5 for centering the cells. A value lower than 0 doesn't modify the alignment. | generated/jsx.ts:4043 |
ypad? | number | The top and bottom padding of the renderer. | generated/jsx.ts:4045 |