|
Share and Money Management 0.18devel
|
A panel to show all information about a share. More...
Public Member Functions | |
| def | __init__ (self, *args, **kwds) |
| Create the panel. More... | |
Public Attributes | |
| cc_Currency | |
| cc_Exchange | |
| cc_Kind | |
| cb_Watch | |
| tc_ISIN | |
| tc_Name | |
| tc_Notes | |
| tc_Source | |
| tc_Symbol | |
| tc_WKN | |
Static Public Attributes | |
| flags_label = wx.ALL | wx.ALIGN_CENTER_VERTICAL | |
| Flags used with all label widgets (wx.StaticText) More... | |
| flags_input = wx.ALL | wx.EXPAND | wx.ALIGN_CENTER_VERTICAL | |
| Flags used for all input widgets. More... | |
A panel to show all information about a share.
| def gui.controls.ShareDetailsPanel.__init__ | ( | self, | |
| * | args, | ||
| ** | kwds | ||
| ) |
Create the panel.
| gui.controls.ShareDetailsPanel.cb_Watch |
| gui.controls.ShareDetailsPanel.cc_Currency |
| gui.controls.ShareDetailsPanel.cc_Exchange |
Referenced by gui.dialogs.DlgShare._processInput(), and gui.dialogs.DlgShare._setShare().
| gui.controls.ShareDetailsPanel.cc_Kind |
|
static |
Flags used for all input widgets.
|
static |
Flags used with all label widgets (wx.StaticText)
| gui.controls.ShareDetailsPanel.tc_ISIN |
| gui.controls.ShareDetailsPanel.tc_Name |
| gui.controls.ShareDetailsPanel.tc_Notes |
Referenced by gui.dialogs.DlgShare._processInput(), and gui.dialogs.DlgShare._setShare().
| gui.controls.ShareDetailsPanel.tc_Source |
| gui.controls.ShareDetailsPanel.tc_Symbol |
| gui.controls.ShareDetailsPanel.tc_WKN |