On Thu, 3 May 2007, beginner.c wrote:
> I know how to pass by reference in C normally. But how do I pass by ref a
> GTK Widget to a function?
The same way, by giving the address of the object. However, with
a GtkWidget what you have in hand is already a pointer so in most
cases it suffices to
Hi,
I know how to pass by reference in C normally. But how do I pass by ref a
GTK Widget to a function?
--
View this message in context:
http://www.nabble.com/Pass-by-reference...%28easy-question%29-tf3688934.html#a10313107
Sent from the Gtk+ - Apps Dev mailing list archive at Nabble.com.