Re: gtk-key-theme-name = Emacs has no effect

2002-10-14 Thread Sven Neumann
Hi, Sylvain Pasche [EMAIL PROTECTED] writes: Using gtk version 2.0.6 debian packages, I wanted to use the emacs style keybindings. So I have put gtk-key-theme-name = Emacs in ~/.gtkrc-2.0 However, this has apparently no effect: ctrl-a and ctrl-e don't bind to beginning or end of

Re: using jpeg files with GTK instead of XPM files

2002-10-14 Thread Sven Neumann
Hi, John [EMAIL PROTECTED] writes: Does anyone have any idea how to use jpeg files instead of XPM files in GTK. The file size of XPM files is so much that things are just taking too long to load. sure, use gdk-pixbuf. It's included with GTK+-2.0 and comes as a separate package for GTK+-1.2.

TextView Width

2002-10-14 Thread Juan Agüí
Hi everyone, i'm trying to set a default width in chars for a text view, making the cursor jump to the next line when a user reaches that limit writing in the buffer. Right now, my text view grows rigthwards indefinitely as more text is added. How could i fix this? Thanks in advance.

RE: Knob widget(!)

2002-10-14 Thread Thor Harald Johansen
hello could u please explain me what is a knob widget? It's not a standard widget. It's a widget that looks like a rotary knob. Like the volume knob on your stereo. A potentiometer! -- Thor ___ gtk-list mailing list [EMAIL PROTECTED]

Re: TextView Width

2002-10-14 Thread Mathias Nudge Hartwig
Juan Agüí wrote: i'm trying to set a default width in chars for a text view, making the cursor jump to the next line when a user reaches that limit writing in the buffer. Right now, my text view grows rigthwards indefinitely as more text is added. How could i fix this? Turn on word

Re: Trying to configure/compile glib-2.0.6

2002-10-14 Thread Paul Thomas
I'm just able to get back to this. On Wed, 9 Oct 2002, Owen Taylor wrote: Paul Thomas [EMAIL PROTECTED] writes: I got through my other hoops but while tyring to ./configure on my Linux box (older install), the configure script gets to this point then quits: checking for working

Re: Trying to configure/compile glib-2.0.6

2002-10-14 Thread Valdis . Kletnieks
On Mon, 14 Oct 2002 09:03:45 PDT, Paul Thomas said: configure:12527: ./conftest ./conftest: can't load library 'libiconv.so.2' is happening as 'libiconv.so.2' is right here: /usr/local/lib/libiconv.so.2 freshly installed from: /var/local/src/libiconv-1.8/ I'll place bets that you

Re: Trying to configure/compile glib-2.0.6

2002-10-14 Thread Owen Taylor
Paul Thomas [EMAIL PROTECTED] writes: I'm just able to get back to this. On Wed, 9 Oct 2002, Owen Taylor wrote: Paul Thomas [EMAIL PROTECTED] writes: I got through my other hoops but while tyring to ./configure on my Linux box (older install), the configure script gets to

Re: gtk-key-theme-name = Emacs has no effect

2002-10-14 Thread Sylvain Pasche
Hello, Yes, there is a file called: /usr/share/themes/Emacs/gtk-2.0-key/gtkrc Here's what pan tries to access: strace -eaccess,lstat64 -f pan access(/usr/X11R6/lib/X11/locale/iso8859-1/XLC_LOCALE, R_OK) = 0 access(/home/sypasche/.Xauthority, R_OK) = 0 lstat64(/etc/gtk-2.0/gtkrc, 0xbfffeabc)

Re: gtk-key-theme-name = Emacs has no effect

2002-10-14 Thread Owen Taylor
Sylvain Pasche [EMAIL PROTECTED] writes: Hi all, Using gtk version 2.0.6 debian packages, I wanted to use the emacs style keybindings. So I have put gtk-key-theme-name = Emacs in ~/.gtkrc-2.0 However, this has apparently no effect: ctrl-a and ctrl-e don't bind to beginning or

Re: Trying to configure/compile glib-2.0.6

2002-10-14 Thread Paul Thomas
On Mon, 14 Oct 2002, Owen Taylor wrote: Paul Thomas [EMAIL PROTECTED] writes: I'm just able to get back to this. On Wed, 9 Oct 2002, Owen Taylor wrote: Paul Thomas [EMAIL PROTECTED] writes: to this point then quits: I don't know why: configure:12527:

problems with gnome_canvas_item

2002-10-14 Thread The Surprises
I am having problems getting a gnome_canvas_item working. In an initialization routine, I create a new line canvas item by doing: line = gnome_canvas_item_new (gnome_canvas_root (root), gnome_canvas_line_get_type(), NULL); I get the following error when I execute this line:

GTK+-2.1.1 released [unstable]

2002-10-14 Thread Owen Taylor
GTK+-2.1.1 is now available for download at: ftp://ftp.gtk.org/pub/gtk/v2.1/ This is a development release leading up to GTK+-2.2. The major change as compared to the stable GTK+-2.0.6 is support for multiple displays and multiple screens in GDK, although there are numerous minor changes as

GTK: Checks for JPEG loader failed

2002-10-14 Thread Paul Thomas
Heh, well I have made some progress on to configuring GTK itself now but, stuck again Configure bombs out with a 'Checks for JPEG loader failed'. To be sure, I went and downloaded the jpeg source and installed it, it's all there but gtk isn't finding the jpeg library. Config.log shows:

htmlview and unicode

2002-10-14 Thread qiufeng
hi everyone: I am a newbie of gtk. I want to know that if the gtk(also the gtk based on frame buffer) support the control such like htmlview on M$ Windows VC. And the other question is whether gtk support Unicode(UTF8). Thanks