[UI] Maximizing and Restoring Windows with doubleClick: event

Gary Chambers gazzaguru2 at btinternet.com
Fri Oct 12 19:42:13 UTC 2007


I'll put that in the next release if you like. A few more fixes (Taskbars in
projects) also, though been unable to upload to SqueakSource recently.

> -----Original Message-----
> From: ui-bounces at lists.squeakfoundation.org
> [mailto:ui-bounces at lists.squeakfoundation.org]On Behalf Of Travis Kay
> Sent: 11 October 2007 12:41 AM
> To: ui at lists.squeakfoundation.org
> Subject: [UI] Maximizing and Restoring Windows with doubleClick: event
>
>
> Hello All,
>
> Has anyone on the UI team given thought to implementing SystemWindow
> maximizing and restoring upon doubleClick: event ? I've added this to my
> image and find it a rather handy. This type of behavior is typically
> expected from non-squeakers.
>
> In my Squeak 3.9 7067 image with Pinesoft-Widgets-gvc.242.mcz loaded, I
> added;
>
> SystemWindow>>mouseDown: evt
>     "first statement before Pinesoft enhancements"
>     evt hand waitForClicksOrDrag: self event: evt.
>
> and
>
> SystemWindow>>doubleClick: event
>     self expandBoxHit
>
> I would have attached a change set but my file out seems to be broken in
> this case. (header, no code)
>
> Travis
> _______________________________________________
> UI mailing list
> UI at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/mailman/listinfo/ui



More information about the UI mailing list