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

Type MultiChoiceDialog

object --+                    
         |                    
    Object --+                
             |                
    EvtHandler --+            
                 |            
            Window --+        
                     |        
        TopLevelWindow --+    
                         |    
                    Dialog --+
                             |
                            MultiChoiceDialog


A simple dialog with a multi selection listbox.
Method Summary
  __init__(self, *args, **kwargs)
List choices=[], long style=CHOICEDLG_STYLE, Point pos=DefaultPosition) -> MultiChoiceDialog
  __repr__(self)
[selections] GetSelections()
Returns a list of integers representing the items that are selected.
  SetSelections(selections)
Specify the items in the list that should be selected, using a list of integers.

Instance Method Details

__init__(self, *args, **kwargs)
(Constructor)

__init__(Window parent, String message, String caption,
List choices=[], long style=CHOICEDLG_STYLE, Point pos=DefaultPosition) -> MultiChoiceDialog

Constructor. Use ShowModal method to show the dialog.

Overrides:
wx.Dialog.__init__

GetSelections()

Returns a list of integers representing the items that are selected.
Returns:
[selections]

SetSelections(selections)

Specify the items in the list that should be selected, using a list of integers.
Parameters:
selections
           (type=List)

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