|
From: <rog...@gl...> - 2002-02-15 16:16:15
|
At 15/02/2002 16:05:13, "Kevin Altis" <al...@se...> wrote: # > 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? Yes. # 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. Agreed. Any idea when? I'm trying to replace the tools that we use with Pythoncard - and the apps that the old tools produce use the border style *a lot*. Roger |