forked from AuroraMiddleware/gtk
Doc fixes.
2004-04-15 Matthias Clasen <mclasen@redhat.com> * gtk/gtkcellrenderer.c (gtk_cell_renderer_class_init): * gtk/gtkbutton.c (gtk_button_class_init): Doc fixes.
This commit is contained in:
parent
f493bd1dc3
commit
ead11a6119
@ -1,3 +1,8 @@
|
||||
2004-04-15 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtkcellrenderer.c (gtk_cell_renderer_class_init):
|
||||
* gtk/gtkbutton.c (gtk_button_class_init): Doc fixes.
|
||||
|
||||
2004-04-14 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtkcombobox.c:
|
||||
|
@ -1,3 +1,8 @@
|
||||
2004-04-15 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtkcellrenderer.c (gtk_cell_renderer_class_init):
|
||||
* gtk/gtkbutton.c (gtk_button_class_init): Doc fixes.
|
||||
|
||||
2004-04-14 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtkcombobox.c:
|
||||
|
@ -1,3 +1,8 @@
|
||||
2004-04-15 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtkcellrenderer.c (gtk_cell_renderer_class_init):
|
||||
* gtk/gtkbutton.c (gtk_button_class_init): Doc fixes.
|
||||
|
||||
2004-04-14 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtkcombobox.c:
|
||||
|
@ -1,3 +1,8 @@
|
||||
2004-04-15 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtkcellrenderer.c (gtk_cell_renderer_class_init):
|
||||
* gtk/gtkbutton.c (gtk_button_class_init): Doc fixes.
|
||||
|
||||
2004-04-14 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtkcombobox.c:
|
||||
|
@ -1,3 +1,8 @@
|
||||
2004-04-15 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtkcellrenderer.c (gtk_cell_renderer_class_init):
|
||||
* gtk/gtkbutton.c (gtk_button_class_init): Doc fixes.
|
||||
|
||||
2004-04-14 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtkcombobox.c:
|
||||
|
@ -328,6 +328,7 @@ gtk_button_class_init (GtkButtonClass *klass)
|
||||
|
||||
/**
|
||||
* GtkButton::activate:
|
||||
* @widget: the object which received the signal.
|
||||
*
|
||||
* The "activate" signal on GtkButton is an action signal and
|
||||
* emitting it causes the button to animate press then release.
|
||||
|
@ -126,6 +126,7 @@ gtk_cell_renderer_class_init (GtkCellRendererClass *class)
|
||||
|
||||
/**
|
||||
* GtkCellRenderer::editing-canceled:
|
||||
* @renderer: the object which received the signal
|
||||
*
|
||||
* This signal gets emitted when the user cancels the process of editing a
|
||||
* cell. For example, an editable cell renderer could be written to cancel
|
||||
|
Loading…
Reference in New Issue
Block a user