;ň Ôé,Ac @ s d k Z d k i Z d e i f d YZ d Z d Z e d j oP d k Z d k Z d k Z e i d e i i e i d g e i d n d S( Ns TestPanelc B s t Z d Z RS( Nc C so t i i | | d | | _ t i | d d d d f d d f | _ | i i d d d d d d g d S( Ni˙˙˙˙s List of Stuffi2 iú s This is a nifty ListBox widgets that is editable by the user.s s Use the buttons above tos manipulate items in the lists Or to add new ones.( s wxs Panels __init__s selfs parents logs gizmoss EditableListBoxs elbs SetStrings( s selfs parents log( ( so /mnt/gmirror/ports/x11-toolkits/py-wxPython26-common/work/wxPython-src-2.6.3.3/wxPython/demo/EditableListBox.pys __init__ s *( s __name__s __module__s __init__( ( ( so /mnt/gmirror/ports/x11-toolkits/py-wxPython26-common/work/wxPython-src-2.6.3.3/wxPython/demo/EditableListBox.pys TestPanel s c C s t | | } | Sd S( N( s TestPanels nbs logs win( s frames nbs logs win( ( so /mnt/gmirror/ports/x11-toolkits/py-wxPython26-common/work/wxPython-src-2.6.3.3/wxPython/demo/EditableListBox.pys runTest s sz
This class provides a composite control that lets the user easily enter and edit a list of strings.Styles supported:
Init:
EditableListBox(wxWindow *parent, wxWindowID id=-1,
const wxString& label,
const wxPoint& pos = wxDefaultPosition,
const wxSize& size = wxDefaultSize,
long style = EL_ALLOW_NEW | EL_ALLOW_EDIT | EL_ALLOW_DELETE,
const wxString& name = "editableListBox")
Methods: