mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-07 00:37:22 +01:00
comctrls.xml *Added FUseWS, AdjustPos, InitializeWnd in TCustomUpDown controls.xml * Fixed FP docs tagging for an example dbctrls.xml * Added BiDiMode, BorderSpacing, Color, Constraints in TDBCheckBox * Added DataChange, KeyPress, UpdateData in TDBComboBox * Added missing topics in TCustomDBComboBox lclplatformdef.xml * Added missing TLCLPLatform enumeration values lcltranslator.xml * Sync'd doc topics to current code. Added missing symbols. Removed unused symbols. git-svn-id: trunk@61628 -
165 lines
3.1 KiB
XML
165 lines
3.1 KiB
XML
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
<fpdoc-descriptions>
|
|
<package name="lcl">
|
|
|
|
<!--
|
|
====================================================================
|
|
LCLPlatformDef
|
|
====================================================================
|
|
-->
|
|
|
|
<module name="LCLPlatformDef">
|
|
<short></short>
|
|
<descr>
|
|
</descr>
|
|
|
|
<!-- enumeration type Visibility: default -->
|
|
<element name="TLCLPlatform">
|
|
<short></short>
|
|
<descr>
|
|
</descr>
|
|
<seealso>
|
|
</seealso>
|
|
</element>
|
|
|
|
<!-- enumeration value Visibility: default -->
|
|
<element name="TLCLPlatform.lpGtk">
|
|
<short></short>
|
|
</element>
|
|
|
|
<!-- enumeration value Visibility: default -->
|
|
<element name="TLCLPlatform.lpGtk2">
|
|
<short></short>
|
|
</element>
|
|
|
|
<!-- enumeration value Visibility: default -->
|
|
<element name="TLCLPlatform.lpGtk3">
|
|
<short></short>
|
|
</element>
|
|
|
|
<!-- enumeration value Visibility: default -->
|
|
<element name="TLCLPlatform.lpWin32">
|
|
<short></short>
|
|
</element>
|
|
|
|
<!-- enumeration value Visibility: default -->
|
|
<element name="TLCLPlatform.lpWinCE">
|
|
<short></short>
|
|
</element>
|
|
|
|
<!-- enumeration value Visibility: default -->
|
|
<element name="TLCLPlatform.lpCarbon">
|
|
<short></short>
|
|
</element>
|
|
|
|
<!-- enumeration value Visibility: default -->
|
|
<element name="TLCLPlatform.lpQT">
|
|
<short></short>
|
|
</element>
|
|
|
|
<element name="TLCLPlatform.lpQt5">
|
|
<short></short>
|
|
</element>
|
|
|
|
<!-- enumeration value Visibility: default -->
|
|
<element name="TLCLPlatform.lpfpGUI">
|
|
<short></short>
|
|
</element>
|
|
|
|
<!-- enumeration value Visibility: default -->
|
|
<element name="TLCLPlatform.lpNoGUI">
|
|
<short></short>
|
|
</element>
|
|
|
|
<!-- enumeration value Visibility: default -->
|
|
<element name="TLCLPlatform.lpCocoa">
|
|
<short></short>
|
|
</element>
|
|
|
|
<!-- enumeration value Visibility: default -->
|
|
<element name="TLCLPlatform.lpCustomDrawn">
|
|
<short></short>
|
|
</element>
|
|
|
|
<element name="TLCLPlatform.lpMUI">
|
|
<short></short>
|
|
</element>
|
|
|
|
<!-- set type Visibility: default -->
|
|
<element name="TLCLPlatforms">
|
|
<short></short>
|
|
<descr>
|
|
</descr>
|
|
<seealso>
|
|
</seealso>
|
|
</element>
|
|
|
|
<!-- function Visibility: default -->
|
|
<element name="DirNameToLCLPlatform">
|
|
<short></short>
|
|
<descr>
|
|
</descr>
|
|
<errors>
|
|
</errors>
|
|
<seealso>
|
|
</seealso>
|
|
</element>
|
|
|
|
<!-- function result Visibility: default -->
|
|
<element name="DirNameToLCLPlatform.Result">
|
|
<short></short>
|
|
</element>
|
|
|
|
<!-- argument Visibility: default -->
|
|
<element name="DirNameToLCLPlatform.ADirName">
|
|
<short></short>
|
|
</element>
|
|
|
|
<!-- function Visibility: default -->
|
|
<element name="GetBuildLCLWidgetType">
|
|
<short></short>
|
|
<descr>
|
|
</descr>
|
|
<errors>
|
|
</errors>
|
|
<seealso>
|
|
</seealso>
|
|
</element>
|
|
|
|
<!-- function result Visibility: default -->
|
|
<element name="GetBuildLCLWidgetType.Result">
|
|
<short></short>
|
|
</element>
|
|
|
|
<!-- constant Visibility: default -->
|
|
<element name="LCLPlatformDirNames">
|
|
<short></short>
|
|
<descr>
|
|
</descr>
|
|
<seealso>
|
|
</seealso>
|
|
</element>
|
|
|
|
<!-- constant Visibility: default -->
|
|
<element name="LCLPlatformDisplayNames">
|
|
<short></short>
|
|
<descr>
|
|
</descr>
|
|
<seealso>
|
|
</seealso>
|
|
</element>
|
|
|
|
<!-- variable Visibility: default -->
|
|
<element name="BuildLCLWidgetType">
|
|
<short></short>
|
|
<descr>
|
|
</descr>
|
|
<seealso>
|
|
</seealso>
|
|
</element>
|
|
|
|
</module> <!-- LCLPlatformDef -->
|
|
|
|
</package>
|
|
</fpdoc-descriptions>
|