|
From: Kevin A. <al...@se...> - 2002-02-15 16:03:15
|
> From: rog...@gl... > > I noticed from the resources editing tool kit that the choices > component does > not have a border property, and, looking at the wxWindows > documentation it looks > like it could be added in. How easy would this be to do? Do you mean these styles for wxWindow? wxSIMPLE_BORDER Displays a thin border around the window. wxBORDER is the old name for this style. wxDOUBLE_BORDER Displays a double border. Windows only. wxSUNKEN_BORDER Displays a sunken border. wxRAISED_BORDER Displays a raised border. GTK only. wxSTATIC_BORDER Displays a border suitable for a static control. Windows only. wxTRANSPARENT_WINDOW The window is transparent, that is, it will not receive paint events. Windows only. If so, this is the kind of style option we'll have to add, there isn't support right now. I don't see a special border attribute for wxChoice. As a side note, this reminds me that I always wanted to rename Choice to PopupMenu, which seems like a better name. ka |