RFE: Window classes on linux build - Mailing list pgadmin-support

FromCheetah
SubjectRFE: Window classes on linux build
Date
Msg-id[email protected]
Whole thread Raw
ResponsesRe: RFE: Window classes on linux build
Listpgadmin-support
When working with pgadmin3 in linux, it'd be nice to have it set a
window class besides "frame.frame" so that settings can be applied to
it in the window manager (windowmaker for me).  Right now it shows up
as frame.frame, which is rather generic and ends up with several apps
sharing the same settings.  In wx 2.4.2, I've been able to do this by
using the name parameter on the wxFrame constructor, though that
forces both pieces of the window class to the same value, rather than
the more common <window class>.<app class>.  That seems impossible in
2.4.2 and 2.5.3, since it's hardcoded that way in the wx sources.

--    -- Cheetah


pgadmin-support by date:

Previous
From: Devrim GUNDUZ
Date:
Subject: pgadmin3 RPM for Fedora Core 3
Next
From: Andreas Pflug
Date:
Subject: Re: RFE: Window classes on linux build