More composite children.
This commit is contained in:
@ -1,6 +1,7 @@
|
|||||||
2002-01-17 Matthias Clasen <matthiasc@poet.de>
|
2002-01-17 Matthias Clasen <matthiasc@poet.de>
|
||||||
|
|
||||||
* gtk/gtkcolorsel.c, gtk/gtkfilesel.c, gtk/gtkfontsel.c:
|
* gtk/gtkinputdialog.c,
|
||||||
|
gtk/gtkcolorsel.c, gtk/gtkfilesel.c, gtk/gtkfontsel.c:
|
||||||
Mark children as composite. (#66360)
|
Mark children as composite. (#66360)
|
||||||
|
|
||||||
* gtk/gtkwidget.c (gtk_widget_push_composite_child): Explain
|
* gtk/gtkwidget.c (gtk_widget_push_composite_child): Explain
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
2002-01-17 Matthias Clasen <matthiasc@poet.de>
|
2002-01-17 Matthias Clasen <matthiasc@poet.de>
|
||||||
|
|
||||||
* gtk/gtkcolorsel.c, gtk/gtkfilesel.c, gtk/gtkfontsel.c:
|
* gtk/gtkinputdialog.c,
|
||||||
|
gtk/gtkcolorsel.c, gtk/gtkfilesel.c, gtk/gtkfontsel.c:
|
||||||
Mark children as composite. (#66360)
|
Mark children as composite. (#66360)
|
||||||
|
|
||||||
* gtk/gtkwidget.c (gtk_widget_push_composite_child): Explain
|
* gtk/gtkwidget.c (gtk_widget_push_composite_child): Explain
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
2002-01-17 Matthias Clasen <matthiasc@poet.de>
|
2002-01-17 Matthias Clasen <matthiasc@poet.de>
|
||||||
|
|
||||||
* gtk/gtkcolorsel.c, gtk/gtkfilesel.c, gtk/gtkfontsel.c:
|
* gtk/gtkinputdialog.c,
|
||||||
|
gtk/gtkcolorsel.c, gtk/gtkfilesel.c, gtk/gtkfontsel.c:
|
||||||
Mark children as composite. (#66360)
|
Mark children as composite. (#66360)
|
||||||
|
|
||||||
* gtk/gtkwidget.c (gtk_widget_push_composite_child): Explain
|
* gtk/gtkwidget.c (gtk_widget_push_composite_child): Explain
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
2002-01-17 Matthias Clasen <matthiasc@poet.de>
|
2002-01-17 Matthias Clasen <matthiasc@poet.de>
|
||||||
|
|
||||||
* gtk/gtkcolorsel.c, gtk/gtkfilesel.c, gtk/gtkfontsel.c:
|
* gtk/gtkinputdialog.c,
|
||||||
|
gtk/gtkcolorsel.c, gtk/gtkfilesel.c, gtk/gtkfontsel.c:
|
||||||
Mark children as composite. (#66360)
|
Mark children as composite. (#66360)
|
||||||
|
|
||||||
* gtk/gtkwidget.c (gtk_widget_push_composite_child): Explain
|
* gtk/gtkwidget.c (gtk_widget_push_composite_child): Explain
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
2002-01-17 Matthias Clasen <matthiasc@poet.de>
|
2002-01-17 Matthias Clasen <matthiasc@poet.de>
|
||||||
|
|
||||||
* gtk/gtkcolorsel.c, gtk/gtkfilesel.c, gtk/gtkfontsel.c:
|
* gtk/gtkinputdialog.c,
|
||||||
|
gtk/gtkcolorsel.c, gtk/gtkfilesel.c, gtk/gtkfontsel.c:
|
||||||
Mark children as composite. (#66360)
|
Mark children as composite. (#66360)
|
||||||
|
|
||||||
* gtk/gtkwidget.c (gtk_widget_push_composite_child): Explain
|
* gtk/gtkwidget.c (gtk_widget_push_composite_child): Explain
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
2002-01-17 Matthias Clasen <matthiasc@poet.de>
|
2002-01-17 Matthias Clasen <matthiasc@poet.de>
|
||||||
|
|
||||||
* gtk/gtkcolorsel.c, gtk/gtkfilesel.c, gtk/gtkfontsel.c:
|
* gtk/gtkinputdialog.c,
|
||||||
|
gtk/gtkcolorsel.c, gtk/gtkfilesel.c, gtk/gtkfontsel.c:
|
||||||
Mark children as composite. (#66360)
|
Mark children as composite. (#66360)
|
||||||
|
|
||||||
* gtk/gtkwidget.c (gtk_widget_push_composite_child): Explain
|
* gtk/gtkwidget.c (gtk_widget_push_composite_child): Explain
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
2002-01-17 Matthias Clasen <matthiasc@poet.de>
|
2002-01-17 Matthias Clasen <matthiasc@poet.de>
|
||||||
|
|
||||||
* gtk/gtkcolorsel.c, gtk/gtkfilesel.c, gtk/gtkfontsel.c:
|
* gtk/gtkinputdialog.c,
|
||||||
|
gtk/gtkcolorsel.c, gtk/gtkfilesel.c, gtk/gtkfontsel.c:
|
||||||
Mark children as composite. (#66360)
|
Mark children as composite. (#66360)
|
||||||
|
|
||||||
* gtk/gtkwidget.c (gtk_widget_push_composite_child): Explain
|
* gtk/gtkwidget.c (gtk_widget_push_composite_child): Explain
|
||||||
|
@ -175,6 +175,8 @@ gtk_input_dialog_init (GtkInputDialog *inputd)
|
|||||||
GList *tmp_list;
|
GList *tmp_list;
|
||||||
GList *device_info;
|
GList *device_info;
|
||||||
|
|
||||||
|
gtk_widget_push_composite_child ();
|
||||||
|
|
||||||
device_info = gdk_devices_list ();
|
device_info = gdk_devices_list ();
|
||||||
|
|
||||||
/* shell and main vbox */
|
/* shell and main vbox */
|
||||||
@ -343,6 +345,8 @@ gtk_input_dialog_init (GtkInputDialog *inputd)
|
|||||||
gtk_widget_grab_default (inputd->close_button);
|
gtk_widget_grab_default (inputd->close_button);
|
||||||
|
|
||||||
gtk_widget_show (vbox);
|
gtk_widget_show (vbox);
|
||||||
|
|
||||||
|
gtk_widget_pop_composite_child ();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user