mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-02 08:20:19 +02:00
docs: MiniIDE2
git-svn-id: trunk@25603 -
This commit is contained in:
parent
14ff05b99b
commit
d855825819
1
.gitattributes
vendored
1
.gitattributes
vendored
@ -2862,6 +2862,7 @@ examples/dockmanager/README.txt svneol=native#text/plain
|
||||
examples/dockmanager/docs/easydocksite.xml svneol=LF#text/xml eol=lf
|
||||
examples/dockmanager/docs/fdockbook.xml svneol=LF#text/xml eol=lf
|
||||
examples/dockmanager/docs/ffloatingsite.xml svneol=LF#text/xml eol=lf
|
||||
examples/dockmanager/docs/fminiide2.xml svneol=LF#text/xml eol=lf
|
||||
examples/dockmanager/docs/umakesite.xml svneol=LF#text/xml eol=lf
|
||||
examples/dockmanager/easyedit/easyeditor.lpi svneol=native#text/plain
|
||||
examples/dockmanager/easyedit/easyeditor.lpr svneol=native#text/plain
|
||||
|
27
examples/dockmanager/docs/fminiide2.xml
Normal file
27
examples/dockmanager/docs/fminiide2.xml
Normal file
@ -0,0 +1,27 @@
|
||||
<?xml version="1.0"?>
|
||||
<fpdoc-descriptions>
|
||||
<package name="MiniIDE2">
|
||||
<module name="fMiniIde2">
|
||||
<element name="TMainBar.FormCreate">
|
||||
<short>Sample application startup code.</short>
|
||||
<descr>A DockMaster is created, OnSave and OnRestore handlers are added to it, and an elastic docksite is added to the main form.</descr>
|
||||
</element>
|
||||
<element name="TMainBar">
|
||||
<short>This sample application main form demonstrates the instrumentation of an application for persistent docked layouts.</short>
|
||||
</element>
|
||||
<element name="TMainBar.OnReloadControl">
|
||||
<short>OnRestore handler for the DockMaster.</short>
|
||||
<descr>
|
||||
<p>This handler serves two purposes: it creates multiple instances of (dummy) forms of the same class type, and reopens the files stored in a notebook.</p>
|
||||
</descr>
|
||||
</element>
|
||||
<element name="TMainBar.OnSaveControl">
|
||||
<short>OnSave handler for the DockMaster.</short>
|
||||
<descr>
|
||||
<p>For all TViewWindows a special descriptor string is created, that is recognized and handled in the OnRestore handler.</p>
|
||||
<p>EditBooks do their own streaming of the open files, here their SaveToStream method is called with a StringStream.</p>
|
||||
</descr>
|
||||
</element>
|
||||
</module>
|
||||
</package>
|
||||
</fpdoc-descriptions>
|
@ -11,6 +11,7 @@
|
||||
<Title Value="MiniIDE2"/>
|
||||
<UseXPManifest Value="True"/>
|
||||
</General>
|
||||
<LazDoc Paths="..\docs"/>
|
||||
<VersionInfo>
|
||||
<StringTable Comments="" CompanyName="" FileDescription="" FileVersion="0.0.0.0" InternalName="" LegalCopyright="" LegalTrademarks="" OriginalFilename="" ProductName="" ProductVersion=""/>
|
||||
</VersionInfo>
|
||||
|
Loading…
Reference in New Issue
Block a user