Package wx :: Module gizmos :: Class EditableListBox
[frames | no frames]

Type EditableListBox

object --+                
         |                
    Object --+            
             |            
    EvtHandler --+        
                 |        
            Window --+    
                     |    
                 Panel --+
                         |
                        EditableListBox


Proxy of C++ EditableListBox class
Method Summary
Window __init__(self, parent, id, pos, size, style, name)
Construct and show a generic Window.
  __repr__(self)
BitmapButton GetDelButton(self)
BitmapButton GetDownButton(self)
BitmapButton GetEditButton(self)
ListCtrl GetListCtrl(self)
BitmapButton GetNewButton(self)
PyObject GetStrings(self)
BitmapButton GetUpButton(self)
  SetStrings(self, strings)

Instance Method Details

__init__(self, parent, id=-1, label=EmptyString, pos=DefaultPosition, size=DefaultSize, style=wxEL_ALLOW_NEW|wxEL_ALLOW_EDIT|wxEL_ALLOW_DELETE, name=EditableListBoxNameStr)
(Constructor)

Construct and show a generic Window.
Parameters:
parent
           (type=Window)
id
           (type=int)
pos
           (type=Point)
size
           (type=Size)
style
           (type=long)
name
           (type=String)
Returns:
Window
Overrides:
wx.Panel.__init__ (inherited documentation)

Generated by Epydoc 2.1.20040428.rpd on Tue Apr 26 14:25:47 2005 http://epydoc.sf.net