On Thu, 2011-10-06 at 15:48 +0200, Markus Elfring wrote: > > This might be possible by using the Gtk::CellLayout interface of > > Gtk::TreeViewColumn, I don't know for sure. > > Can anything be reused for row/column groups with gtkmm means from other class > libraries?
Can things from gtk+/gtkmm be reused in other libraries? I think typically it isn't straight forward to mix widgets from different libraries, though I wont say that it is impossible (technology evolves, changes and grows and things not possible today may turn out to be possible tomorrow). Presently, I think that there are widgets that understand HTML and allow embedding of HTML content. I've not used any of them myself. In gtkmm, there are the Gtk::Socket and Gtk::Plug classes that allow the embedding of windows from other processes in gtkmm application, but this works only in systems running X Windows (see the class docs and the C API docs). > > Examples: > http://www.w3.org/TR/html4/struct/tables.html#h-11.2.4 > https://developer.mozilla.org/en/DOM/HTMLTableColElement > http://eclipse.org/nebula/widgets/grid/grid.php > https://bugs.kde.org/show_bug.cgi?id=144376 > > Regards, > Markus -- José _______________________________________________ gtkmm-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gtkmm-list
