change keybindings

2006-09-08 Thread Michael Wild
hi all as the search index for this list seems to be unavailable and google didn't turn up anything usefull, i'm going to ask this here (although probably answered many times). how do i change the key bindings of menu items to keys without a modifier (i.e. withou , or ). it works fine for any co

Re: change keybindings

2006-09-08 Thread Paul Davis
On Fri, 2006-09-08 at 10:39 +0200, Michael Wild wrote: > hi all > > as the search index for this list seems to be unavailable and google > didn't turn up anything usefull, i'm going to ask this here (although > probably answered many times). > > how do i change the key bindings of menu items to k

Xft XCompile Warning as "linker path does not have real file for library -lX11"

2006-09-08 Thread harshavardhanreddy mandeepala
Hi All When i try to cross compile Xft-2.1.2  for my ARM it is giving following error. I already have  atk,pango.glib,Xserver,zlib in my path. xft didn't display any error while configure ,but when i try to make it is giving following error. arm-none-linux-gnueabi-gcc -DHAVE_CONFIG_H -I. -I. -I.

Re: Xft XCompile Warning as "linker path does not have real file for library -lX11"

2006-09-08 Thread Sergei Steshenko
--- harshavardhanreddy mandeepala <[EMAIL PROTECTED]> wrote: > Hi All > When i try to cross compile Xft-2.1.2 for my ARM it is giving following > error. > I already have atk,pango.glib,Xserver,zlib in my path. > > xft didn't display any error while configure ,but when i try to make > it is gi

Re: Xft XCompile Warning as "linker path does not have real file for library -lX11"

2006-09-08 Thread harshavardhanreddy mandeepala
Try to set LDFLAGS environment variable in a manner similar to this example: "LDFLAGS='-L/maxtor5/sergei/AppsFromScratchWD/install/jpegsrc.v6b/lib-L/maxtor5/sergei/AppsFromScratchWD/install/tiff-3.8.2/lib-L/maxtor5/sergei/AppsFromScratchWD/install/zlib-1.2.3/lib'; export LDFLAGS ".I.e. stick into i

Re: Xft XCompile Warning as "linker path does not have real file for library -lX11"

2006-09-08 Thread Sergei Steshenko
--- harshavardhanreddy mandeepala <[EMAIL PROTECTED]> wrote: > > > > > > Try to set LDFLAGS environment variable in a manner similar to this > > example: > > > > " > > LDFLAGS='-L/maxtor5/sergei/AppsFromScratchWD/install/jpegsrc.v6b/lib > > -L/maxtor5/sergei/AppsFromScratchWD/install/tiff-3.8.2/

Re: Child Properties with gtk-doc

2006-09-08 Thread Yeti
On Fri, Sep 08, 2006 at 09:44:07PM +0100, Damon Chaplin wrote: > On Fri, 2006-09-08 at 12:11 +0200, Sven Herzberg wrote: > > > > Am Donnerstag, den 07.09.2006, 21:34 -0400 schrieb Matthias Clasen: > > > Have you tried simply using the same syntax that works for documenting > > > regular propertie

Re: gtk-list Digest, Vol 28, Issue 18

2006-09-08 Thread NoTiG
I have a question as well. here is a quote from Michael Torrie: First is that when you uncover a window, X11 sends expose events to the uncovered window. It is up to the client (the app) to respond to these events and redraw the parts that were exposed. If the window is in motion, these expose e

Dynamic menus question

2006-09-08 Thread Christian Convey
I'm using pygtk. My top-level menubar has a menuitem named "Scripts". Each time user clicks on "Scripts", I want a chance to update the Scripts menuitem's submenu content before it's shown to the user. That way the submenu's content will alway be up-to-date when it's presented to the user. I'm h