detect end of a window-resize
- From: <c buhtz posteo jp>
- To: python-hackers-list gnome org
- Subject: detect end of a window-resize
- Date: Fri, 15 Feb 2019 13:41:01 +0100
There are some questions and solutions in the web how to detect the
ending of a window-resize. I mean the situation when the user drags the
border of a window with its mouse and change the size that way. This
causes hundreds of resize-events (e.g. 'size-allocate').
But most of the time only the first and the last event is important for
us.
Depending on some hints, comments from you and other communities I
created a PyGObject/Python3 example solution on StackOverflow.
https://stackoverflow.com/a/54709415/4865723
It would be nice if you as core devs and professionals could check it
out and maybe improve it.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]