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

A panel to show all information of a watch list entry. More...

Inheritance diagram for gui.controls.WatchDetailsPanel:

Public Member Functions

def __init__ (self, *args, **kwds)
 Create the panel. More...
 
def OnCheckExpired (self, event)
 Enable / disable the expiry date depending on the checkbox state. More...
 

Public Attributes

 cc_Share
 
 cb_expire
 
 dp_created
 
 dp_expire
 
 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 watch list entry.

Constructor & Destructor Documentation

◆ __init__()

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

Create the panel.

Member Function Documentation

◆ OnCheckExpired()

def gui.controls.WatchDetailsPanel.OnCheckExpired (   self,
  event 
)

Enable / disable the expiry date depending on the checkbox state.

References gui.controls.WatchDetailsPanel.dp_expire.

Member Data Documentation

◆ cb_expire

gui.controls.WatchDetailsPanel.cb_expire

◆ cc_Share

gui.controls.WatchDetailsPanel.cc_Share

◆ dp_created

gui.controls.WatchDetailsPanel.dp_created

◆ dp_expire

gui.controls.WatchDetailsPanel.dp_expire

◆ flags_input

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

Flags used for all input widgets.

◆ flags_label

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

Flags used with all label widgets (wx.StaticText)

◆ tc_Notes

gui.controls.WatchDetailsPanel.tc_Notes

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