Package wx :: Package lib :: Module foldpanelbar :: Class CaptionBarEvent
[frames | no frames]

Type CaptionBarEvent

object --+                
         |                
    Object --+            
             |            
         Event --+        
                 |        
      CommandEvent --+    
                     |    
        PyCommandEvent --+
                         |
                        CaptionBarEvent


Method Summary
  __init__(self, evtType)
Default Constructor For This Class.
  GetBar(self)
Returns The CaptionBar Selected.
  GetFoldStatus(self)
Returns Wether The Bar Is Expanded Or Collapsed.
  GetTag(self)
Returns The Tag Assigned To The Selected CaptionBar.
  SetBar(self, bar)
Sets The Bar Associated With This Event.
  SetTag(self, tag)
Assign A Tag To The Selected CaptionBar.

Method Details

__init__(self, evtType)
(Constructor)

Default Constructor For This Class.
Overrides:
wx.PyCommandEvent.__init__

GetBar(self)

Returns The CaptionBar Selected.

GetFoldStatus(self)

Returns Wether The Bar Is Expanded Or Collapsed. True Means Expanded.

GetTag(self)

Returns The Tag Assigned To The Selected CaptionBar.

SetBar(self, bar)

Sets The Bar Associated With This Event.

Should Not Used By Any Other Then The Originator Of The Event.

SetTag(self, tag)

Assign A Tag To The Selected CaptionBar.

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