python - list of wx.ICON_ options in wxpython -



python - list of wx.ICON_ options in wxpython -

i having difficulty finding list of of inbuilt icons in wxpython.

so far have found

wx.icon_information wx.icon_exclamation

if knew of such list, much appreciated. alternatively please leave have not been included.

thank you

how beautiful python introspection:

>>> import wx >>> mod = dir(wx) >>> [item item in mod if item.startswith('icon_')] ['icon_asterisk', 'icon_error', 'icon_exclamation', 'icon_hand', 'icon_information', 'icon_mask', 'icon_question', 'icon_stop', 'icon_warning'] >>>

python icons wxpython

Comments

Popular posts from this blog

How do I check if an insert was successful with MySQLdb in Python? -

delphi - blogger via idHTTP : error 400 bad request -

postgresql - ERROR: operator is not unique: unknown + unknown -