Type Alias: GtkMediaControlsProps
GtkMediaControlsProps =
WidgetProps&object
Defined in: generated/jsx.ts:6391
Props for the GtkMediaControls widget.
Type Declaration
| Name | Type | Description | Defined in |
|---|---|---|---|
mediaStream? | Gtk.MediaStream | null | The media-stream managed by this object or %NULL if none. | generated/jsx.ts:6393 |
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:6399 |
ref? | Ref<Gtk.MediaControls> | - | generated/jsx.ts:6400 |