new signal GtkWidget::set_parent. this signal will be emitted once a
Wed Feb 18 04:38:24 1998 Tim Janik <timj@gimp.org> * gtk/gtkwidget.h: * gtk/gtkwidget.c: new signal GtkWidget::set_parent. this signal will be emitted once a widget gets a new/no parent assigned (i.e. from gtk_widget_unparent and gtk_widget_set_parent).
This commit is contained in:
		| @ -252,6 +252,8 @@ struct _GtkWidgetClass | ||||
| 				GtkAllocation  *allocation); | ||||
|   void (* state_changed)       (GtkWidget      *widget, | ||||
| 				guint		previous_state); | ||||
|   void (* set_parent)	       (GtkWidget      *widget, | ||||
| 				GtkWidget      *previous_parent); | ||||
|  | ||||
|   /* accelerators */ | ||||
|   gint (* install_accelerator) (GtkWidget      *widget, | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Tim Janik
					Tim Janik