|
|
__init__(self)
Initializes instance variables. |
source code
|
|
|
|
init(self)
Creates and shows the monitor window and its components. |
source code
|
|
|
|
close(self,
widget=None)
Destroys the window, sets logging to False to prevent further adds to the
queue, and removes the timer. |
source code
|
|
|
gtk.MenuBar
|
_createMenuBar(self)
Creates the main menu bar consisting of a File menu for saving the
active buffer, clearing the active buffer, and quiting the program; a
Raw menu for selecting which raw events should be buffered; and a
View menu for selecting which types of events should be buffered. |
source code
|
|
|
gtk.Menu
|
_createViewMenu(self)
Builds a menu with checkable items indicating whether a certain
type of event should be buffered. |
source code
|
|
|
|
|
|
string
|
|
|
|
|
|
|
|
|
|
_onCheckFilters(self,
widget,
event_name)
Adds or removes an event from the shown list when an item is
checked or unchecked respectively in the View menu. |
source code
|
|
|
boolean
|
|
|
|
|
|
boolean
|
_onPumpQueue(self)
Buffers all waiting events as long as the top level window is not
the foreground window. |
source code
|
|
|
|
|
|
|
|