|
Share and Money Management 0.18devel
|
A panel to show all information of a position. More...
Public Member Functions | |
| def | __init__ (self, *args, **kwds) |
| Create the panel. More... | |
Public Attributes | |
| cc_Currency | |
| cc_Share | |
| tc_Notes | |
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 of a position.
| def gui.controls.PositionDetailsPanel.__init__ | ( | self, | |
| * | args, | ||
| ** | kwds | ||
| ) |
Create the panel.
| gui.controls.PositionDetailsPanel.cc_Currency |
| gui.controls.PositionDetailsPanel.cc_Share |
Referenced by gui.dialogs.DlgTrade._validateInput(), and gui.dialogs.DlgTrade.OnUpdateNewPosition().
|
static |
Flags used for all input widgets.
|
static |
Flags used with all label widgets (wx.StaticText)
| gui.controls.PositionDetailsPanel.tc_Notes |
Referenced by gui.dialogs.DlgShare._processInput(), and gui.dialogs.DlgShare._setShare().