10-08-2025, 05:13 PM
(03-02-2025, 10:23 PM)edb Wrote: Probably wxSYS_EDGE_X and wxSYS_EDGE_Y will contain the information.Thanks. It was thinking about something like that.
I first thought the window size function should return the ready to use dimensions, but not.
We need to evaluate other elements, and in this case, for Windows it was: wxSYS_BORDER_*, wxSYS_EDGE_* and wxSYS_FRAMESIZE_*
I forgot, but it's now updated in the first post.