|
Share and Money Management 0.18devel
|
Functions | |
| wx.Bitmap | XPM2Bitmap (str data) |
| Converts XPM data from a string into a wx.Bitmap object. More... | |
| def | getSmallUpArrowBitmap () |
| def | getSmallDnArrowBitmap () |
| def | getSmallGreenArrowBitmap () |
| def | getSmallRedArrowBitmap () |
| def | getSmallYellowArrowBitmap () |
| def | getBlankImageBitmap () |
Variables | |
| string | smallUpArrowData |
| Up arrow image. More... | |
| string | smallDownArrowData |
| Down arrow image. More... | |
| string | smallGreenArrowData |
| Green arrow image. More... | |
| string | smallRedArrowData |
| Red arrow image. More... | |
| string | smallYellowArrowData |
| Yellow arrow image. More... | |
| string | blankImageData |
| Blank image. More... | |
| def gui.images.getBlankImageBitmap | ( | ) |
| def gui.images.getSmallDnArrowBitmap | ( | ) |
| def gui.images.getSmallGreenArrowBitmap | ( | ) |
| def gui.images.getSmallRedArrowBitmap | ( | ) |
| def gui.images.getSmallUpArrowBitmap | ( | ) |
| def gui.images.getSmallYellowArrowBitmap | ( | ) |
| wx.Bitmap gui.images.XPM2Bitmap | ( | str | data | ) |
Converts XPM data from a string into a wx.Bitmap object.
| data | String with XPM data |
wx.Bitmap Referenced by gui.images.getBlankImageBitmap(), gui.images.getSmallDnArrowBitmap(), gui.images.getSmallGreenArrowBitmap(), gui.images.getSmallRedArrowBitmap(), gui.images.getSmallUpArrowBitmap(), and gui.images.getSmallYellowArrowBitmap().
| string gui.images.blankImageData |
Blank image.
| string gui.images.smallDownArrowData |
Down arrow image.
| string gui.images.smallGreenArrowData |
Green arrow image.
| string gui.images.smallRedArrowData |
Red arrow image.
| string gui.images.smallUpArrowData |
Up arrow image.
| string gui.images.smallYellowArrowData |
Yellow arrow image.