|
From: Nicholas Lewin-K. <koh...@co...> - 2000-06-28 03:49:19
|
On Tue, 27 Jun 2000, Adrian wrote: > Hi, Nicholas. In principle your changes won't do any harm. We may add the > flag WITH_WIN32 in the configure script to compile the win32 version. Add > your changes between #ifdef WITH_WIN32 ... #endif I have been using the standard #ifdef G_OS_WIN32 to be consistent with gtk+ and glib. > What about the other widgets? Have you found any problem besides the > gtksheet warnings? Gtkplot still has trouble, this may be partly a problem with the gdk port, but I am not sure. I have been concentrating on iconfileselect, since you indicated that that was a priority. > I am thinking to wait until gtk-2.0 before gtkextra-1.0. In the midtime the > API should freeze. I am going to implement Arnaud's fixes and add some extra > procedures for gtkplot and release 99.8 next week, before I leave to > Argentina for a 2-weeks "vacation" :-) > Regards, > <ADRIAN> > good that gives me some time ;). I want to check out scigraphica soon, I have just been following on the side. As a statistician I may have some input ;-). Nicholas > ----- Original Message ----- > From: Nicholas Lewin-Koh <koh...@co...> > To: Allin Cottrell <cot...@wf...> > Cc: Adrian Feiguin <fe...@ma...>; > <sci...@li...> > Sent: Tuesday, June 27, 2000 11:05 PM > Subject: Re: [gtkextra] Gtkextra on Windows -gtkiconfilesel > > > > Hi Adrian, > > I am finding I need to make a lot of changes to gtkdirtree especially for > > windows. I am setting it up so it feels a bit like explorer, so instead > > of getting local host, it gets the desktop as the root node, and then > > mypc should list all the drives, you can see how the structure is > > different from linux/unix. I need to figure out how windoze does some > > things, like if the path to the desktop is stored in an environment > > variable, and what the equialent of "/" is on windows. This will take me a > > bit longer, but it is getting close. > > > > Nicholas > > > > > > > > _______________________________________________ > > Scigraphica-gtkextra mailing list > > Sci...@li... > > http://lists.sourceforge.net/mailman/listinfo/scigraphica-gtkextra > > > |