[Gimp-developer] very basic question on gtk buttons

2005-12-29 Thread Hari
Hi all, I have a very basic query.. I want to capture the button clicked event and add text to some entry widget. I am unable to connect the two widgets. The code is as follows: button = gtk_button_new_with_label (copy); g_signal_connect(G_OBJECT (button), event,G_CALLBACK

Re: [Gimp-developer] Patterns

2005-12-29 Thread Alexandre Prokoudine
On 12/28/05, Carol Spears wrote: you know what? i love pixel art. the soft edges and the blotchy reality of real life. sure, i am glad that gimp can stroke paths nicely now. but what about the pixel? vector art will make such clean edges on everyones computer that the real world will

Re: [Gimp-developer] Patterns -- things we could do to make their manufacture much easier

2005-12-29 Thread Dov Grobgeld
Don't forget the fantastic resynthesizer plug-in as part of the tool chain for creating tilable plug-ins. It is certainly usually much better than any alpha-blending. See: http://www.logarithmic.net/pfh/resynthesizer Regards, Dov On 12/29/05, Leon Brooks [EMAIL PROTECTED] wrote: On

[Gimp-developer] Re: Patterns -- things we could do to make their manufacture much easier

2005-12-29 Thread GSR - FR
Hi, [EMAIL PROTECTED] (2005-12-29 at 1551.31 +0200): Don't forget the fantastic resynthesizer plug-in as part of the tool chain for creating tilable plug-ins. It is certainly usually much better than any alpha-blending. See: http://www.logarithmic.net/pfh/resynthesizer Or