gtk_statusbar!!

2006-07-11 Thread ferri_marllo
Hi everyone!! Thanks a lot about your help in my first statusbar problem..now i have another question!! I'm reading a list file like this: c:\hello c:\hello1 c:hello2 ... while it's reading,my status bar is changing like this: reading hello reading hello1 but if there isn't one of my

Strange compile error : /usr/include/cairo/cairo.h:55: error: expected ‘=’, =?UTF-8?Q?=E2=80=98,=E2=80=99,_=E2=80=98; =E2=80=99?= , ‘asm’ or ‘__attribute __’ before ‘int’

2006-07-11 Thread chao yeaj
Hello everyone I meet a compile error as follow: when I compile my source file :state_panel.c,I meet the error message when remove the source file from my applicaion,no this message,why? [EMAIL PROTECTED] tsz]$ make gcc -c -Wall -g `pkg-config --cflags gtk+-2.0` `pkg-config --libs gt

Re: float params of a gobject

2006-07-11 Thread Yeti
On Mon, Jul 10, 2006 at 12:45:46PM -0300, Daniel Alonso wrote: > Hi, I'm trying to define a gobject class with a floating number > property. In the init class procedure I define the property the > following way: > > param_spec = g_param_spec_float > ("width" /* name */, >

Re: Pango-1.13.3 released [unstable]

2006-07-11 Thread Sergei Steshenko
--- Behdad Esfahbod <[EMAIL PROTECTED]> wrote: > > * Installing this version will overwrite your existing >copy of Pango-1.12. Shameless plug - my tool (http://appsfromscratch.berlios.de/)for local building and installaion easily allows coexistence of different versions of the same lib

Re: Pango-1.13.3 released [unstable]

2006-07-11 Thread Behdad Esfahbod
On Tue, 2006-07-11 at 00:06 -0400, Sergei Steshenko wrote: > > --- Behdad Esfahbod <[EMAIL PROTECTED]> wrote: > > > > > > * Installing this version will overwrite your existing > >copy of Pango-1.12. > > Shameless plug - my tool (http://appsfromscratch.berlios.de/)for local > building a

Re: why button is hidden behind drawing area(win32)

2006-07-11 Thread tomas
On Tue, Jul 11, 2006 at 07:40:03AM +0200, Atanas Atanasov wrote: > In this case what solution can be used to force the display order? Sorry. I have no idea. I'd expect there to be a way to put the button "on" the drawing area, but alas, the latter is not a container. > Should one check the code o

Raster operations

2006-07-11 Thread Asela Leelaratne
Hello List members, I am Asela this is my first email to the list. I just started developing a small application in C language uisng the Gtk+2.0 library. I need some information on the Gtk+ (of GDK) api's. I will be very greatefull if someone can help me. ( Since I am a newbie an explanation in th

GtkEventBox and GDK_BUTTON1_MOTION_MASK event propagation

2006-07-11 Thread Neal H. Walfield
I'm trying to creating a panning widget. The basic idea behind my approach is to derive my widget from a GtkEventBox, stuff a scrolled window inside it and connect to the "motion-notify-event" signal handler. The users of the widget then put their child in the scrolled window. When the widget pl

Re: gtk installation help needed!!

2006-07-11 Thread Matt Hull
did configure fail ? and is there an rmp for that ? i am not a redhat person but thought there was yum to install that. matt On Mon, 10 Jul 2006, justforfun wrote: > My redhat enterprise 4 had gtk installed, works fine for me. > > However, I have a Fedora new machine now, which does not have g