Re: The speed of the application is slow when we have little heavy graphics on the drawing area.. Please help

2002-09-09 Thread Dave Malcolm
On Thursday 05 September 2002 10:51, rahul karurkar wrote: I don't know if this will help, but you might want to have a look at the GTKGLArea widget (in the Gnome CVS, I believe), designed as an easy way to embed an OpenGL render into GTK. I haven't used it in a while though. Other things you

Re: depreciated classes in GTK+2

2002-09-09 Thread Dave Malcolm
On Saturday 07 September 2002 18:35, Carl B. Constantine wrote: > So I'm looking through the GTK+2 reference manual in DevHelp book (which > is a cool app I must say, reminds me of Apple's MPTA app, but more work > needs to be done to these books to get them to be the same caliber), and > I notice

Re: How to put GTK into a C function?

2002-09-09 Thread Dave Malcolm
On Thursday 05 September 2002 08:58, Mullin Yu wrote: The call to gtk_init is only needed once, at the top of the program (in main). Once that's been done, you should call gtk_main (from main). This sets up the library and takes control of your program's flow of execution, and calls your code

Re: depreciated classes in GTK+2

2002-09-09 Thread Dave Malcolm
On Saturday 07 September 2002 18:35, Carl B. Constantine wrote: > So I'm looking through the GTK+2 reference manual in DevHelp book (which > is a cool app I must say, reminds me of Apple's MPTA app, but more work > needs to be done to these books to get them to be the same caliber), and > I notice

Re: depreciated classes in GTK+2

2002-09-10 Thread Dave Malcolm
On Tuesday 10 September 2002 02:54, Scott Bronson wrote: > On Mon, 2002-09-09 at 12:56, Dave Malcolm wrote: > > On Saturday 07 September 2002 18:35, Carl B. Constantine wrote: > > > What I don't notice is what should I use instead of these depreciated > > > cla

Question about embedding hyperlinks in Pango Text Attribute Markup

2003-04-02 Thread Dave Malcolm
y launching the user's favourite web browser)? I can't see it in the docs of my current version of Pango (1.0.3) Dave Malcolm ___ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-list

UTF8 guarantees for GdkEntryKey

2003-04-06 Thread Dave Malcolm
ry in a custom XML editor widget I'm writing (www.conglomerate.org, a free-as-in-GPL user-friendly XML editor). Thanks in advance! Dave Malcolm ___ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-list

Re: Internal Data

2003-07-10 Thread Dave Malcolm
a, with complicated semantics. But it can be pain. I tend to go for method (ii) Good luck! Dave Malcolm ___ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-list

Re: latest version of GObject documentation

2003-07-20 Thread Dave Malcolm
On Sat, 2003-07-19 at 11:25, Mathieu Lacage wrote: > hi all, > > I just released the latest version of my GObject documentation: it can > be found at http://www.gnome.org/~mathieu/gobject/index.html. I'd like > to thank all the people who contributed comments on this documentation > since last ver

Re: Order of widgets when displayed on top of each other

2003-08-14 Thread Dave Malcolm
On Tue, 2003-08-12 at 13:30, Paul Davis wrote: [snip] > > (as a parenthetical note, i find it rather sad how few new widgets > have been incorporated into GTK+ over the years it has been around. i > don't think i have seen a single example of a new widget entering the > toolkit in the 4+ years i'

Action-based menu API

2003-10-04 Thread Dave Malcolm
I want to use the new action-based menu API that is in libegg, and appears to have made it into GTK+ in the last couple of months. I would prefer not to introduce dependencies on the very latest version of GTK into my application - some of my users are still using Gnome 2.0 Some questions: (i) wh

Re: Action-based menu API

2003-10-06 Thread Dave Malcolm
On Sat, 2003-10-04 at 15:04, iain wrote: > On Sat, 2003-10-04 at 16:54, Dave Malcolm wrote: > > I want to use the new action-based menu API that is in libegg, and > > appears to have made it into GTK+ in the last couple of months. > > > > I would prefer not to introdu

Re: Action-based menu API

2003-10-06 Thread Dave Malcolm
On Mon, 2003-10-06 at 16:20, iain wrote: > On Mon, 2003-10-06 at 13:16, Dave Malcolm wrote: > > > > > Some questions: > > > > (i) what stable release of GTK (if any) would I have to add as a > > > > dependency if I wanted to link to this functiona

Re: glib-config 1.2 vs 2.0

2004-01-03 Thread Dave Malcolm
On Sun, 2004-01-04 at 02:12, Jeff Abrahamson wrote: > I have both glib1.2 and glib2.0 installed (debian sarge). > > The normal makefile line (in 1.2) is something like > > CFLAGS=`glib-config --cflags` ... > > and so forth. > > But for all my googling and doc reading, I don't see how to spe

Re: Can I simply rename the .c source files generated by Glade to .cpp

2004-01-04 Thread Dave Malcolm
On Sun, 2004-01-04 at 06:31, Zhu Yong wrote: > HI, > > Can I simply rename the .c source files generated by Glade to .cpp ? Have you tried using libglade to load the interfaces at run-time from XML? I suspect it will be much easier in the long run. Should be possible from C++. I believe the co

Re: GTK Warning

2004-02-03 Thread Dave Malcolm
On Tue, 2004-02-03 at 05:31, Steve Slade wrote: > Hello, > > I'm very new to the world of UNIX having been introduced through my > recent purchase of OS X. I am trying to find alternatives to programs > such as Photoshop and Dreamweaver. I found the Gimp and Bluefish. I > downloaded Fink and be

Re: GTK+ books

2004-02-08 Thread Dave Malcolm
On Sun, 2004-02-08 at 13:06, David Lloyd wrote: > What's wrong with Havoc Pennington's offering? (Look for GTK and such on New > Riders). It covers GTK 1, rather than GTK 2, and so is now out of date (a shame, because I rather liked it). > > DSL > ___

Re: Hello World link errors

2004-02-08 Thread Dave Malcolm
On Mon, 2004-02-09 at 01:09, Fazly Fauzy wrote: > This is my first time using GTK and I am using GTK+ 2.0. I get these > link errors when I tried to build the hello world program from the > GTK+ 2.0 tutorial: > > Linking... > > hello world.obj : error LNK2001: unresolved external symbol > _gtk_wi

Re: Hello World link errors

2004-02-09 Thread Dave Malcolm
On Mon, 2004-02-09 at 09:31, Fazly Fauzy wrote: > I had managed to run the hello world program but I got this message > here: > > > ** (Test Interface.exe:4060): WARNING **: No builtin or dynamically > loaded modul > es > were found. Pango will not work correctly. This probably means > there was

Re: Hello World link errors

2004-02-09 Thread Dave Malcolm
On Mon, 2004-02-09 at 14:58, Dave Malcolm wrote: [snip] > > BTW, please send emails to the list in plain text form, rather than > ASCII. Oops, I meant: don't send HTML mails. > > ___ > gtk-list mailing list >

Re: Building GTK under Cygwin

2004-03-11 Thread Dave Malcolm
On Sat, 2004-03-06 at 18:20, Roger Leigh wrote: > Has anyone successfully built GLib, GTK+ et. al. under Cygwin > recently? Did you get anywhere with this? I didn't see any replies here. > > It has been done in the past: there are a set of packages at > http://web.sfc.keio.ac.jp/~s01397ms/cygwi