|
From: Donal K. F. <don...@ma...> - 2006-08-05 21:57:19
|
Joe English wrote: > ttk::sizegrips can handle toplevels with gridded geometry, > but not those placed relative to the right or bottom > of the screen, i.e., if negative X or Y coordinates are > specified for [wm geometry]. > > (Tk implements negative positions in a not-quite-ICCCM-compliant > way, which leads to bad interactions with some WMs when > resizing. For the same reason, ttk::sizegrips only support > "southeast" resizing.) FWIW, it's not worthwhile doing much hacking around with other anchor locations anyway; I've seen any number of window managers not handle it quite right. I can't remember ever seeing it's equivalent in use on non-X11 platforms either. Maybe lots of things support it, but nobody seems to use it. Sounds like "let users provide a patch to make it work after release :-)" to me... Donal. |