Newsgroups: comp.lang.smalltalk
Path: cantaloupe.srv.cs.cmu.edu!rochester!cornellcs!travelers.mail.cornell.edu!news.tc.cornell.edu!news.cac.psu.edu!news.pop.psu.edu!hudson.lm.com!newsfeed.pitt.edu!gatech!howland.reston.ans.net!ix.netcom.com!netcom.com!scot
From: scot@netcom.com (Scot Campbell)
Subject: Re: Allways-on-top window in SmalltalkV
Message-ID: <scotD9pFAq.5J0@netcom.com>
Organization: NETCOM On-line Communication Services (408 261-4700 guest)
References: <3qtth1$f0i@sol.ccs.deakin.edu.au>
Date: Mon, 5 Jun 1995 14:37:38 GMT
Lines: 13
Sender: scot@netcom3.netcom.com

Dean Watkins <cc7dw@deakin.edu.au> writes:

>Hi,

>   can someone tell me how to make a window always-on-top in
>   SmalltalkV 2.0 for Windows so I can implement a floating toolbar.
>   I can do it in C and VB but not in SmalltalkV.

  It must be a style bit that causes windows to always be on top?  If so,
you will find either createWindow.. or buildWindow... method in Window which
does the send of the API and would include the style bits used when creating
the window.  The Windows development toolkit would have the details on this

