StandardWindow and SystemWindow

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

StandardWindow and SystemWindow

DougEdmunds
I'm looking at the tutorial on GUIs at:

http://book.pharo-project.org/book/GUI/PolymorphTutorial/Layout/?_s=J-fOIjGFfcRPovbH&_k=yXsT5ytDz_fpfwPt&_n&7

The examples sometimes use StandardWindow and other times SystemWindow.

When and why should I use SystemWindow?
Reply | Threaded
Open this post in threaded view
|

Re: StandardWindow and SystemWindow

laurent laffont
StandardWindow is part of Polymorph (so you have all Polymorph helpers defined in TEasilyThemed).

You may want to use SystemWindow if you want to distribute a smaller image (Polymorph unloaded) or don't use/like Polymorph.

BTW the tutorial is inconsistent, I will change it to use StandardWindow everywhere.


Laurent.

On Tue, Feb 22, 2011 at 2:13 AM, DougEdmunds <[hidden email]> wrote:

I'm looking at the tutorial on GUIs at:

http://book.pharo-project.org/book/GUI/PolymorphTutorial/Layout/?_s=J-fOIjGFfcRPovbH&_k=yXsT5ytDz_fpfwPt&_n&7

The examples sometimes use StandardWindow and other times SystemWindow.

When and why should I use SystemWindow?
--
View this message in context: http://forum.world.st/StandardWindow-and-SystemWindow-tp3318409p3318409.html
Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.