Share and Money Management 0.18devel
Public Member Functions | Public Attributes | Static Public Attributes | List of all members
gui.controls.PositionDetailsPanel Class Reference

A panel to show all information of a position. More...

Inheritance diagram for gui.controls.PositionDetailsPanel:

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...
 

Detailed Description

A panel to show all information of a position.

Constructor & Destructor Documentation

◆ __init__()

def gui.controls.PositionDetailsPanel.__init__ (   self,
args,
**  kwds 
)

Create the panel.

Member Data Documentation

◆ cc_Currency

gui.controls.PositionDetailsPanel.cc_Currency

◆ cc_Share

gui.controls.PositionDetailsPanel.cc_Share

◆ flags_input

gui.controls.PositionDetailsPanel.flags_input = wx.ALL | wx.EXPAND | wx.ALIGN_CENTER_VERTICAL
static

Flags used for all input widgets.

◆ flags_label

gui.controls.PositionDetailsPanel.flags_label = wx.ALL | wx.ALIGN_CENTER_VERTICAL
static

Flags used with all label widgets (wx.StaticText)

◆ tc_Notes

gui.controls.PositionDetailsPanel.tc_Notes

The documentation for this class was generated from the following file: