Re: table widget: expanding

2006-05-05 Thread Felix Kater
On Thu, 4 May 2006 23:33:18 +0200 David Nečas (Yeti) [EMAIL PROTECTED] wrote: On Thu, May 04, 2006 at 11:12:32PM +0200, Felix Kater wrote: To achieve this I assume I need to do two things: tell the table to expand itself to the maximum, and tell it to expand the second row only (the

Re: table widget: expanding

2006-05-05 Thread Yeti
On Fri, May 05, 2006 at 11:50:36AM +0200, Felix Kater wrote: However, I wonder why attaching a label with GTK_FILL | GTK_EXPAND expands its cell If you attach a widget with GTK_EXPAND, it makes the space alloted for this widget expand when the container is expaned. This is the *point* of

Re: how to tell gtk to update only the GUI

2006-05-05 Thread Mehmet YASAR
Do you mean you offer no means to cancel the lengthy processing? That's bad. Yes that's voluntary since in my case the processing should take only few seconds (60 seconds at worst). Mehmet ___ gtk-app-devel-list mailing list

GTK+ 2.9.0 released

2006-05-05 Thread Matthias Clasen
GTK+ 2.9.0 is now available for download at: ftp://ftp.gtk.org/pub/gtk/v2.9/ http://ftp.gnome.org/pub/gnome/sources/gtk+/2.9/ gtk+-2.9.0.tar.gz md5sum: c11a4127073b34f0b78c1a7f7a86aaa0 gtk+-2.9.0.tar.bz2 md5sum: a248f792e196d7a916626f5e0eff4e20 This is the first development release

Rotating check button as a whole

2006-05-05 Thread Nickolai Dobrynin
Is there any way to rotate the entire check button widget by 90 degrees? (So, for example, its text label would end up above the clicking area and extend up rather than right). Thanks, Nickolai Dobrynin ___ gtk-app-devel-list mailing list

Re: how to tell gtk to update only the GUI

2006-05-05 Thread Gian Mario Tagliaretti
2006/5/3, David Necas (Yeti) [EMAIL PROTECTED]: On Wed, May 03, 2006 at 10:03:34AM -0400, Tristan Van Berkom wrote: If you need your application to refuse button key press events (but still refresh itself graphicly), you should set the sensitivity of your buttons during the lengthly

How to get the image in drawing area as a BMP file ?

2006-05-05 Thread sadhees kumar
Hi All, For my application i need to get the picture drawn in the drawing area widget as a file.I have written the following code , but it doesnt work .. (i.e) the function - gdk_pixbuf_save() . i can get as aJPEG file but i tried several times to get a BMP file could not get it. Is

Re: How to get the image in drawing area as a BMP file ?

2006-05-05 Thread James Henstridge
sadhees kumar wrote: Hi All, For my application i need to get the picture drawn in the drawing area widget as a file.I have written the following code , but it doesnt work .. (i.e) the function - gdk_pixbuf_save() . i can get as a JPEG file but i

[PATCH] A lost patch for bug 306029

2006-05-05 Thread Denis Vlasenko
Hello gtk'ers, I was looking through my old bookmarks and found this one: http://bugzilla.gnome.org/show_bug.cgi?id=306029 I filed that one. Seems like it was not noticed yet, after one year. gtk-2.8.13's pixops/pixops.c::process_pixel is still the same and can still be optimized. Please

Re: [PATCH] A lost patch for bug 306029

2006-05-05 Thread Matthias Clasen
On 5/5/06, Denis Vlasenko [EMAIL PROTECTED] wrote: Hello gtk'ers, I was looking through my old bookmarks and found this one: http://bugzilla.gnome.org/show_bug.cgi?id=306029 I filed that one. Seems like it was not noticed yet, after one year. gtk-2.8.13's pixops/pixops.c::process_pixel is

GTK+ 2.9.0 released

2006-05-05 Thread Matthias Clasen
GTK+ 2.9.0 is now available for download at: ftp://ftp.gtk.org/pub/gtk/v2.9/ http://ftp.gnome.org/pub/gnome/sources/gtk+/2.9/ gtk+-2.9.0.tar.gz md5sum: c11a4127073b34f0b78c1a7f7a86aaa0 gtk+-2.9.0.tar.bz2 md5sum: a248f792e196d7a916626f5e0eff4e20 This is the first development release

Re: Need help : Installing gtk+ on Windows 2000

2006-05-05 Thread Tor Lillqvist
Hemendra Jain writes: I am trying to install GTK+ on Windows 2000. You want to be able to run GTK+ applications, or develop of GTK+-using software? In what programming language? C? C++? C#? Python? Ada? What I have downloaded: 1.atk-1.10.1 2.cairo-0.9.2 3.glib-2.10.1 4.gtk+-2.8.0

Re: Need help : Installing gtk+ on Windows 2000

2006-05-05 Thread Tor Lillqvist
Michael Torrie writes: In particular, you want: http://prdownloads.sourceforge.net/gimp-win/gtk%2B-2.8.9-setup-1.zip? download Note that the current GTK+ version is 2.8.17, though. There has been many bug fixes since 2.8.9. It is preferred, I think, to look for GTK in the standard place

Re: Need help : Installing gtk+ on Windows 2000

2006-05-05 Thread Michael Torrie
On Fri, 2006-05-05 at 10:04 +0300, Tor Lillqvist wrote: Michael Torrie writes: In particular, you want: http://prdownloads.sourceforge.net/gimp-win/gtk%2B-2.8.9-setup-1.zip? download Note that the current GTK+ version is 2.8.17, though. There has been many bug fixes since 2.8.9.

how can I press second button when code of One button is running

2006-05-05 Thread kapil sharma
Hi.. My subject line is not proper. I will explain you the problem. I am developing an application using glade which contains two buttons. When I press button1 code for that button will execute, and it will execute continuously, I repeat continuosly. To stop the execution of this code I need to

GTK+ 2.9.0 released

2006-05-05 Thread Matthias Clasen
GTK+ 2.9.0 is now available for download at: ftp://ftp.gtk.org/pub/gtk/v2.9/ http://ftp.gnome.org/pub/gnome/sources/gtk+/2.9/ gtk+-2.9.0.tar.gz md5sum: c11a4127073b34f0b78c1a7f7a86aaa0 gtk+-2.9.0.tar.bz2 md5sum: a248f792e196d7a916626f5e0eff4e20 This is the first development release

Re: Windows GTK hang 'not responding'

2006-05-05 Thread Derek Piper
Paul Davis wrote: 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

searching documentation for GTK+

2006-05-05 Thread Alex Nedelcu
Hi, I want to learn GTK+, but here's my dilemma: all the books I found make use of the C language. I don't want to C / C++, as it would take too much time to remember / re-learn them ... and it would be a useless experience for me because I wouldn't use them anyway. I prefer Java ... are

Re: searching documentation for GTK+

2006-05-05 Thread Gian Mario Tagliaretti
2006/5/5, Alex Nedelcu [EMAIL PROTECTED]: Hi, Hi Alex I want to learn GTK+, but here's my dilemma: all the books I found make use of the C language. I don't want to C / C++, as it would take too much time to remember / re-learn them ... and it would be a useless experience for me because I

segfault on gimp from gtk

2006-05-05 Thread Jim Sabatke
This was originally sent to the gimp list, but appears to be a gtk issue. Message #1 Carol Spears wrote: On Thu, May 04, 2006 at 06:45:32PM -0500, Jim Sabatke wrote: I have been updating all my machines to gimp 2.2.10. It works fine on all of them except for my HP ZD 7000 laptop. 2.2.0

Re: searching documentation for GTK+

2006-05-05 Thread Alex Nedelcu
Thank you for your response. I could learn it with Python using PyGTK, but will I be able to use my knowledge learned with Java-GTK ? In other words ... is PyGTK equivalent to Java-GTK ? Thank you, Gian Mario Tagliaretti wrote: 2006/5/5, Alex Nedelcu [EMAIL PROTECTED]: Hi, Hi Alex I

Re: searching documentation for GTK+

2006-05-05 Thread Gian Mario Tagliaretti
2006/5/5, Alex Nedelcu [EMAIL PROTECTED]: I could learn it with Python using PyGTK, but will I be able to use my knowledge learned with Java-GTK ? In other words ... is PyGTK equivalent to Java-GTK ? Pygtk and java-GTK are two wrappers built on top of GTK, so yes the API are equivalent, of

Re: how can I press second button when code of One button is running

2006-05-05 Thread Gian Mario Tagliaretti
2006/5/5, kapil sharma [EMAIL PROTECTED]: I am developing an application using glade which contains two buttons. When I press button1 code for that button will execute, and it will execute continuously, I repeat continuosly. To stop the execution of this code I need to press Button2. But I am

compiling PyCairo on Tiger

2006-05-05 Thread Craig Davis
Whenever I try to build PyCairo on my iMac G5 running Mac OS X Tiger 10.4.6 with 512 MB of RAM with a SuperDrive AirPort Extreme card gtk.cairo fails to build (two 256 MB DDR sticks). I am using XCode Tools 2.2.1. This is always mentioned by the shell whenever I try running the configure script.

Re: compiling PyCairo on Tiger

2006-05-05 Thread Marius Schamschula
Craig, See http://www.hmug.org/pub/MacOS_X/BSD/Development/Languages/python/pycairo/ to see what dependencies I used to build pycairo. Note: gawk and sed are optional. Did you check config.log? On 5/5/06, Craig Davis [EMAIL PROTECTED] wrote: Whenever I try to build PyCairo on my iMac G5

Re: Need help : Installing gtk+ on Windows 2000

2006-05-05 Thread Jernej Simončič
On Thu, 04 May 2006 23:43:37 -0600, Michael Torrie wrote: If you compile your program against the headers and development libraries as provided by Tor (the second link) then if the end user installs this runtime, he will be able to run your application. Just be aware, though, that your app

Re: State variables

2006-05-05 Thread Torsten Schoenfeld
On Thu, 2006-05-04 at 19:27 +0200, A. Pagaltzis wrote: * Torsten Schoenfeld [EMAIL PROTECTED] [2006-05-04 19:05]: If you put a block around a sub, you can declare a lexical variable in that scope but outside the sub. It will then behave like a state variable: Is that really exactly what

Re: Bug in pixbuf-copy ?

2006-05-05 Thread Torsten Schoenfeld
On Tue, 2006-04-18 at 19:36 +0200, Thierry Vignaud wrote: well, until state variables are availlable (perl-5.9.x ???), that's the only way to have static variables, that do be usefull in some cases. Speak of the devil: http://use.perl.org/~rafael/journal/29520?from=rss -- Bye, -Torsten