]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/frame.h
add a radio box to select the combobox type (#9845)
[wxWidgets.git] / include / wx / frame.h
index 3816a57b3e7ec6eca2abaf0f428b0031458b14af..fe6694fbc746c13b0b5f7a1fc93f8762ef499b31 100644 (file)
@@ -72,9 +72,6 @@ public:
     // if the frame has a toolbar) in client coordinates
     virtual wxPoint GetClientAreaOrigin() const;
 
-    // sends a size event to the window using its current size -- this has an
-    // effect of refreshing the window layout
-    virtual void SendSizeEvent();
 
     // menu bar functions
     // ------------------