Re: Question about put "GtkWidget" pointer as function's argument



chao yeaj wrote:

                  splash = frame;    /*  Here, the splash is not NULL*/

splash is a local variable.
if you want to assign to the data at the pointer:
*splash=frame




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