From: <kr_...@us...> - 2003-08-24 21:07:51
|
Update of /cvsroot/htoolkit/port/src/cbits/GTK In directory sc8-pr-cvs1:/tmp/cvs-serv4408/port/src/cbits/GTK Modified Files: Button.c CheckBox.c EditBox.c Label.c RadioBox.c Window.c Log Message: Rename WindowReLayout to ContainerReLayout Index: Button.c =================================================================== RCS file: /cvsroot/htoolkit/port/src/cbits/GTK/Button.c,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** Button.c 2 Apr 2003 21:10:16 -0000 1.7 --- Button.c 24 Aug 2003 21:07:48 -0000 1.8 *************** *** 42,46 **** GtkWidget *window = gtk_widget_get_parent(gtk_widget_get_parent(gtk_widget_get_parent(button))); gtk_button_set_label(GTK_BUTTON(button), szText); ! handleWindowReLayout(window); rfree(szText); }; --- 42,46 ---- GtkWidget *window = gtk_widget_get_parent(gtk_widget_get_parent(gtk_widget_get_parent(button))); gtk_button_set_label(GTK_BUTTON(button), szText); ! handleContainerReLayout(window); rfree(szText); }; *************** *** 50,53 **** GtkWidget *window = gtk_widget_get_parent(gtk_widget_get_parent(gtk_widget_get_parent(button))); gtk_widget_modify_font(button, font->font_descr); ! handleWindowReLayout(window); }; --- 50,53 ---- GtkWidget *window = gtk_widget_get_parent(gtk_widget_get_parent(gtk_widget_get_parent(button))); gtk_widget_modify_font(button, font->font_descr); ! handleContainerReLayout(window); }; Index: CheckBox.c =================================================================== RCS file: /cvsroot/htoolkit/port/src/cbits/GTK/CheckBox.c,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** CheckBox.c 21 Aug 2003 19:55:05 -0000 1.6 --- CheckBox.c 24 Aug 2003 21:07:48 -0000 1.7 *************** *** 41,45 **** GtkWidget *window = gtk_widget_get_parent(gtk_widget_get_parent(gtk_widget_get_parent(button))); gtk_button_set_label(GTK_BUTTON(button), szText); ! handleWindowReLayout(window); rfree(szText); }; --- 41,45 ---- GtkWidget *window = gtk_widget_get_parent(gtk_widget_get_parent(gtk_widget_get_parent(button))); gtk_button_set_label(GTK_BUTTON(button), szText); ! handleContainerReLayout(window); rfree(szText); }; Index: EditBox.c =================================================================== RCS file: /cvsroot/htoolkit/port/src/cbits/GTK/EditBox.c,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** EditBox.c 29 Mar 2003 08:12:18 -0000 1.8 --- EditBox.c 24 Aug 2003 21:07:48 -0000 1.9 *************** *** 61,64 **** gtk_widget_modify_font(entry, font->font_descr); // pango_layout_set_font_description(gtk_entry_get_layout(GTK_ENTRY(entry)), font->font_descr); ! handleWindowReLayout(gtk_widget_get_toplevel(entry)); }; --- 61,64 ---- gtk_widget_modify_font(entry, font->font_descr); // pango_layout_set_font_description(gtk_entry_get_layout(GTK_ENTRY(entry)), font->font_descr); ! handleContainerReLayout(gtk_widget_get_toplevel(entry)); }; Index: Label.c =================================================================== RCS file: /cvsroot/htoolkit/port/src/cbits/GTK/Label.c,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** Label.c 2 Apr 2003 21:10:18 -0000 1.6 --- Label.c 24 Aug 2003 21:07:48 -0000 1.7 *************** *** 40,44 **** GtkWidget *window = gtk_widget_get_parent(gtk_widget_get_parent(gtk_widget_get_parent(label))); gtk_label_set_text_with_mnemonic(GTK_LABEL(label), szText); ! handleWindowReLayout(window); rfree(szText); }; --- 40,44 ---- GtkWidget *window = gtk_widget_get_parent(gtk_widget_get_parent(gtk_widget_get_parent(label))); gtk_label_set_text_with_mnemonic(GTK_LABEL(label), szText); ! handleContainerReLayout(window); rfree(szText); }; *************** *** 49,52 **** gtk_widget_modify_font(label, font->font_descr); //pango_layout_set_font_description(gtk_label_get_layout(GTK_LABEL(label)), font->font_descr); ! handleWindowReLayout(window); }; --- 49,52 ---- gtk_widget_modify_font(label, font->font_descr); //pango_layout_set_font_description(gtk_label_get_layout(GTK_LABEL(label)), font->font_descr); ! handleContainerReLayout(window); }; Index: RadioBox.c =================================================================== RCS file: /cvsroot/htoolkit/port/src/cbits/GTK/RadioBox.c,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** RadioBox.c 21 Aug 2003 19:55:05 -0000 1.6 --- RadioBox.c 24 Aug 2003 21:07:48 -0000 1.7 *************** *** 42,46 **** GtkWidget *window = gtk_widget_get_parent(gtk_widget_get_parent(gtk_widget_get_parent(button))); gtk_button_set_label(GTK_BUTTON(button), szText); ! handleWindowReLayout(window); rfree(szText); }; --- 42,46 ---- GtkWidget *window = gtk_widget_get_parent(gtk_widget_get_parent(gtk_widget_get_parent(button))); gtk_button_set_label(GTK_BUTTON(button), szText); ! handleContainerReLayout(window); rfree(szText); }; Index: Window.c =================================================================== RCS file: /cvsroot/htoolkit/port/src/cbits/GTK/Window.c,v retrieving revision 1.26 retrieving revision 1.27 diff -C2 -d -r1.26 -r1.27 *** Window.c 21 Aug 2003 19:55:05 -0000 1.26 --- Window.c 24 Aug 2003 21:07:48 -0000 1.27 *************** *** 198,202 **** handleWindowResize(widget,allocation->width-4,allocation->height-4); ! handleWindowReLayout(widget); } }; --- 198,202 ---- handleWindowResize(widget,allocation->width-4,allocation->height-4); ! handleContainerReLayout(widget); } }; |