get system colors directly from GTK styles, eliminating need for cached wxColor objects

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55315 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Paul Cornett
2008-08-27 17:10:36 +00:00
parent fd1ce7f0bb
commit 0d0b57acec
3 changed files with 110 additions and 285 deletions

View File

@@ -16,7 +16,6 @@
class WXDLLIMPEXP_CORE wxTopLevelWindowGTK : public wxTopLevelWindowBase
{
DECLARE_EVENT_TABLE()
public:
// construction
wxTopLevelWindowGTK() { Init(); }
@@ -86,9 +85,6 @@ public:
// GTK callbacks
virtual void OnInternalIdle();
// Respond to system colour change
void OnSysColourChanged(wxSysColourChangedEvent& event);
// do *not* call this to iconize the frame, this is a private function!
void SetIconizeState(bool iconic);