Transparent event snooper

2004-11-20 Thread Egon Andersen
Hi,
I've tried to make my GtkComboBoxEntry() work as I wanted, but without 
success.

Therefor I would like to make a 'transparent event snooper', so that I 
can see what is going on without interfearing with the widgets below.

I've tried to make a GtkEventBox() to which I add the GtkComboBoxEntry()
To be able to see all events before the child I've also set 
gtk_event_box_set_above_child(eventbox, TRUE)

Now I expect that I can receive all relevant events by the use of
g_signal_connect(eventbox, event, callback_func ...)
In the callback function I print the events using event-type
And the callback function always returns true
Now my problem is that this eventbox doesn't act as I expected - or more 
correct - the arrow-button in the GtkComboBoxEntry disappears.

Why do this happen?
It seems like the GtkComboBoxEntry doesn't receive some events??
But I thought I made my snooping transparent...
And how do I make a 'transparent event snooper' ?
Best regards
Egon Andersen
___
gtk-list mailing list
[EMAIL PROTECTED]
http://mail.gnome.org/mailman/listinfo/gtk-list


problem compiling gtk+-2.5.5

2004-11-20 Thread DANIELLLANO
I'm using Debian unstable on x86
I want to compile the new gtk+-2.5.5
glib-2.5.6 compiled and installed successfully
I did:
export LDFLAGS=-L/tmp/usr/lib
export CFLAGS=-I/tmp/usr/include
export LD_LIBRARY_PATH=/tmp/usr/lib
export PKG_CONFIG_PATH=/tmp/usr/lib/pkgconfig
./configure --prefix=/tmp/usr

And gtk+-2.5.5 gets:

make[4]: Entering directory `/tmp/gtk+-2.5.5/gtk'
/bin/sh ../libtool --mode=link gcc  -g -O2 -g -Wall   -o 
gtk-query-immodules-2.0 queryimmodules.o libgtk-x11-2.0.la 
../gdk-pixbuf/libgdk_pixbuf-2.0.la ../gdk/libgdk-x11-2.0.la 
gcc -g -O2 -g -Wall -o .libs/gtk-query-immodules-2.0 queryimmodules.o  
./.libs/libgtk-x11-2.0.so -L/tmp/usr/lib 
/tmp/gtk+-2.5.5/gdk/.libs/libgdk-x11-2.0.so -L/usr/X11R6/lib 
/usr/lib/libatk-1.0.so ../gdk-pixbuf/.libs/libgdk_pixbuf-2.0.so 
../gdk/.libs/libgdk-x11-2.0.so -lXrandr -lXinerama -lXext /usr/lib/libXft.so 
/usr/lib/libfreetype.so -lz -lfontconfig /usr/lib/libXcursor.so 
/usr/lib/libXrender.so -lX11 /usr/lib/libpangoxft-1.0.so 
/usr/lib/libpangox-1.0.so /usr/lib/libpango-1.0.so /usr/lib/libgobject-2.0.so 
/usr/lib/libgmodule-2.0.so /usr/lib/libglib-2.0.so 
/tmp/gtk+-2.5.5/gdk-pixbuf/.libs/libgdk_pixbuf-2.0.so 
/tmp/usr/lib/libgmodule-2.0.so -ldl /tmp/usr/lib/libgobject-2.0.so 
/tmp/usr/lib/libglib-2.0.so -lm -Wl,--rpath -Wl,/tmp/usr/lib
./.libs/libgtk-x11-2.0.so: undefined reference to `g_key_file_get_integer'
./.libs/libgtk-x11-2.0.so: undefined reference to `g_key_file_load_from_file'
./.libs/libgtk-x11-2.0.so: undefined reference to 
`g_option_context_set_main_group'
./.libs/libgtk-x11-2.0.so: undefined reference to 
`g_option_group_set_parse_hooks'
./.libs/libgtk-x11-2.0.so: undefined reference to 
`g_option_context_set_help_enabled'
./.libs/libgtk-x11-2.0.so: undefined reference to `g_option_context_parse'
./.libs/libgtk-x11-2.0.so: undefined reference to `g_option_context_add_group'
./.libs/libgtk-x11-2.0.so: undefined reference to `g_key_file_free'
./.libs/libgtk-x11-2.0.so: undefined reference to `g_key_file_new'
./.libs/libgtk-x11-2.0.so: undefined reference to 
`g_option_context_set_ignore_unknown_options'
./.libs/libgtk-x11-2.0.so: undefined reference to `g_key_file_get_locale_string'
./.libs/libgtk-x11-2.0.so: undefined reference to `g_key_file_get_integer_list'
./.libs/libgtk-x11-2.0.so: undefined reference to `g_key_file_get_string'
...

___
gtk-list mailing list
[EMAIL PROTECTED]
http://mail.gnome.org/mailman/listinfo/gtk-list


columned list

2004-11-20 Thread Neil Zanella
Hello all,

Please don't tell me about Columned List being deprecated: I know.

What I would like to ask about it is, when I move with the up and down
arrows, a rectangular box moves, but the blue highlighting stays in the
same place (unlike what happens when I click with the mouse). Could
someone please explain to me what the difference between the two is
(that is, why two different kind of boxes), and how can I bind them
together so they both move when I press the keyboard up and
down arrows?

Thanks,

Neil
___
gtk-list mailing list
[EMAIL PROTECTED]
http://mail.gnome.org/mailman/listinfo/gtk-list