mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-23 23:39:23 +02:00
win32 intf: documented TPopupMenu.OnClose and delete items
git-svn-id: trunk@26733 -
This commit is contained in:
parent
47c3b8be53
commit
e0341b226e
@ -2255,7 +2255,7 @@ customise by choosing various menu items.</p>
|
|||||||
<element name="TPopupMenu.OnClose">
|
<element name="TPopupMenu.OnClose">
|
||||||
<short>
|
<short>
|
||||||
<var>OnClose</var> - event handler for closing down the popup</short>
|
<var>OnClose</var> - event handler for closing down the popup</short>
|
||||||
<descr/>
|
<descr>You can delete menu items here. But if you delete the clicked menu item on OnClose the OnClick will not follow under Windows.</descr>
|
||||||
<seealso/>
|
<seealso/>
|
||||||
</element>
|
</element>
|
||||||
<!-- function Visibility: default -->
|
<!-- function Visibility: default -->
|
||||||
|
@ -13,6 +13,10 @@
|
|||||||
<short>Bitmap button color cannot be changed</short>
|
<short>Bitmap button color cannot be changed</short>
|
||||||
<descr>It is impossible to implement without making them owner drawn.</descr>
|
<descr>It is impossible to implement without making them owner drawn.</descr>
|
||||||
</issue>
|
</issue>
|
||||||
|
<issue name="TPopupMenu.OnClose">
|
||||||
|
<short>OnClose happens before OnClick</short>
|
||||||
|
<descr>If you delete the clicked menu item during OnClose the OnClick will be omitted.</descr>
|
||||||
|
</issue>
|
||||||
<issue name="TProgressBar.Height">
|
<issue name="TProgressBar.Height">
|
||||||
<short>Progress bar height cannot be smaller then 10 if a Windows Theme is used</short>
|
<short>Progress bar height cannot be smaller then 10 if a Windows Theme is used</short>
|
||||||
<descr>Associated bug report: http://bugs.freepascal.org/view.php?id=10626
|
<descr>Associated bug report: http://bugs.freepascal.org/view.php?id=10626
|
||||||
@ -28,4 +32,4 @@ MSDN Docs: http://msdn2.microsoft.com/en-us/library/bb760816(VS.85).aspx</descr>
|
|||||||
<descr>The content of file created by using this property depends of the printer backend used, for example when using CUPS (mainly under Unix type systems) it will be postscript while under Windows it will be in a printer unspecified format</descr>
|
<descr>The content of file created by using this property depends of the printer backend used, for example when using CUPS (mainly under Unix type systems) it will be postscript while under Windows it will be in a printer unspecified format</descr>
|
||||||
</issue>
|
</issue>
|
||||||
</widgetset>
|
</widgetset>
|
||||||
</package>
|
</package>
|
||||||
|
Loading…
Reference in New Issue
Block a user