[wxPython-users] Adding "Standard" Buttons
Robin Dunn
robin at alldunn.com
Wed Feb 13 14:04:56 PST 2008
Mark Erbaugh wrote:
> Is it possible to add additional "Standard" buttons to an application?
>
> These are the buttons with ID's like ID_OK, ID_CANCEL. I'd like to have
> some additional standard buttons available throughout my application.
No, this is just a platform specific feature that wx is passing through
to the programmer using the ID-only idiom. On wxGTK, for example, the
icons are coming from the current gtk theme, and wx is just mapping the
stock IDs to the stock icon names.
--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!
More information about the wxpython-users
mailing list