Re: is there any documentation for the signals?
- From: Tristan Van Berkom <tvb gnome org>
- To: Yiannis <odysseus lost gmail com>
- Cc: gtk-app-devel-list gnome org
- Subject: Re: is there any documentation for the signals?
- Date: Tue, 30 May 2006 09:51:26 -0400
Yiannis wrote:
Hi, is there any detailed documentaion for the signals? For example what is
the difference between button clicked and button activated and when are
they
emitted? That was a simple example as I would like to know or have a
reference of all of them...
Cheers.
Hand written documentation is not currently available for all signals on
all objects in GTK+, but most signals that are intended for use by GTK+
applications are documented.
The two signals you requested:
http://developer.gnome.org/doc/API/2.0/gtk/GtkButton.html#GtkButton-activate
http://developer.gnome.org/doc/API/2.0/gtk/GtkButton.html#GtkButton-clicked
Undocumented signals are however mentioned in the API docs, here
is an example of an undocumented signal:
http://developer.gnome.org/doc/API/2.0/gtk/GtkWidget.html#GtkWidget-direction-changed
Cheers,
-Tristan
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]