Comment 4 for bug 1193658

Revision history for this message
Victor Martinez (victored) wrote :

I'm afraid this is a limitation inherited from Gtk.Notebook. The rounded corners in a Notebook tab are just "drawn" by the Gtk.Notebook itself. They are not actual widgets.

The only actual widgets are the inner contents of the tab, and that's the squared thing displayed during DnD operations.

We could fix this by re-implementing Notebook as a Gtk.StackSwitcher, which means we'd drop Gtk.Notebook as implementation base.

We should try to make this work happen in GTK+ before committing to a Granite implementation though.