win32 intf: documented TPopupMenu.OnClose and delete items

git-svn-id: trunk@26733 -
This commit is contained in:
mattias 2010-07-19 10:39:06 +00:00
parent 47c3b8be53
commit e0341b226e
2 changed files with 6 additions and 2 deletions

View File

@ -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 -->

View File

@ -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>