[Lazarus] TPopupMenu bug
Michael Van Canneyt
michael at freepascal.org
Mon May 18 21:15:49 CEST 2009
On Mon, 18 May 2009, Paul Ishenin wrote:
> 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?
Many thanks to both Paul and Mattias for all the menu fixes !
I closed all related bugreports.
Michael.
More information about the Lazarus
mailing list