Files
lazarus-ccr/components/nvidia-widgets/fpdoc/nvcontext.xml

76 lines
2.6 KiB
XML
Raw Normal View History

<?xml version="1.0"?>
<fpdoc-descriptions>
<package name="nvidia-widgets">
<module name="nvWidgets">
<element name="UIContext">
<short>Basic UI context</short>
</element>
<element name="UIContext.beginGroup">
<short>Begin grouping section of UI objects</short>
</element>
<short>User Interface library</short>
<element name="UIContext.doListItem">
<short>List item widget</short>
<descr>
<img file="listitem.png"/>
</descr>
</element>
<element name="UIContext.doListBox">
<short>Listbox widget</short>
<descr>
<img file="listbox.png"/>
</descr>
</element>
<element name="UIContext.doComboBox">
<short>Combobox widget</short>
<descr>
<img file="combobox.png"/>
</descr>
</element>
<element name="UIContext.doLineEdit">
<short>Line edit widget</short>
<descr>
<img file="line_edit.png"/>
</descr>
</element>
<element name="UIContext.beginFrame">
<short>Frame positioning section</short>
<descr>
<img file="frame.png"/>
</descr>
</element>
<element name="UIContext.endFrame">
<short>Frame positioning widget</short>
<descr>
<img file="frame.png"/>
</descr>
</element>
<element name="UIContext.beginPanel">
<short>Panel positioning widget</short>
<descr>
<img file="panel.png"/>
</descr>
</element>
<element name="UIContext.endPanel">
<short>Panel positioning widget</short>
<descr>
<img file="panel.png"/>
</descr>
</element>
</module>
<short>NVIDIA widget library</short>
<descr>
<p>This library is originally based on the NVIDIA widget library. NVIDIA Widgets is the
<url href="https://mollyrocket.com/forums/viewforum.php?f=10">immediate mode graphical user interface</url> toolkit used by the
<url href="http://developer.nvidia.com/object/sdk_home.html">NVIDIA SDK samples</url>.
</p>
<p>Originally ported to FPC by Darius Blaszyk in June 2011.</p>
<p>This library is distributed under the <url href="http://www.opensource.org/licenses/mit-license.php">MIT</url> license, as the original library was.</p>
<p>The original code can be found here: <url href="http://code.google.com/p/nvidia-widgets/"/>
</p>
<img file="nvwidgets.png" caption="nvidia-widgets class chart"/>
<p>For more information see the <url href="http://wiki.lazarus.freepascal.org/nvidia-widgets">Lazarus wiki</url>.</p>
</descr>
</package>
</fpdoc-descriptions>