Re: How to identify a particular checkbutton ?
- From: Oistein Aanensen <oistein seabed no>
- To: Flavio Alberto <flavio maqplas com br>
- Cc: gtk-list gnome org
- Subject: Re: How to identify a particular checkbutton ?
- Date: 11 Dec 2002 12:13:59 +0100
On Wed, 2002-12-11 at 02:20, Flavio Alberto wrote:
> Hello all,
>
> I create one GtkWindow using GTK 1.2 in C with a matrix formed by 20 rows x 32 columns = 640 checkbuttons to user to mark to create a "picture" to send to a device attached by serial line,
> to make the interface I used glade,
> I attached the signal "toggled" to same function (I believe that if I put 640 functions for each check button I will overload my program), and I pass the struct that keep these "bitmap" information, but I don't know how to identify each checkbutton to change the struct to send information to device, I attempt to use gtk_object_get_data but without success;
>
You could use gtk_object_get_property("name") insted
--Øistein
_____________________
> gtk-list mailing list
> gtk-list gnome org
> http://mail.gnome.org/mailman/listinfo/gtk-list
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]