Table Of Contents

Previous topic

BaseComboTreeBox

Next topic

GTKComboTreeBox

This Page

phoenix_title BasePopupFrame

BasePopupFrame is the base class for platform specific versions of the PopupFrame. The PopupFrame is the frame that is popped up by ComboTreeBox. It contains the tree of items that the user can select one item from. Upon selection, or when focus is lost, the frame is hidden.


class_hierarchy Inheritance Diagram

Inheritance diagram for class BasePopupFrame

Inheritance diagram of BasePopupFrame


super_classes Known Superclasses

Frame


method_summary Methods Summary

__init__  
GetTree  
Hide  
OnChar  
OnItemActivated  
OnKillFocus  
OnMouseClick  
Show  

api Class API



class BasePopupFrame(Frame)

BasePopupFrame is the base class for platform specific versions of the PopupFrame. The PopupFrame is the frame that is popped up by ComboTreeBox. It contains the tree of items that the user can select one item from. Upon selection, or when focus is lost, the frame is hidden.


Methods



__init__(self, parent)


GetTree(self)


Hide(self)


OnChar(self, keyEvent)


OnItemActivated(self, event)


OnKillFocus(self, event)


OnMouseClick(self, event)


Show(self)