Rasoul Hajikhani wrote:
> GtkWidget *create_interface(void)
>...

Hi Rasoul, some stuff seems a bit wrong (might just be the way you've
trimmed it down to post).

- you need to gtk_widget_show() everywhere

        you've got to gtk_widget_show() on everything, all widgets are 
        hidden by default ... try gtk_widget_show_all() (show a widget 
        and all child widgets)

- do you make a top-level window (gtk_window_new()) to put everything
inside? I wasn't sure

- how do you do the timeout that makes part#2 of the interface? 

If you can, post a complete example that compiles and doesn't do what
you want.

John

_______________________________________________
gtk-list mailing list
[EMAIL PROTECTED]
http://mail.gnome.org/mailman/listinfo/gtk-list

Reply via email to