After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 82217 - colspan/rowspan for GtkTable, like HTML does
colspan/rowspan for GtkTable, like HTML does
Status: RESOLVED NOTABUG
Product: gtk+
Classification: Platform
Component: Widget: Other
unspecified
Other other
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks: 82283
 
 
Reported: 2002-05-18 21:34 UTC by kz
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description kz 2002-05-18 21:35:43 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.

Comment 1 Owen Taylor 2002-05-18 21:39:41 UTC
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.)
Comment 2 kz 2002-05-18 22:07:53 UTC
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. ;)