mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-12 16:49:44 +02:00
Docs: LCL/win32int. Adds TWin32WidgetSet.AppSetupMainForm topic for changes
in 4b4e2cef
.
* Removes extraneous whitespace in topic content.
This commit is contained in:
parent
7bd45866f5
commit
69b4b0cc32
@ -1,4 +1,4 @@
|
||||
<?xml version="1.0"?>
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<fpdoc-descriptions>
|
||||
<package name="lcl">
|
||||
<!--
|
||||
@ -163,10 +163,12 @@
|
||||
<short>The Windows interface class, derived from TWidgetSet.</short>
|
||||
</element>
|
||||
<element name="TWin32WidgetSet.FAppHandle">
|
||||
<short>The parent of all windows, represents the button of the taskbar.</short>
|
||||
<short>
|
||||
The parent of all windows, represents the button of the taskbar.
|
||||
</short>
|
||||
<descr>
|
||||
This window also is the owner of the clipboard.
|
||||
Assoc. windowproc also acts as handler for popup menus.
|
||||
This window also is the owner of the clipboard. Assoc. windowproc also acts
|
||||
as handler for popup menus.
|
||||
</descr>
|
||||
<seealso/>
|
||||
</element>
|
||||
@ -278,7 +280,7 @@
|
||||
<short/>
|
||||
</element>
|
||||
<element name="TWin32WidgetSet.SetCallback">
|
||||
<short>Installs an callback for a Lazarus message Msg for Sender</short>
|
||||
<short>Installs an callback for a Lazarus message Msg for Sender.</short>
|
||||
<descr>Here: does nothing.</descr>
|
||||
<errors/>
|
||||
<seealso>
|
||||
@ -316,7 +318,9 @@
|
||||
<short/>
|
||||
</element>
|
||||
<element name="TWin32WidgetSet.AppInit">
|
||||
<short>Initializes the application on the platform, returns Screen information.</short>
|
||||
<short>
|
||||
Initializes the application on the platform, returns Screen information.
|
||||
</short>
|
||||
</element>
|
||||
<element name="TWin32WidgetSet.AppInit.ScreenInfo">
|
||||
<short/>
|
||||
@ -334,7 +338,9 @@
|
||||
</seealso>
|
||||
</element>
|
||||
<element name="TWin32WidgetSet.AppBringToFront">
|
||||
<short>Brings the entire application on top of all other non-topmost programs.</short>
|
||||
<short>
|
||||
Brings the entire application on top of all other non-topmost programs.
|
||||
</short>
|
||||
<seealso>
|
||||
<link id="#lcl.InterfaceBase.TWidgetSet.AppBringToFront">TWidgetSet.AppBringToFront</link>
|
||||
</seealso>
|
||||
@ -346,8 +352,13 @@
|
||||
<short>Waits for arrival of a message.</short>
|
||||
</element>
|
||||
<element name="TWin32WidgetSet.AppTerminate" link="#lcl.InterfaceBase.TWidgetSet.AppTerminate">
|
||||
<short>Terminates the application main loop and sets the application on course to quit</short>
|
||||
<descr>Note that this is not an immediate termination of the application.</descr>
|
||||
<short>
|
||||
Terminates the application main loop and sets the application on course to
|
||||
quit.
|
||||
</short>
|
||||
<descr>
|
||||
Note that this is not an immediate termination of the application.
|
||||
</descr>
|
||||
<errors/>
|
||||
<seealso/>
|
||||
</element>
|
||||
@ -402,7 +413,10 @@
|
||||
<short/>
|
||||
</element>
|
||||
<element name="TWin32WidgetSet.AppSetMainFormOnTaskBar" link="#lcl.InterfaceBase.TWidgetSet.AppSetMainFormOnTaskBar">
|
||||
<short>Make the MainForm (in)visible in the TaskBar (exchange with application window).</short>
|
||||
<short>
|
||||
Make the MainForm (in)visible in the TaskBar (exchange with application
|
||||
window).
|
||||
</short>
|
||||
<descr/>
|
||||
<errors/>
|
||||
<seealso/>
|
||||
@ -410,6 +424,20 @@
|
||||
<element name="TWin32WidgetSet.AppSetMainFormOnTaskBar.DoSet">
|
||||
<short/>
|
||||
</element>
|
||||
|
||||
<element name="TWin32WidgetSet.AppSetupMainForm">
|
||||
<short>
|
||||
Sets the window state for the specified main form instance.
|
||||
</short>
|
||||
<descr/>
|
||||
<seealso/>
|
||||
</element>
|
||||
<element name="TWin32WidgetSet.AppSetupMainForm.AMainForm">
|
||||
<short>
|
||||
Main form instance where the window state is updated.
|
||||
</short>
|
||||
</element>
|
||||
|
||||
<element name="TWin32WidgetSet.InitStockFont" link="#lcl.InterfaceBase.TWidgetSet.InitStockFont">
|
||||
<short>Initializes a font object to an (predefined) stock font.</short>
|
||||
<descr/>
|
||||
@ -4983,8 +5011,9 @@
|
||||
</element>
|
||||
<element name="WindowProc">
|
||||
<short>The WndProc of all LCL windows.</short>
|
||||
<descr>Translates Windows messages into LCL messages.
|
||||
Invokes the target Dispatch() or "Intf..." methods.
|
||||
<descr>
|
||||
Translates Windows messages into LCL messages. Invokes the target Dispatch()
|
||||
or "Intf..." methods.
|
||||
</descr>
|
||||
<errors/>
|
||||
<seealso/>
|
||||
@ -5005,8 +5034,9 @@
|
||||
<short/>
|
||||
</element>
|
||||
<element name="CallDefaultWindowProc">
|
||||
<short>Passes message on to 'default' handler.
|
||||
This can be a control specific window procedure or the default window procedure.
|
||||
<short>
|
||||
Passes message on to 'default' handler. This can be a control specific window
|
||||
procedure or the default window procedure.
|
||||
</short>
|
||||
<descr/>
|
||||
<errors/>
|
||||
|
Loading…
Reference in New Issue
Block a user