get command from pid in gtk programm

2006-05-02 Thread rachit goel
hi all i am facing a problem i need to know what command fired the process with the given pid just like CMD ooption of ps command. But the issue is that due to timing constraint i don't have enough time to everytime fire a shell which writes this cmd from ps to a file and read it . i need

tree view header

2006-05-02 Thread Thomas Gilgin
Hi, could someone give me a hint how to change the height of the header buttons in tree view? TIA Thomas ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

why is pango_font_description_set_* functions leaking

2006-05-02 Thread nerdy
Hello all, I found that the functions pango_font_description_set_family and pango_font_description_set_size are leaking memory. I am using pango version 1.4.0. fontdesc = pango_font_description_new(); pango_font_description_set_family(fontdesc,courier);

Re: why is pango_font_description_set_* functions leaking

2006-05-02 Thread Behdad Esfahbod
On Tue, 2 May 2006, nerdy wrote: Hello all, I found that the functions pango_font_description_set_family and pango_font_description_set_size are leaking memory. I am using pango version 1.4.0. fontdesc = pango_font_description_new(); pango_font_description_set_family(fontdesc,courier);

Re: Changing font of TreeView column header

2006-05-02 Thread David Necas (Yeti)
On Tue, May 02, 2006 at 05:30:49PM +0200, Hannes Mayr wrote: I'm looking for a way to set font and font size for the treeview column header. Changing the font of the CellRenderer is no problem, but all attempts to change the font of the treeview header didn't work. It does not seem possible

Re: tree view header

2006-05-02 Thread Stefan Kost
Hi Thomas, you can put own widgets in there. One way might be to put an own label in there and set a default minimum height. Ciao Stefan Am Dienstag, den 02.05.2006, 15:21 +0200 schrieb Thomas Gilgin: Hi, could someone give me a hint how to change the height of the header buttons in

GLib 2.11.0 released

2006-05-02 Thread Matthias Clasen
GLib 2.11.0 is now available for download at ftp://ftp.gtk.org/pub/gtk/v2.11/ http://ftp.gnome.org/pub/gnome/sources/glib/2.11/ glib-2.11.0.tar.bz2 md5sum: 5cbfb9d8279d7bf26d13b3ca52c9a570 glib-2.11.0.tar.gz md5sum: dde8c488e4be67490a021f3e450a59ea This is the first development

HOW TO USE A DIFFERENT LANGUAGE OTHER THAN ENGLISH

2006-05-02 Thread Tor Lillqvist
anuj pachauri writes: I have a software(Baraha Direct) which maps the character on the keyboard to the Hindi Character and writes it. By simply switching on the sofware i am able to write in Hindi on WordPad, Microsoft Word, web pages etc.;. When i tried the same thing on my gtk+ GUI it

Re: [Gtk+-2.0 on MacOSX - Imendio Project] How to launch an executable ?

2006-05-02 Thread Malik NakaMura
I succeeded in starting a gtk application from a terminal, but the text is not well displayed wih gtk-demo : http://img220.imageshack.us/my.php?image=gtkdemo3ta.png My configuration : autoconf 2.59 automake 1.7.9 libtool 1.5.20 gettext 0.14.5 pkg-config 0.20 libpng 1.2.10 libtiff 3.8.2

Re: [Gtk+-2.0 on MacOSX - Imendio Project] How to launch an executable ?

2006-05-02 Thread Richard Hult
Hi, Malik NakaMura skrev: I succeeded in starting a gtk application from a terminal, but the text is not well displayed wih gtk-demo : [...] Are you sure that's from the latest CVS version of GTK+? That looks like a bug that was fixed several months ago. Regards, Richard -- Imendio AB,

Re: How to get a Drawing area image as a file (BMP).

