mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-10-03 01:39:38 +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">
|
||||
<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/>
|
||||
</element>
|
||||
<!-- function Visibility: default -->
|
||||
|
@ -13,6 +13,10 @@
|
||||
<short>Bitmap button color cannot be changed</short>
|
||||
<descr>It is impossible to implement without making them owner drawn.</descr>
|
||||
</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">
|
||||
<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
|
||||
|
Loading…
Reference in New Issue
Block a user