Re: Help (Please)
- From: John Cupitt <john cupitt ng-london org uk>
- To: Rasoul Hajikhani <rhajikhani exchange office etoys com>
- Cc: gtk-list gnome org
- Subject: Re: Help (Please)
- Date: Thu, 23 Nov 2000 10:04:15 +0000
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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]