Document the ::toggled signal.

Tue May 11 00:38:25 2004  Matthias Clasen  <maclas@gmx.de>

	* gtk/gtkcellrenderertoggle.c (gtk_cell_renderer_toggle_class_init):
	Document the ::toggled signal.
This commit is contained in:
Matthias Clasen 2004-05-11 04:39:57 +00:00 committed by Matthias Clasen
parent f446a53d74
commit 45828f5002
5 changed files with 29 additions and 1 deletions

View File

@ -1,3 +1,8 @@
Tue May 11 00:38:25 2004 Matthias Clasen <maclas@gmx.de>
* gtk/gtkcellrenderertoggle.c (gtk_cell_renderer_toggle_class_init):
Document the ::toggled signal.
Mon May 10 23:04:25 2004 Soeren Sandmann <sandmann@daimi.au.dk>
* gtk/gtkwidget.h: Add prototype for _gtk_widget_grab_notify()

View File

@ -1,3 +1,8 @@
Tue May 11 00:38:25 2004 Matthias Clasen <maclas@gmx.de>
* gtk/gtkcellrenderertoggle.c (gtk_cell_renderer_toggle_class_init):
Document the ::toggled signal.
Mon May 10 23:04:25 2004 Soeren Sandmann <sandmann@daimi.au.dk>
* gtk/gtkwidget.h: Add prototype for _gtk_widget_grab_notify()

View File

@ -1,3 +1,8 @@
Tue May 11 00:38:25 2004 Matthias Clasen <maclas@gmx.de>
* gtk/gtkcellrenderertoggle.c (gtk_cell_renderer_toggle_class_init):
Document the ::toggled signal.
Mon May 10 23:04:25 2004 Soeren Sandmann <sandmann@daimi.au.dk>
* gtk/gtkwidget.h: Add prototype for _gtk_widget_grab_notify()

View File

@ -1,3 +1,8 @@
Tue May 11 00:38:25 2004 Matthias Clasen <maclas@gmx.de>
* gtk/gtkcellrenderertoggle.c (gtk_cell_renderer_toggle_class_init):
Document the ::toggled signal.
Mon May 10 23:04:25 2004 Soeren Sandmann <sandmann@daimi.au.dk>
* gtk/gtkwidget.h: Add prototype for _gtk_widget_grab_notify()

View File

@ -171,7 +171,15 @@ gtk_cell_renderer_toggle_class_init (GtkCellRendererToggleClass *class)
G_PARAM_READABLE |
G_PARAM_WRITABLE));
/**
* GtkCellRendererToggle::toggled:
* @cell_renderer: the object which received the signal
* @path: string representation of #GtkTreePath describing the
* event location
*
* The ::toggled signal is emitted when the cell is toggled.
**/
toggle_cell_signals[TOGGLED] =
g_signal_new ("toggled",
G_OBJECT_CLASS_TYPE (object_class),