Re: [gtk-list] Re: Gtk programming style/advice



Monday Oct 11 10:15:26 +0000 1999 Andy Connor <amc50@eng.cam.ac.uk> wrote:
> 
> int main(int argc, char *argv[]){
>   AllWidgets *everything;
> 
>   gtk_init(&argc,&argv);
> 
>   CreateMainWindow(everything);
>   CreateTable(everything);
>   gtk_main();
>   
>   return 0;
> }

Where is the space for the structure everything points allocated !!! ?

Tomi



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]