Package wx :: Class VListBox
[frames | no frames]

Type VListBox

object --+                    
         |                    
    Object --+                
             |                
    EvtHandler --+            
                 |            
            Window --+        
                     |        
                 Panel --+    
                         |    
           VScrolledWindow --+
                             |
                            VListBox

Known Subclasses:
HtmlListBox

Proxy of C++ VListBox class
Method Summary
Window __init__(self, parent, id, pos, size, style, name)
Construct and show a generic Window.
  __repr__(self)
  Clear(self)
bool Create(self, parent, id, pos, size, style, name)
Create the GUI part of the Window for 2-phase creation mode.
bool DeselectAll(self)
PyObject GetFirstSelected(self)
size_t GetItemCount(self)
Point GetMargins(self)
  GetNextSelected(*args, **kwargs)
GetNextSelected(self, unsigned long cookie) -> PyObject
size_t GetSelectedCount(self)
int GetSelection(self)
Colour GetSelectionBackground(self)
bool HasMultipleSelection(self)
bool IsCurrent(self, item)
bool IsSelected(self, item)
bool Select(self, item, select)
bool SelectAll(self)
bool SelectRange(self, from, to)
  SetItemCount(self, count)
  SetMargins(self, pt)
  SetMarginsXY(self, x, y)
  SetSelection(self, selection)
  SetSelectionBackground(self, col)
  Toggle(self, item)

Instance Method Details

__init__(self, parent, id=ID_ANY, pos=DefaultPosition, size=DefaultSize, style=0, name=VListBoxNameStr)
(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.VScrolledWindow.__init__ (inherited documentation)

Create(self, parent, id=ID_ANY, pos=DefaultPosition, size=DefaultSize, style=0, name=VListBoxNameStr)

Create the GUI part of the Window for 2-phase creation mode.
Parameters:
parent
           (type=Window)
id
           (type=int)
pos
           (type=Point)
size
           (type=Size)
style
           (type=long)
name
           (type=String)
Returns:
bool
Overrides:
wx.VScrolledWindow.Create (inherited documentation)

GetNextSelected(*args, **kwargs)

GetNextSelected(self, unsigned long cookie) -> PyObject

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