From: Michael N. <mit...@cs...> - 2000-04-14 11:19:31
|
"S. Miller" wrote: > > Michael Natterer wrote: > > > > Yep, I'm aware of the problem. As we are in a development cycle, what > > about registering 2 PDB functions, one for the old and one for the > > new ui. When it comes to a release we will of course have to remove > > the second one :) > > > > Gnu make doesn't take gcc's -D into account when it calculates the > > dpeendencies, that's evil (TM). > > > > bye, > > --Mitch > > You mean 2 different plugins? That should work, but seems ugly. If its > ok with Robert, I can live with it. I have no idea how to go about it > though. Ehm, no, please not !-) I just meant to register 2 different PDB calls within one plugin and leting the run() function decide which ui to call depending on the name of the function passed. This is a frequently used technique in Gimp plugins. > For everyone's enlightenment (even if you don't use gnome), I am > currently working on shifting the entire gui into a GtkNotebook. It is > fairly slow going, as I'm having to restructure the entire table based > gui into multiple chunks. I'm hoping that the result will allow printer > specific additional notebook pages, as well as hide some detail from > casual users. That's a really cool idea. Do you mean to integrate the color settings back in the main notebook then? Personally, I like notebooks very much (can't say why, they just feel "natural" for me). > As for the trademarked evil, are you sure? I thought evil was > trademarked by Microsoft :) Heh :) --Mitch |