GNOME Bugzilla – Bug 82217
colspan/rowspan for GtkTable, like HTML does
Last modified: 2004-12-22 21:47:04 UTC
Package: gtk+ Severity: enhancement Version: 2.0.2 Synopsis: colspan/rowspan for GtkTable, like HTML does Bugzilla-Product: gtk+ Bugzilla-Component: gtk Description: I really believe that you know what I'm saying so soon as you see the summary. ATM, GtkTable does not support colspan/rowspan for a cell, right? only a cell is a cell-wide not expandable over. be ashamed to say to you, I have a plan to make fully gnome-based browser engine to replace Gecko for my desktop. I think GTK+ has almost full feature to render web page standalone. GtkTable is a little lack of the functionality. pliz give me hope. ;) ------- Bug moved to this database by unknown@bugzilla.gnome.org 2002-05-18 17:35 ------- Reassigning to the default owner of the component, gtk-bugs@gtk.org.
GtkTable certainly supports colspan / rowspan ... just set right_attach to something other than left_attach + 1. (There are other reasons why the GtkWidget system is not suitable for HTML layout ... the lack of text reflowing being the most obvious one.)
I've just found the *_attach argument. sorry to be not careful to reference. I think it'll be good to implement wrapper api to explicitly call colspan/rowspan by gtk, or by myself. ;)