gtkmm comments

2005-03-15 Thread John Taber
Hi all, Murray suggested I pass these on to the list for ideas - note comments are coming from the perspective of searching for the best GUI toolkit for ourselves. as info so far I have been comparing: Qt, Gtkmm, Fltk, Wxwidgets, java, XFC, Fox, Ultimate++. Maybe some day I'll actually get the

Re: gtkmm comments

2005-03-15 Thread Lars Luthman
On Tue, 2005-03-15 at 08:01 -0700, John Taber wrote: > Also the library dependencies seem scary more so > than some other toolkits - maybe it's not true - a sample makefile for linux > and windows might address this. The reason that there are a lot of library dependencies is that GTK+ and it's s

Re: gtkmm comments

2005-03-15 Thread Murray Cumming
On Tue, 2005-03-15 at 08:01 -0700, John Taber wrote: > Hi all, > Murray suggested I pass these on to the list for ideas - note comments are > coming from the perspective of searching for the best GUI toolkit for > ourselves. as info so far I have been comparing: Qt, Gtkmm, Fltk, Wxwidgets, > ja

Re: gtkmm comments

2005-03-15 Thread Paul Davis
>I have been doing a pretty extensive comparison between the different >cross-platform toolkits - in short, gtkmm is very appealing due to basis on >gtk which is being strongly supported (although we really dislike the new file GTK support on OSX is in much poorer shape than one might guess from

Re: gtkmm comments

2005-03-15 Thread Timothy M. Shead
John Taber wrote: Also gtkmm is lacking in screenshot examples of applications using it (this is very important when trying to "sell" the idea of using it to others - first impresssions are so key). http://k3d.sourceforge.net/cgi-bin/wiki/ScreenShots Cheers, Tim _

Re: librsvg

2005-03-15 Thread Roger Leigh
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 John Taber <[EMAIL PROTECTED]> writes: > Are there any examples of using librsvg in gtkmm to display a svg > drawing or map ? You can use Gdk::Pixbuf to load an SVG image. librsvg isn't used directly. Regards, Roger - -- Roger Leigh

(no subject)

2005-03-15 Thread Sudrien
I have a derived widget - derived from an EventBox. It has a funtion "void doShowHidden(bool);". There are several instances of these derived widgets on different notebook pages - so it is not easy to get direct access to them. So is is possible that I could call all their doShowHidden(bool) funct

Stock icons

2005-03-15 Thread Benjamin Lau Wei Yii
I am writing an application in Qt due to a very very urgent and ridiculous dealine and cant afford to spend time checking documentation. However, I need icons for my menus and such, and have found the gtkmm stock icons to be very suited to thisd purpose. I understand that this may be very very rude

Re: (no subject)

2005-03-15 Thread Antonio Coralles
[EMAIL PROTECTED] wrote: I have a derived widget - derived from an EventBox. It has a funtion "void doShowHidden(bool);". There are several instances of these derived widgets on different notebook pages - so it is not easy to get direct access to them. So is is possible that I could call all their