Re: Problem with passing an array of integer to callback function
- From: Michael Torrie <torriem chem byu edu>
- To: gtk-app-devel-list gnome org
- Subject: Re: Problem with passing an array of integer to callback function
- Date: Sat, 13 Dec 2003 17:06:27 -0700
On Wed, 2003-12-10 at 17:18, Khai Doan wrote:
<snip>
This does not work yet. I need a flexible way to pass multiple objects (GtkWidget) to a callback function
without creating structures. So I tried to pass array of pointer (void *). That did not work. I tried to
pass array of int, that did not work neither.
That's one thing I've always liked about libsigc++ (the signaling
portion of GTKMM (the c++ binding of gtk). They have a very flexible
template object that can bind arbitrary numbers of extra arguments to a
signal handler. I also have wondered about how to do something similar
(in a flexible and safe manner) in plain gtk.
Michael
Please look at the attach file, and tell me how I can pass array of something to a callback function.
Have a greate day!
Want a free email account with plenty of space for storage? Sign up for a free email account with us at
http://www.caravanmail.net/fc/ct/email/adv/index.html , and get 100M of disk space (very large) for
storage, plus a chance to win valuable merchandise every month!
--
Michael Torrie <torriem chem byu edu>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]