Module callback
source code
Introduction
Gramps is devided into two parts. The database code, that does not
require any particular GUI libraries, and the gtk-based UI code that
requires gtk and gnome libraries. The gtk-based code can use the
gobject signal support to manage callback signals but the database code
can not.
The module provides a subset of the signal mechanisms that are
available from the gobject framework. It enables the database code to
use signals to communicate events to any callback methods in either the
database code or the UI code.
|
Callback
Callback and signal support objects.
|
Imports:
sys,
types,
traceback,
inspect,
log