Re: [Boa Constr] Menu separator
Status: Beta
Brought to you by:
riaan
From: Riaan B. <riaan@e.co.za> - 2001-07-12 03:52:13
|
Hi Gordon, Gordon Williams wrote: > > Hi, > > I would like to use a separator in a menu. > > Is it possible to add something like: > > wxMenu.AppendSeparator() No, > > using Boa, or do I have to insert the separator from the frame __init__ by > hand? I wish you could but there is no InsertSeparator, only AppendSeparator. This is because of a general limitation in Boa. Collection properties can only have 1 method in the generated source. In this case it is wxMenu.Append. When this limitation is removed menu's will support separators. Hopefully soon... > > _______________________________________________ > Boa-constructor-users mailing list > Boa...@li... > http://lists.sourceforge.net/lists/listinfo/boa-constructor-users -- Riaan Booysen ___________________________________________________ Boa Constructor - RAD GUI building IDE for wxPython http://boa-constructor.sourceforge.net |