diff --git a/interface/wx/window.h b/interface/wx/window.h index acf13d5918..336e7adc57 100644 --- a/interface/wx/window.h +++ b/interface/wx/window.h @@ -53,6 +53,16 @@ enum wxShowEffect }; +/** + flags for SendSizeEvent() +*/ +enum +{ + wxSEND_EVENT_POST = 1 +}; + + + /** Struct containing all the visual attributes of a control.