kivy/examples/miscellaneous
Vibhakar Solanki d526ade135
Added Custom titlebar support (#7637)
* added SDL_SetWindowHitTest function definitions, and data types
* Added custom_titlebar, custom_titlebar_handler_callback to handle titlebar and resize logic
* added custom_titlebar function
* removed SDL_WINDOWEVENT_HIT_TEST from WindowEventID
* made SDL_HITTEST_DRAGGABLE conditional
* added custom_titlebar in graphics section
* added custom_titlebar as WindowBase propetry
* added custom_titlebar in setup_window
* added custom_titlebar to setup_screen and post init set_border_state
* changed default_language_version to python3
* Implemented Window specific API to Support Aero Snapping
* when custom_title, set borderless state according to platform
* Added conditionl calling of in_drag_function; check for propretry draggable
* Set borderless state depending on platform
* add condition to compile windows specific code on windows only
* group windows code together
* fix resize issue after first drag of window (on windows platform)
* Made use of class _WindowsSysDPIWatch to set WM_NCCALCSIZE
* added variable WM_NCCALCSIZE
* moved the winproc hook code to window_sdl.py
* added handling when custom_titlebar is false on windows
* set_custom_titlebar returns True on 0
* added example for set_custom_titlebar
* changed checking conditions in set_custom_titlebar
* added custom_titlebar_border; bump up config version
* fixed Win32 patform test
* check for resizeable when using custom_titlebar

closes #5279
2021-09-28 22:00:36 +02:00
..
clipboard.py Fix clipboard example 2017-01-04 18:51:18 +01:00
custom_titlebar.py Added Custom titlebar support (#7637) 2021-09-28 22:00:36 +02:00
imagesave.py add missing end of line 2019-02-01 20:51:08 +01:00
joystick.py Update joystick example 2018-05-21 19:16:29 +02:00
multiple_dropfile.py Fix for pep8 errors (#4815) 2016-12-17 09:50:52 +02:00
on_textedit_event.py Add on_textedit event to SDL2 Window (#5597) 2018-05-08 20:59:18 +02:00
shapecollisions.py Fix shapecollisions example for py2 2017-05-13 00:37:38 +02:00
shapedwindow.py PEP8 fixes 2017-07-01 09:20:59 +02:00
two_panes.py Fix for pep8 errors (#4815) 2016-12-17 09:50:52 +02:00
urlrequest.py PEP8 fix 2018-08-20 18:19:39 +02:00