Re: writing system tray plugin using GTK1?

2011-08-11 Thread Clemens Eisserer
Hi, No, I understand that. My question was, if I had some software that used GTK1, which I use, and would not like to spend time writing for GTK2, would I still be able to compile using GTK2 or GTK3? Is GTK3/2 a superset of GTK1? No it isn't. After all, this is the wrong list for questions

Re: writing system tray plugin using GTK1?

2011-08-11 Thread Ranjan Maitra
On Thu, 11 Aug 2011 18:27:41 -0500 Clemens Eisserer linuxhi...@gmail.com wrote: Hi, No, I understand that. My question was, if I had some software that used GTK1, which I use, and would not like to spend time writing for GTK2, would I still be able to compile using GTK2 or GTK3? Is GTK3/2

Re: writing system tray plugin using GTK1?

2011-08-06 Thread Michael Cronenworth
On 08/05/2011 05:25 PM, Ranjan Maitra wrote: No, I understand that. My question was, if I had some software that used GTK1, which I use, and would not like to spend time writing for GTK2, would I still be able to compile using GTK2 or GTK3? Is GTK3/2 a superset of GTK1? It should be

writing system tray plugin using GTK1?

2011-08-05 Thread Ranjan Maitra
Hi, I have been wanting to write a simple system tray plugin using GTK1. Is it possible? Or am I constrained with using the more resource-hungry GTK2? The keyword is simple: I am open to giving up some features, but inability to do anything would of course defeat the purpose. Many thanks for

Re: writing system tray plugin using GTK1?

2011-08-05 Thread Michael Cronenworth
Ranjan Maitra wrote: I have been wanting to write a simple system tray plugin using GTK1. Is it possible? Or am I constrained with using the more resource-hungry GTK2? I won't get in to whether you can do it or not because: GTK1 is no longer actively maintained. It is on the chopping block to

Re: writing system tray plugin using GTK1?

2011-08-05 Thread Ranjan Maitra
On Fri, 5 Aug 2011 11:18:56 -0500 Michael Cronenworth m...@cchtml.com wrote: Ranjan Maitra wrote: I have been wanting to write a simple system tray plugin using GTK1. Is it possible? Or am I constrained with using the more resource-hungry GTK2? I won't get in to whether you can do it or

Re: writing system tray plugin using GTK1?

2011-08-05 Thread Michael Cronenworth
Ranjan Maitra wrote: How about stuff that is written in GTK1? How would we compile these? They would be obsoleted and removed from the distribution. To find a list of such programs you can run: $ repoquery --whatrequires gtk+ Please note that the list of GTK1 programs is very small. Briefly

Re: writing system tray plugin using GTK1?

2011-08-05 Thread Ranjan Maitra
On Fri, 5 Aug 2011 17:05:38 -0500 Michael Cronenworth m...@cchtml.com wrote: Ranjan Maitra wrote: How about stuff that is written in GTK1? How would we compile these? They would be obsoleted and removed from the distribution. To find a list of such programs you can run: $ repoquery