On 6/25/07, Mike <[EMAIL PROTECTED]> wrote:
>> On 6/17/07, Mike <[EMAIL PROTECTED]> wrote:
>>
>>> Is there a widget in GTK that will mimic the features in MSFlexGrid? There
>>> is a Windows app that uses this and if it is ported to GTK then it would
>>> need something similar in GTK.

[snip]

> It allows multiple columns and rows of data that can be sorted by the
> end user by click on the column headings.

I believe you can have this behavior with GtkTreeView, but I don't
often use it, so I can't be sure. Don't let the name drive you away,
it can be used to implement grids too, it is just that Gtk+ like to
think of a list grid as a special case of a Tree grid (one on which
every node of the tree is a leaf)

Regards,
Alexandre Moreira.

PS: If I didn't get right the behavior you have in MSFlexGrid feel
free to explain more :)

>
> Thanks
> Mike
> _______________________________________________
> gtk-list mailing list
> [email protected]
> http://mail.gnome.org/mailman/listinfo/gtk-list
>
_______________________________________________
gtk-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/gtk-list

Reply via email to