Ivan Baidakou
Ivan Baidakou
[sample.cpp.txt](https://github.com/user-attachments/files/16749300/sample.cpp.txt) Here is a minimal example. On windows it prints "leaving" in the console, while on linux/gtk it is silent.
well, while this can be different problem from wx perspective, I solve the following problem: hilight an item while mouse is hovering over it, i.e. when mouse is moving around...
Anyway, thank as a lot for helping. The `GetMainWindow()` solves half of the my problem!
qtcreator fails because of this :-/
> I wonder if we should just change this to UTF-8 by default. Yep, it is exactly what I'm going to do in my project. > Do you know what...
> Just to make sure, I wasn't asking about how to change this for them, but just what their default behaviour was. Do they also use Latin-1? Yep, just checked...
yep, exactly
ok, will try
The example goes below. The key change is `new wxListbook` vs `new wxNotebook` The behavior is recorded in videos and attached. https://github.com/user-attachments/assets/1b0a2aea-d3a0-4ab3-a8b9-ecd5d22b0950 https://github.com/user-attachments/assets/5a5d2128-f179-40ad-a5b9-9cd980771b8c ```cpp #include #include #include #include #include #include...
On the 2nd video (notebook) at during the 5th second when I move mouse around "tab 2" header, the tab content starts blinking (black to white background and vise versa)....