kodi
3. GUI controls (kodi::gui::controls::C...)

{ kodi::gui::controls } GUI control elements
This group contains classes which are used in kodi::gui::CWindow to edit associated skin control elements, be it to set or get their values, or to make them visible or hidden. More...

Collaboration diagram for 3. GUI controls (kodi::gui::controls::C...):

{ kodi::gui::controls } GUI control elements
This group contains classes which are used in kodi::gui::CWindow to edit associated skin control elements, be it to set or get their values, or to make them visible or hidden.

See Skin Development for a detailed description of the skin XML parts accessed from here.

In order to access a control in skin XML using an add-on, it must have an id, otherwise an add-on cannot access it.

<control type="..." id="1">
...
</control>
Note
These classes from here can only be used together with the associated window and cannot be used independently.