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

Type CheckListBox

object --+                        
         |                        
    Object --+                    
             |                    
    EvtHandler --+                
                 |                
            Window --+            
                     |            
               Control --+        
                         |        
            object --+   |        
                     |   |        
         ItemContainer --+        
                         |        
          ControlWithItems --+    
                             |    
                       ListBox --+
                                 |
                                CheckListBox


Proxy of C++ CheckListBox class


Method Summary
CheckListBox __init__(self, parent, id, pos, size, choices, style, validator, name)
  __repr__(self)
  Check(self, index, check)
bool Create(self, parent, id, pos, size, style, validator, name)
Do the 2nd phase and create the GUI control.
int GetItemHeight(self)
int HitTest(self, pt)
Test where the given (in client coords) point lies
int HitTestXY(self, x, y)
Test where the given (in client coords) point lies
bool IsChecked(self, index)

Instance Method Details

Create(self, parent, id=-1, pos=DefaultPosition, size=DefaultSize, choices=wxPyEmptyStringArray, style=0, validator=DefaultValidator, name=ListBoxNameStr)

Do the 2nd phase and create the GUI control.

Parameters:
parent
           (type=Window)

id
           (type=int)

pos
           (type=Point)

size
           (type=Size)

style
           (type=long)

validator
           (type=Validator)

name
           (type=String)

Returns:
bool
Overrides:
wx.ListBox.Create (inherited documentation)

HitTest(self, pt)

Test where the given (in client coords) point lies

Parameters:
pt
           (type=Point)

Returns:
int
Overrides:
wx.Window.HitTest

HitTestXY(self, x, y)

Test where the given (in client coords) point lies

Parameters:
x
           (type=int)

y
           (type=int)

Returns:
int
Overrides:
wx.Window.HitTestXY

Generated by Epydoc 2.1.20050511.rpd on Sun Mar 26 10:04:22 2006 http://epydoc.sf.net