mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 10:50:10 +00:00
Document GtkWidget::style-set. (#164222, Alex Graveley)
2005-01-24 Matthias Clasen <mclasen@redhat.com> * gtk/gtkwidget.c (gtk_widget_class_init): Document GtkWidget::style-set. (#164222, Alex Graveley)
This commit is contained in:
parent
7d645248c4
commit
a8d792306c
@ -1,3 +1,8 @@
|
||||
2005-01-24 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtkwidget.c (gtk_widget_class_init): Document
|
||||
GtkWidget::style-set. (#164222, Alex Graveley)
|
||||
|
||||
2005-01-22 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gdk/gdkdisplay.h (gdk_display_add_client_message_filter_full):
|
||||
|
@ -1,3 +1,8 @@
|
||||
2005-01-24 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtkwidget.c (gtk_widget_class_init): Document
|
||||
GtkWidget::style-set. (#164222, Alex Graveley)
|
||||
|
||||
2005-01-22 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gdk/gdkdisplay.h (gdk_display_add_client_message_filter_full):
|
||||
|
@ -1,3 +1,8 @@
|
||||
2005-01-24 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtkwidget.c (gtk_widget_class_init): Document
|
||||
GtkWidget::style-set. (#164222, Alex Graveley)
|
||||
|
||||
2005-01-22 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gdk/gdkdisplay.h (gdk_display_add_client_message_filter_full):
|
||||
|
@ -630,6 +630,16 @@ gtk_widget_class_init (GtkWidgetClass *klass)
|
||||
_gtk_marshal_VOID__OBJECT,
|
||||
G_TYPE_NONE, 1,
|
||||
GTK_TYPE_WIDGET);
|
||||
/**
|
||||
* GtkWidget::style-set:
|
||||
* @widget: the object on which the signal is emitted
|
||||
* @previous_style: the previous style, or %NULL if the widget
|
||||
* just got its initial style
|
||||
*
|
||||
* The style-set signal is emitted when a new style has been set
|
||||
* on a widget. Note that style-modifying functions like
|
||||
* gtk_widget_modify_base() also cause this signal to be emitted.
|
||||
*/
|
||||
widget_signals[STYLE_SET] =
|
||||
g_signal_new ("style_set",
|
||||
G_TYPE_FROM_CLASS (gobject_class),
|
||||
|
Loading…
Reference in New Issue
Block a user