2000-07-15 10:00:45 +02:00
|
|
|
libsigc++ implements a full callback system for use in widget
|
|
|
|
libraries, abstract interfaces, and general programming. Originally
|
2004-02-01 00:39:29 +01:00
|
|
|
part of the Gtk-- widget set, libsigc++ is now a separate library to
|
2000-07-15 10:00:45 +02:00
|
|
|
provide for more general use. It is the most complete library of its
|
2004-02-01 00:39:29 +01:00
|
|
|
kind with the ability to connect an abstract callback to a class
|
2000-07-15 10:00:45 +02:00
|
|
|
method, function, or function object. It contains adaptor classes for
|
|
|
|
connection of dissimilar callbacks and has an ease of use unmatched by
|
|
|
|
other C++ callback libraries. Libsigc++ is licensed under the GNU
|
|
|
|
Library General Public License, LGPL.
|