Re: Can array data be displayed in GTK? How?

2014-08-29 Thread Chris Moller

GtkGrid is probably your best option.

On 08/28/14 23:59, Rajib Bandopadhyay wrote:

Dear Sirs / Madams,
Can array data be displayed in GTK? How this can be achieved? A c
program generates data in the form of array that changes over time.
How can I grab the data and display it in GUI colours?
Eager to hear from you.
Regards,
Rajib Bandopadhyay
___
gtk-list mailing list
gtk-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gtk-list




___
gtk-list mailing list
gtk-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gtk-list


Re: Can array data be displayed in GTK? How?

2014-08-29 Thread Ritesh Khadgaray
Hi

On 29 Aug 2014 14:13, "Rajib Bandopadhyay"  wrote:
>
> Dear Sirs / Madams,
> Can array data be displayed in GTK? How this can be achieved? A c
> program generates data in the form of array that changes over time.
> How can I grab the data and display it in GUI colours?
> Eager to hear from you.
> Regards,
> Rajib Bandopadhyay
>

GTK uses MVC model. You would need to map/extend store, or write generate a
signal to update the store.

Cheers
- ritz
___
gtk-list mailing list
gtk-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gtk-list


Can array data be displayed in GTK? How?

2014-08-29 Thread Rajib Bandopadhyay
Dear Sirs / Madams,
Can array data be displayed in GTK? How this can be achieved? A c
program generates data in the form of array that changes over time.
How can I grab the data and display it in GUI colours?
Eager to hear from you.
Regards,
Rajib Bandopadhyay
___
gtk-list mailing list
gtk-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gtk-list