]> git.saurik.com Git - wxWidgets.git/commitdiff
Add flags for SendSizeEvent
authorRobin Dunn <robin@alldunn.com>
Thu, 20 Jun 2013 01:02:20 +0000 (01:02 +0000)
committerRobin Dunn <robin@alldunn.com>
Thu, 20 Jun 2013 01:02:20 +0000 (01:02 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74259 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

interface/wx/window.h

index acf13d59180e1ac0afe8fb08d289877ec0fc3a39..336e7adc57c1eae2fe3a9cfc9cc934ebd345c35b 100644 (file)
@@ -53,6 +53,16 @@ enum wxShowEffect
 };
 
 
+/**
+   flags for SendSizeEvent()
+*/
+enum
+{
+    wxSEND_EVENT_POST = 1
+};
+
+
+
 
 /**
     Struct containing all the visual attributes of a control.