Re: gtk2.2 pixbuf doesn't load any png file

2003-02-13 Thread Sven Neumann
Hi, Xiong Jiang <[EMAIL PROTECTED]> writes: > I am trying build Gnome 2.2 on plain redhat 8.0 > from the SRPM's. I have built and installed gtk2-2.2.1. > When I was build libgnomeui-2.2.0.1, I got err with message > > failed to load "./stock_attach.png": Couldn't recognize the image file > forma

How long GtkCList will be available in GTK 2.xx ?

2003-02-13 Thread Olaf Frączyk
Hi, GtkTreeView is useless for applications inserting more than a few rows, because it is too slow. The only solution is to use GtkCList. But the GtkCList widget is deprecated. So I don't know what to do :(( I don't want to find out that it suddenly disappeared, and I have to rewrite a part of my

Re: Package gdk was not found in the pkg-config search path

2003-02-13 Thread TomF
On 12 Feb 2003 21:23:08 -0800 Neil Hodge <[EMAIL PROTECTED]> wrote: > Tom: > > On Wed, 2003-02-12 at 21:00, TomF wrote: > > pkg-config --modversion gdk-2.0 returned 2.0.6 on my system. What > > does this mean? I would rather not upgrade, since we don't want to > > require a later version of gno

sample gobject.pc.in file - What do the "@"s mean?

2003-02-13 Thread TomF
I don't understand the sample gobject.pc.in file in http://developer.gnome.org/dotplan/porting/ar01s05.html#configure.in-changes. What do the "@"s mean in following lines: prefix=@prefix@ exec_prefix=@exec_prefix@ libdir=@libdir@ includedir=@includedir@ __

Re: sample gobject.pc.in file - What do the "@"s mean?

2003-02-13 Thread Valdis . Kletnieks
On Thu, 13 Feb 2003 11:19:10 PST, TomF <[EMAIL PROTECTED]> said: > What do the "@"s mean in following lines: > > prefix=@prefix@ That's so a 'sed' script can do something like: s%@prefix@%/usr/local% and leave 'prefix=/usr/local'. Without the '@', you'd end up with a line that said "/usr/loc

Re: Library size on solaris

2003-02-13 Thread Florin Iucha
Yes, "strip" helped. I was expecting the "make install" to already strip the libraries. florin On Wed, Feb 12, 2003 at 10:39:16AM +0100, Michal Ziemski wrote: > Maybe > stripe --stripe-all > might help. > - Original Message - > From: "Florin Iucha" <[EMAIL PROTECTED]> > To: <[EMAIL PROT

Re: building gtk+ 2.2.1 (png loader module)

2003-02-13 Thread Felix Natter
Felix Natter <[EMAIL PROTECTED]> writes: > hi, > > I am trying to compile gtk+ 2.2.1 (as part of GARNOME 0.21.0). gtk+ > compiles fine but it seems like gtk+ didn't build the png loader: > compiling libgnomeui fails with this error: > > make all-recursive > make[1]: Entering directory > `/home

Re: sample gobject.pc.in file - What do the "@"s mean?

2003-02-13 Thread Havoc Pennington
On Thu, Feb 13, 2003 at 02:26:47PM -0500, [EMAIL PROTECTED] wrote: > On Thu, 13 Feb 2003 11:19:10 PST, TomF <[EMAIL PROTECTED]> said: > > > What do the "@"s mean in following lines: > > > > prefix=@prefix@ > > That's so a 'sed' script can do something like: > > s%@prefix@%/usr/local% > > and

Re: sample gobject.pc.in file - What do the "@"s mean?

2003-02-13 Thread TomF
On Thu, 13 Feb 2003 17:13:48 -0500 Havoc Pennington <[EMAIL PROTECTED]> wrote: > On Thu, Feb 13, 2003 at 02:26:47PM -0500, [EMAIL PROTECTED] > wrote: > > On Thu, 13 Feb 2003 11:19:10 PST, TomF <[EMAIL PROTECTED]> said: > > > > > What do the "@"s mean in following lines: > > > > > > prefix=@pref

How do I let the mouse pointer not enter a widget?

2003-02-13 Thread zhuj
Hi,     I have a question during the development using gtk2.0.   How do I let the mouse pointer not enter a widget(such as button etc.)? I look for the gtk api, but no functions show to do that.I want to try  get enter event, but do not know how to set the mouse pointer in widget.

MenuItems and events in Gtk2.0

2003-02-13 Thread Jon Wilson
I am trying to get menuitems to respond to the mouse clicking them in GTK-2.0 on windows. Everything builds ok and all my other events to update the status bar when hovering over menuitems and close the main window work. However, I cannot get the menuitems to do anything! I am using the old gtk