2006-05-02 Thread muppet
This list is for discussion of the development of the gtk+ toolkit itself. Questions about using gtk+ should go to gtk-app-devel- [EMAIL PROTECTED] On May 2, 2006, at 3:34 AM, sadhees kumar wrote: pixbuf = gdk_pixbuf_get_from_drawable(NULL,GTK_DRAWABLE (da_setting_ff)-window, In gtk+ there

Re: [gedit-list] First pass hack of gedit and gtksourceview port to gtkprintoperation

2006-05-02 Thread Alexander Larsson
On Mon, 2006-05-01 at 12:48 +0200, Paolo Maggi wrote: [Resending since it seems my previous mail was sent from the wrong address] Hi I'm not sure what is the best way to avoid problems with pagination blocking the ui for a long time. Alex opened a bug about allowing rendering to

Re: [gedit-list] First pass hack of gedit and gtksourceview port to gtkprintoperation

2006-05-02 Thread Alexander Larsson
On Mon, 2006-05-01 at 17:27 +0200, Paolo Borelli wrote: I can easily see current selection as a useful value for the range selector. And it should be easy to add. Yes, but I would prefer to not see it added as a special case (like the current page case). Doing it like that

why is pango_font_description_set_* functions leaking

2006-05-02 Thread nerdy
Hello all,I found that the functions pango_font_description_set_family and pango_font_description_set_size are leaking memory. I am using pango version 1.4.0.fontdesc =

expander.gtk.org

2006-05-02 Thread Carol Spears
it has its own internet address now: http://expander.gtk.org thanks to everyone who helped track down web log feed(s) and other things. i was thinking about bugs.gtk.org for a listing of active glib, pango, atk and gtk+ bugs, similar to http://parasites.gimp.org and i could have a not-yet

Re: why is pango_font_description_set_* functions leaking

2006-05-02 Thread Behdad Esfahbod
On Tue, 2 May 2006, nerdy wrote: Hello all, I found that the functions pango_font_description_set_family and pango_font_description_set_size are leaking memory. I am using pango version 1.4.0. fontdesc = pango_font_description_new(); pango_font_description_set_family(fontdesc,courier);

Re: why is pango_font_description_set_* functions leaking

2006-05-02 Thread Owen Taylor
On Tue, 2006-05-02 at 06:03 -0700, nerdy wrote: Hello all, I found that the functions pango_font_description_set_family and pango_font_description_set_size are leaking memory. I am using pango version 1.4.0. fontdesc = pango_font_description_new();

How to implement OpenVMS specific keymaps?

2006-05-02 Thread John E. Malmberg
When running the demo programs for GTK+ I notice that it is using the default Motif bindings. The most noticeable is that the DELETE key on the OpenVMS Keyboard is being interpreted as delete forward instead of delete backwards, and I have not yet found the key sequence to delete backwards.

Re: Recently Used Files Proposal

2006-05-02 Thread Emmanuele Bassi
Hi Alex, On Wed, 2006-04-26 at 09:54 +0200, Alexander Larsson wrote: On Wed, 2006-04-26 at 09:29 +0200, Petr Tomasek wrote: In the menu you have usually only a few recent files. If you look for something little older it would have sense to have special dialog. (I hate the fact, that

Re: [Gtk+-2.0 on MacOSX - Imendio Project] How to launch an executable ?

2006-05-02 Thread Malik NakaMura
Hi Richard, I just did : cvs -d :pserver:[EMAIL PROTECTED]:/cvs/gnome co gtk+ It appears that this CVS does not have the latest gtk+ version... How can I get the latest CVS version of GTK+ ? thanks in advance, Malik From: Richard Hult [EMAIL PROTECTED] To: Malik NakaMura [EMAIL PROTECTED]

Re: expander.gtk.org

2006-05-02 Thread Carol Spears
On Tue, May 02, 2006 at 11:08:46PM +0200, Tim Janik wrote: bugs.gtk.org may indeed be a bit confusing and could better be redirected to bugzilla.gnome.org. why couldn't you simply use parasites.gtk.org as well? ;) it looks like the name is going to be liststore.gtk.org due to the table in

GLib 2.11.0 released

2006-05-02 Thread Matthias Clasen
GLib 2.11.0 is now available for download at ftp://ftp.gtk.org/pub/gtk/v2.11/ http://ftp.gnome.org/pub/gnome/sources/glib/2.11/ glib-2.11.0.tar.bz2 md5sum: 5cbfb9d8279d7bf26d13b3ca52c9a570 glib-2.11.0.tar.gz md5sum: dde8c488e4be67490a021f3e450a59ea This is the first development

Re: why is pango_font_description_set_* functions leaking

2006-05-02 Thread Owen Taylor
On Tue, 2006-05-02 at 06:03 -0700, nerdy wrote: Hello all, I found that the functions pango_font_description_set_family and pango_font_description_set_size are leaking memory. I am using pango version 1.4.0. fontdesc = pango_font_description_new();

Re: Windows GTK hang 'not responding'

2006-05-02 Thread Tor Lillqvist
Derek Piper writes: Any help or hints would be very appreciated. It would help a lot if you could distill the problematic program down to a bare minimum (but still complete and compileable) sample program that still exhibits the problem, open a bug report on bugzilla.gnome.org, and attach the

Re: Cannot build gtk+ with jhbuild

2006-05-02 Thread Murray Cumming
On Mon, 2006-05-01 at 00:05 +0200, Marko Anastasov wrote: I get this message: - Making all in printbackends make[3]: Entering directory `/home/marko/cvs/gnome2/gtk +/modules/printbackends' make[3]: *** No rule to make target `all'. Stop. make[3]: Leaving directory

why is pango_font_description_set_* functions leaking

2006-05-02 Thread nerdy
Hello all,I found that the functions pango_font_description_set_family and pango_font_description_set_size are leaking memory. I am using pango version 1.4.0.fontdesc =

Re: Cannot build gtk+ with jhbuild

2006-05-02 Thread Marko Anastasov
On Tue, 2006-05-02 at 13:12 +0200, Murray Cumming wrote: On Mon, 2006-05-01 at 00:05 +0200, Marko Anastasov wrote: I get this message: - Making all in printbackends make[3]: Entering directory `/home/marko/cvs/gnome2/gtk +/modules/printbackends' make[3]: *** No rule to make

Re: why is pango_font_description_set_* functions leaking

2006-05-02 Thread Behdad Esfahbod
On Tue, 2 May 2006, nerdy wrote: Hello all, I found that the functions pango_font_description_set_family and pango_font_description_set_size are leaking memory. I am using pango version 1.4.0. fontdesc = pango_font_description_new(); pango_font_description_set_family(fontdesc,courier);

Re: why is pango_font_description_set_* functions leaking

2006-05-02 Thread Owen Taylor
On Tue, 2006-05-02 at 06:03 -0700, nerdy wrote: Hello all, I found that the functions pango_font_description_set_family and pango_font_description_set_size are leaking memory. I am using pango version 1.4.0. fontdesc = pango_font_description_new();

cannot execute GTK1.2 Application

2006-05-02 Thread Anees Shahul
Hi I have installed GTK+-1.2.10 and GLIB1.2.10.I am using Fedora core2.0.When tried to run some sample applications,it came with an error Cannot load shared libraries.Any help appreciated. Thanks Anees Send instant messages to your online friends http://uk.messenger.yahoo.com

Re: cannot execute GTK1.2 Application

2006-05-02 Thread David Necas (Yeti)
On Tue, May 02, 2006 at 05:12:32PM +0100, Anees Shahul wrote: I have installed GTK+-1.2.10 and GLIB1.2.10.I am using Fedora core2.0.When tried to run some sample applications,it came with an error Cannot load shared libraries.Any help appreciated. I doubt this was the exact message you got.

Re: Windows GTK hang 'not responding'

2006-05-02 Thread Derek Piper
Hi, Thanks to all for the helpful hints, even with my vague descriptions. It turns out that it was a problem under Windows in getting the current time. Using timeGetTime() from the multimedia timers I wanted to convert it to microseconds in keeping with the value from gettimeofday

Re: Windows GTK hang 'not responding'

2006-05-02 Thread Paul Davis
On Tue, 2006-05-02 at 13:45 -0400, Derek Piper wrote: Hi, Thanks to all for the helpful hints, even with my vague descriptions. It turns out that it was a problem under Windows in getting the current time. Using timeGetTime() from the multimedia timers I wanted to convert it

Re: cannot execute GTK1.2 Application

2006-05-02 Thread David Shaw
On Tue, 2006-05-02 at 17:12 +0100, Anees Shahul wrote: I have installed GTK+-1.2.10 and GLIB1.2.10.I am using Fedora core2.0.When tried to run some sample applications,it came with an error Cannot load shared libraries.Any help appreciated. I have gtk+-1.2.10-39 and

Re: cannot execute GTK1.2 Application

2006-05-02 Thread David Necas (Yeti)
On Tue, May 02, 2006 at 04:11:54PM -0400, David Shaw wrote: On Tue, 2006-05-02 at 17:12 +0100, Anees Shahul wrote: I have installed GTK+-1.2.10 and GLIB1.2.10.I am using Fedora core2.0.When tried to run some sample applications,it came with an error Cannot load shared libraries.Any help

compile error: X development libraries not found

2006-05-02 Thread jay_gtk
Hello, I am trying to compile gtk+-2.8.9 on Debian Linux. I have a mix of stable and testing packages installed. I have successfully compiled glib, atk, pango, cairo, etc. When I try to configure gtk+-2.8.9, I get this error: checking for X... no configure: error: X development libraries not

when the windowing system shuts down, how does Gnome/X tell an application to quit?

2006-05-02 Thread Anna
Hi. I was assuming my application would get a POSIX SIGTERM when I did a logout of my Gnome session. Looks like that's not happening though. The main loop doesn't terminate either. Does GTK+ call _exit() or something without returning from the main loop? And, how does GTK+ know that Gnome/X11

GLib 2.11.0 released

2006-05-02 Thread Matthias Clasen
GLib 2.11.0 is now available for download at ftp://ftp.gtk.org/pub/gtk/v2.11/ http://ftp.gnome.org/pub/gnome/sources/glib/2.11/ glib-2.11.0.tar.bz2 md5sum: 5cbfb9d8279d7bf26d13b3ca52c9a570 glib-2.11.0.tar.gz md5sum: dde8c488e4be67490a021f3e450a59ea This is the first development