(to: trimmed, this question should be on gtk-app-devel-list)

On Dec 11, 2007 4:48 AM, li_top <[EMAIL PROTECTED]> wrote:
> I have a problem to implement a UI like Microsoft Word table .
> That is , The UI have tables . User can combine 2or3 or more tables to one 
> table. How to

The treeview widget can display a grid of items which you can edit. It
supports rectangular selections too now.

http://library.gnome.org/devel/gtk/unstable/GtkTreeView.html

The GtkExtra packkage includes GtkSheet. This widget implements a more
complete spreadsheet-style interface, but is less well supported and
documented.

http://gtkextra.sourceforge.net/

John
_______________________________________________
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Reply via email to