From: | Guillaume Lelarge <guillaume(at)lelarge(dot)info> |
---|---|
To: | Dave Page <dpage(at)pgadmin(dot)org> |
Cc: | pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org> |
Subject: | Re: Follow-up on "Query tool layout issues" |
Date: | 2010-03-08 21:48:17 |
Message-ID: | 4B9570A1.3050305@lelarge.info |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgadmin-hackers |
Le 08/03/2010 21:05, Dave Page a écrit :
> On Mon, Mar 8, 2010 at 6:04 PM, Guillaume Lelarge
> <guillaume(at)lelarge(dot)info> wrote:
>
>> I'll try to do something based on that. My first idea was something like
>> wxPropertyGrid
>> (http://wxpropgrid.sourceforge.net/cgi-bin/index?page=about) I suppose
>> also this is what you wanted to say with the VisualStudio stuff.
>
> Yeah, thats the sort of thing. Shame it's another external library
> though :-(. Think I'd prefer to avoid that.
>
So do I.
There's another/simpler way to do it. We just need to change the
wxNotebook's style to wxNB_LEFT (one line to add), and we have something
fine. See the screenshot attached (but keep in mind I can't check right
now on Windows and Mac OS X).
Yet another way would be to replace the wxNotebook with a wxAUINotebook.
In fact, my proposal would be to:
* use wxNB_LEFT for 1.12 ;
* think about replacing it with something else for 1.14.
>> OK, commit done. I did one commit per patch because I find it easier to
>> understand the different steps.
>
> Absolutely the correct approach. Never mix patches in one commit. :-)
>
Sure. But it was a lot of commits at the same time.
--
Guillaume.
http://www.postgresqlfr.org
http://dalibo.com
Attachment | Content-Type | Size |
---|---|---|
image/png | 41.6 KB |