summaryrefslogtreecommitdiffstats
path: root/xbmc/guilib/GUIRenderingControl.dox
blob: 1f1b44b7eebb3180aaafa0a738235db66d7b50a0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
/*!

\page Addon_Rendering_control Add-on Rendering control
\brief **Control where rendering becomes performed from add-on to show on Kodi**

\tableofcontents

--------------------------------------------------------------------------------
\section Addon_Rendering_control_sect1 Example

~~~~~~~~~~~~~
<control type="renderaddon" id ="9">
      <left>5</left>
      <top>50</top>
      <width>780</width>
      <height>515</height>
</control>
~~~~~~~~~~~~~

--------------------------------------------------------------------------------
\section Addon_Rendering_control_sect2 Available tags

Only the [default control](http://kodi.wiki/view/Default_Control_Tags) tags are
applicable to this control.


--------------------------------------------------------------------------------
\section Addon_Rendering_control_sect3 See also
#### Development:

- [Add-on development](http://kodi.wiki/view/Add-on_development)
- [Skinning](http://kodi.wiki/view/Skinning)

*/