Kirix Support Forums

wxDockArt

Please post all general questions, comments, bug reports, and any other wxAUI feedback here.

wxDockArt

Postby olivier_job on Mon Jan 30, 2006 6:00 pm

Hello, I just wnant to know if someones knows which value I have to change in the wxDockArt class to change the background color that represents the new position of a panel when we drag a panel.

Thanks
Olivier Alexandre
olivier_job
Registered User
 
Posts: 1
Joined: Mon Jan 30, 2006 5:58 pm

Postby Ben on Tue Jan 31, 2006 11:19 am

Right now there is no way to set that value. It's hard-coded to be the same as the active caption color. We intend to allow this value to be customized in the future. In the meantime, it would be really easy to write a patch for this.

If you want to change it now, just edit this lines around line 3000:

Code: Select all
m_hint_wnd->SetBackgroundColour(wxSystemSettings::GetColour(wxSYS_COLOUR_ACTIVECAPTION));


Best,
Ben
User avatar
Ben
Kirix Support Team
 
Posts: 525
Joined: Mon Dec 19, 2005 6:29 am

Return to wxAUI Questions, Thoughts & Feedback