Implementation of wxSysColourChangedEvent on wxGTK

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49492 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2007-10-27 17:38:39 +00:00
parent a45f904dea
commit 013151c744
3 changed files with 85 additions and 0 deletions

View File

@@ -16,6 +16,7 @@
class WXDLLIMPEXP_CORE wxTopLevelWindowGTK : public wxTopLevelWindowBase
{
DECLARE_EVENT_TABLE()
public:
// construction
wxTopLevelWindowGTK() { Init(); }
@@ -85,6 +86,9 @@ 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);