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:
Tim Janik
1998-02-18 04:09:13 +00:00
committed by Tim Janik
parent 83e3008d35
commit 7e3692b99f
9 changed files with 103 additions and 4 deletions

View File

@ -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,