GTK+ 2.6.5 released

2005-04-09 Thread Matthias Clasen
GTK+ 2.6.5 is now available for download at: ftp://ftp.gtk.org/pub/gtk/v2.6/ http://ftp.gnome.org/pub/GNOME/sources/gtk+/2.6/ gtk+-2.6.5.tar.bz2 md5sum: 3f52f64bdbd132eccfee2de5d2124190 gtk+-2.6.5.tar.gzmd5sum: 627775f318bdafede39607fda3ddbc84 This is a bug fix release and is source and

Re: GdkPixbuf

2005-04-09 Thread David Necas (Yeti)
On Sat, Apr 09, 2005 at 05:58:22AM +, [ A b h i s h e k ] wrote: Could anyone tell me whether we have to free a GdkPixbuf * when we dont need it. Its something like this. Please read the docs: http://developer.gnome.org/doc/API/2.0/gdk-pixbuf/gdk-pixbuf-refcounting.html Yeti -- A:

Re: GtkItemFactoryEntry shortcut keys

2005-04-09 Thread David Necas (Yeti)
On Fri, Apr 08, 2005 at 08:59:01PM +0200, Daniel Pekelharing wrote: This is my first post - I'm fairly new to gtk programming. I program in C, here's my problem. I'm building a main menu for my app using GtkItemFactory, I'm trying to assign the '=' key as a shortcut on one of the items like

Re: probelm with static linking

2005-04-09 Thread Olexiy Avramchenko
NAVEEN FRANCIS wrote: Hi.. I am new to gtk. I was trying to develop an GTK application on Fedora. When I am trying to do static linking I am getting an error. Hello, Fedora just doesn't provide static gtk+ libraries. This topic (static linking to GTK+) was discussed many times on gtk-list,

Re: GtkItemFactoryEntry shortcut keys

2005-04-09 Thread David Necas (Yeti)
On Sat, Apr 09, 2005 at 11:05:54AM +0200, Daniel Pekelharing wrote: Any idea where I could get a list of all key symbol names? I could take guesses, I guess, but I'd prefer a list. E.g. in /usr/include/gtk-2.0/gdk/gdkkeysyms.h (w/o the GDK_ prefix). They match X11 key names

Re: GtkItemFactoryEntry shortcut keys

2005-04-09 Thread Daniel Pekelharing
On Apr 9, 2005 11:15 AM, David Necas (Yeti) [EMAIL PROTECTED] wrote: E.g. in /usr/include/gtk-2.0/gdk/gdkkeysyms.h (w/o the GDK_ prefix). They match X11 key names /usr/X11R6/include/X11/keysymdef.h (w/o the XK_ prefix). There may be some more user-friendly form of the list

Re: [NEWBIE]How to show popup given a GdkEventButton object?

2005-04-09 Thread Olexiy Avramchenko
Edward Yang wrote: How to turn the x, y members to screen coordinates so that I can show a popup menu? x_root, y_root fields of GdkEventButton structure ? http://developer.gnome.org/doc/API/2.0/gdk/gdk-Event-Structures.html#GdkEventButton BTW, it there an easy way to show a popup menu? I looke an

Re: Newbey Question

2005-04-09 Thread stian
Thanks Marcel for your prompt response. I did as you suggested, however, I now get an error saying that the '-lXext' library was not found. I ran 'find /usr -name *Xext*' and I did find '/usr/X11R6/bin/cygXext-6.dll'. Is there anything I can do to solve this problem? I saw you are using a

Re: Newbey Question

2005-04-09 Thread Tor Lillqvist
Jamiil Abdullah-Alkadir writes: I did as you suggested, however, I now get an error saying that the '-lXext' library was not found. I ran 'find /usr -name *Xext*' and I did find '/usr/X11R6/bin/cygXext-6.dll'. Is there anything I can do to solve this problem? I can't understand why you

Draw window where mouse pointer is

2005-04-09 Thread César Leonardo Blum Silveira
Hello all, How can I Make my app start with it's top left corner right where the mouse pointer is pointing at? Thanks, César ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

GTK+, CYGWIN MSW

2005-04-09 Thread Jamiil Abdullah-Alkadir
I have finally got an application to compile under cygwin, but to run it I have to launch the X server, 'startx' to be able to run the program under cygwin. However, I am not able to run the program form windows, I have added the 'cygwin.dll' and 'cygX11-6.dll' directories to the 'autoexec.bat'

GTK+, CYGWIN MSW [oops]

2005-04-09 Thread Jamiil Abdullah-Alkadir
Oops! I forgot to mention that the application is a GTK+. Sorry for the mistake. :( From: Jamiil Abdullah-Alkadir [EMAIL PROTECTED] To: gtk-list@gnome.org, gtk-app-devel-list@gnome.org, cygwin@cygwin.com Subject: GTK+, CYGWIN MSW Date: Sat, 09 Apr 2005 22:31:24 -0400 I have finally got an

Omega character

2005-04-09 Thread John Coppens
Hello people. Of all things, I didn't think this would be so difficult. I want to put a string on the screen with electrical units, and the Ohms-(Omega) character. I normally write characters in the locale set and then call g_locale_to_utf8, but I can't find the character Omega in the local set