Re: hello, Mr. Ronald Bultje

2002-03-15 Thread Ronald Bultje
Hi, On Sat, 2002-03-16 at 04:53, guo li wrote: > Hi, Mr Ronald Bultje, >I am now having a headache with displaying a jpeg picture using GTK, > can you please send me the code you mentioned in the following: > your help will be greatly appreciated. Here's the code I use in gtk+-1.2: --code

A desperate plea to the GTK developers

2002-03-15 Thread layabouts
Hi everyone, especially the GTK developers! This is a *desperate* plea to all the GTK developers to provide documentation describing a widget's life cycle and the signals it receives throughout it. I've been banging my head against the proverbial brick wall for two days now (having never used GT

hello, Mr. Ronald Bultje

2002-03-15 Thread guo li
Hi, Mr Ronald Bultje, I am now having a headache with displaying a jpeg picture using GTK, can you please send me the code you mentioned in the following: your help will be greatly appreciated. regards, sincerely Guo Li --- Hi Zou, >Where can I fin

Missing func in gdkmain-fb.c of linux-fb backend

2002-03-15 Thread R.I.P. Deaddog
Hi, gdk_keyboard_grab_info_libgtk_only and gdk_pointer_grab_info_libgtk_only func are missing in gdk/linux-fb/gdkmain-fb.c. This patch is almost a complete cut-n-paste from the x11/directfb counterpart. OK to commit to HEAD? Abel --- gdk/linux-fb/gdkmain-fb.c.orig 2002-02-09 01:37:26.000

Re: Trouble with compiling linux-fb GDK backend (gtk+-2.0.0) ...

2002-03-15 Thread R.I.P. Deaddog
On Fri, 15 Mar 2002, [iso-8859-1] Pascal Cannenterre wrote: > Everything went fine except when it came to compiling > the linux-fb GDK backend (the x11 GDK backend is fine > :-) ). I got trouble at the link with the > 'gtk-query-immodules-2.0' program. The linker can't > find any references to bo

Trouble with compiling linux-fb GDK backend (gtk+-2.0.0) ...

2002-03-15 Thread Pascal Cannenterre
Hi everyone, Few days ago, upon the release announcement, I downloaded the latest GTK+ set version 2.0.0. Everything went fine except when it came to compiling the linux-fb GDK backend (the x11 GDK backend is fine :-) ). I got trouble at the link with the 'gtk-query-immodules-2.0' program. The li

How to stablish the tabulation order

2002-03-15 Thread $BD%M:(B
How can I stablish the tabulation order (tabindex property in Visual Basic)  of my widgets? Do I need to assign the focus manually?   Did anyone know something about it? Thanks in advance!

Change colors of a GTK application

2002-03-15 Thread Summers_Ed
Hello, I have a visual impairment and I need to be able to change the colors of a GTK app. I'm running RedHat Linux and GNOME. I need white text on black background for as much of the window as possible (including menus, tree-like navigator window, etc). What is the best way to change the col

Re: how shrink entire GUI?

2002-03-15 Thread Gavin Jefferies
I had luck doing the opposite (i.e. expanding) with an RC style file and a default font. This is my PERL code (check the API docs at gtk.org for a C equivalent): my $rcfile = $ENV{'HOME'}."/.emptytree-seedy/rc"; Gtk::Rc->parse($rcfile) if (-e $rcfile); And the RC file with a small font:

Re: GtkGLArea and signals

2002-03-15 Thread Paul Davis
>> window till the expose event handler is finished - if there are still >> random bits there when it does, then its your fault, AFAIK. > >My sincerest apologies - I've only had contact with the GTK materials for >a couple of days. In that time I've found the documentation wanting, >especially gi