From: <72...@in...> - 2003-08-21 23:25:15
|
Hi. I have noticed some wxWindow's methods, like wxWindow::GetAdjustedBestSize or wxWindow::SetPosition have not been translated to wxhaskell in wxcClasses. Some, like SetPosition are redundant, so there is no matter. But some like GetAdjustedBestSize (which returns the bigger between user set size and minimal size the window can be assigned) are not redundant, and are sometimes necessary. I know you have taken the wxwindows methods from wxEiffel C sources, and I have seen these methods are not present in the sources. I can not understand it, because I saw at the wxEiffel site that the wrapper for the wxWindow class is fully implemented. It is a nuissance, because the alternative to use windowGetAdjustedBestSize is to use windowGetBestSize and keep track of the user set size. Thanks. Jose David --------------------------------------------- Este mensaje lo ha enviado un Alumno de la Universidad de Malaga. http://www.alumnos.uma.es/ |