X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0c3e2a5baacbb9f9a43f0887521061c9aa0239d4..b8b9e48c519dcf45a9d1253317423acbb7fb01de:/include/wx/window.h?ds=inline diff --git a/include/wx/window.h b/include/wx/window.h index 1527a1e0de..0fd842426a 100644 --- a/include/wx/window.h +++ b/include/wx/window.h @@ -525,12 +525,7 @@ public: // tells the item how much more space there is available in the opposite // direction (-1 if unknown). virtual bool - InformFirstDirection(int WXUNUSED(direction), - int WXUNUSED(size), - int WXUNUSED(availableOtherDir)) - { - return false; - } + InformFirstDirection(int direction, int size, int availableOtherDir); // sends a size event to the window using its current size -- this has an // effect of refreshing the window layout