-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Bart Verstraete <bartverstraete telenet be> writes:
Hi me again. I don't seem to find it. I wanne port DBDesigner too
c++ & gtkmm but I don't know what I have to use do draw the little
windows on an how I can draw on it. Here is a screenshot of the
app(the origal one) http://users.telenet.be/bv/Screendump.png But
how can I make those widgets,
For the main display area, a GnomeCanvas would be a good solution.
You can create the tables from a derived GnomeCanvasGroup, and the
same for the connections and labels. For the palettes and lists on
the right, GtkTreeView will do the job.
- --
Roger Leigh
Printing on GNU/Linux? http://gimp-print.sourceforge.net/
Debian GNU/Linux http://www.debian.org/
GPG Public Key: 0x25BFB848. Please sign and encrypt your mail.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.0 (GNU/Linux)
Comment: Processed by Mailcrypt 3.5.8 <http://mailcrypt.sourceforge.net/>
iD8DBQFCF7efVcFcaSW/uEgRAoqPAJ9L+uVrGLQAO47LYdenxALSeTr19gCfejFu
IWY35TFL546QQmWgWrMofik=
=Phhk
-----END PGP SIGNATURE-----
_______________________________________________
gtkmm-list mailing list
gtkmm-list gnome org
http://mail.gnome.org/mailman/listinfo/gtkmm-list
Could u give samplecode for the tables, because that I not realy
understood.