[Lazarus] TPopupMenu bug

Paul Ishenin webpirat at mail.ru
Mon May 18 16:40:42 CEST 2009


Mattias Gärtner wrote:
> This is an implementation of my second proposal. It needs parameters 
> to define what to add. For example:
>
> TPopupMenu.AddDefaultItems(AControl: TWinControl; SkipMenuEntries: 
> TInterfaceMenuEntries);
>
> type
>   TInterfaceMenuEntry = (
>     imeClipboardFunctions,
>     imeSelectionFunctions,
>     imeInputMethods,
>     imeUnicodeFunctions
>     );
>   TInterfaceMenuEntries = set of TInterfaceMenuEntry;
On windows we also have Undo item. Maybe on carbon/qt also something 
special?

Best regards,
Paul Ishenin.




More information about the Lazarus mailing list