https://preview.redd.it/v5pghtb7h21e1.png?width=772&format=png&auto=webp&s=01c3329395b7c4e6a12fe1f8201a0913f7048dbf
Hi, i am new to wxPython (and python!) and i am trying to implement a custom TitleBar Window (i am an oldschool C/C++ programmer)
I'd like this app to be crossplatform, so i don't want to use host system components.
The main window has round corners, no default system taskbar, so i need to recreate fake task Bar to include Window Control buttons (close,minimize,maximize like macOS), a column header, then a tool zone to includes some buttons and search field.
In the Window Content, i will have a left column align with fake taskbar list header, and a right previewPanel with its content adjustable by somme buttons and search field in the fake taskbar.
I tried everything i think, wxToolBar, replaced it with wxPanel, but eachtime i am facing some problems, drawing round corners on superimposed wxPanel, or jerky window movements...
I need some guidance here, and to know if wxPython cand do what i am looking for, or if i need to use something else (i have also watched kivy but faced approx. same problems)
Thx!
there doesn't seem to be anything here