gtk+ 2.4 CellRenderer activate changes

2004-06-16 Thread Frank Naumann
Hello! I'm using gtk+ 2.2 for my development and just trying out gtk+ 2.4. I'm using a TreeView and use a self written CellRenderer (derived from the GtkCellRenderer). One thing I implemented is a context sensitive popup menu (on a right mouse click) that is handled by the CellRenderer activate

Re: Please, help-me, show itens selected in tree_view

2004-06-16 Thread Olexiy Avramchenko
Jean BrÃfort wrote: You are right, it is not defined. I can't understand why. GtkTreePath is not GObject. These GTK_WHATEVER() macroces are not just typecasts, they *really* check object's type (when checks are not disabled). Olexiy ___ gtk-list mail

Re: More Buuilding in cygwin questions

2004-06-16 Thread Jean Bréfort
Le jeu 17/06/2004 Ã 05:39, Chris W a Ãcrit : > When I run autogen.sh I get this error. . . > > Please add the files > codeset.m4 gettext.m4 glibc21.m4 iconv.m4 isc-posix.m4 lcmessage.m4 > progtest.m4 > from the /target/share/aclocal directory to your autoconf macro directory > or directly to y

Re: RE:Re: Please, help-me, show itens selected in tree_view

2004-06-16 Thread Jean Bréfort
Le jeu 17/06/2004 Ã 05:27, Ranieri a Ãcrit : > path = GTK_TREE_PATH (l->data); > > GTK_TREE_PATH exist ? > You are right, it is not defined. I can't understand why. You can use: path = (GtkTreePath*) l->data; or: G_TYPE_CHECK_INSTANCE_CAST (l->data, GTK_TYPE_TREE_PATH, GtkTre

More Buuilding in cygwin questions

2004-06-16 Thread Chris W
When I run autogen.sh I get this error. . . Please add the files codeset.m4 gettext.m4 glibc21.m4 iconv.m4 isc-posix.m4 lcmessage.m4 progtest.m4 from the /target/share/aclocal directory to your autoconf macro directory or directly to your aclocal.m4 file. You will also need config.guess and confi

RE:Re: Please, help-me, show itens selected in tree_view

2004-06-16 Thread Ranieri
path = GTK_TREE_PATH (l->data); GTK_TREE_PATH exist ? Jean BrÃfort wrote: Le mer 16/06/2004 Ã 05:40, Ranieri a Ãcrit : This code was not correct. The error message is: test.c: In function `main': test.c:55: `CList' undeclared (first use in this function) I apologize, I mi

compile on windows 2k

2004-06-16 Thread Chris W
I am trying to get a test project to build on windows using cygwin that I downloaded yesterday. The autogen.sh script seems to fun fine till it gets to the part where it runs configure at which point I get this error. . . ./configure.bak: line 1250: syntax error near unexpected token `test,' .

Re: GNOMEDB widgets not appear in palette afterinstalling RPM

2004-06-16 Thread Rodrigo Moya
On Tue, 2004-06-15 at 22:01 -0700, Ledgards wrote: > Could you help me with this problem? > > I am a newbie using GTK+. But really interested on > doing some Database application programming using the > gnome-db utilities. > I just installed the RPM from the Gnome-DB.org site in > my PC which is r

Run gtk2.2 example fail

2004-06-16 Thread liu qiang
hi, I have installed gtk+2.2.4 on our Set-Top-Box, and it seems that everything is fine including the installation of atk1.2.4, pango1.2.5 and gtk+2.2.4. After installation, i run the example applications in the Gtk+2.2.4 package. Most of them run correctly. But when i run the buttons and pixmap ex