Re: Question about put "GtkWidget" pointer as function's argument
- From: Christopher Backhouse <cjbackhouse gmail com>
- To: chao yeaj <yeajchao gmail com>
- Cc: gtk-app-devel-list gnome org, gtk-list gnome org
- Subject: Re: Question about put "GtkWidget" pointer as function's argument
- Date: Mon, 17 Jul 2006 07:48:15 +0100
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]