phoenix_title wx.lib.eventwatcher.EventChooser

Panel with CheckListBox for selecting which events will be watched.


class_hierarchy Class Hierarchy

Inheritance diagram for class EventChooser:

super_classes Known Superclasses

wx.Panel


method_summary Methods Summary

__init__

Initialize self. See help(type(self)) for accurate signature.

checkAll

onCheckAll

onItemActivated

onUncheckAll

setUpdateCallback

setWatchList


api Class API

class EventChooser(wx.Panel)

Panel with CheckListBox for selecting which events will be watched.


Methods

__init__(self, *args, **kw)

Initialize self. See help(type(self)) for accurate signature.



checkAll(self, check)


onCheckAll(self, evt)


onItemActivated(self, evt)


onUncheckAll(self, evt)


setUpdateCallback(self, func)


setWatchList(self, watchList)