Re: A question about correct widget packaging sequence

2005-07-29 Thread Mike Emmel
It should not matter its a backend bug IMHO. I tried both routes with this test program on the directfb backend and they both worked for me. I think the second approach is cleaner code. #include int main( int argc, char **argv ) { GtkWidget *button; GtkWidget *frame; GtkWidget *box

A question about correct widget packaging sequence

2005-07-29 Thread Attilio Fiandrotti
hi everyone we're trying to port the debian-installer gtk frontend from X to Direct Frame Buffer: in the debian-installer gtk frontend code sequences of instructions like this are often used button = gtk_button_new_with_label("Hello world!"); frame = gtk_frame_new("blah blah"); gtk_container