From mint-bounce@lists.fishpool.fi Sun Apr 16 09:12:05 2006 X-Original-To: fnaumann@mail.boerde.de Delivered-To: fnaumann@mail.boerde.de Message-ID: <1145171061.4441ec7515b4c@webmail2.utbm.fr> Date: Sun, 16 Apr 2006 09:04:21 +0200 From: "olivier.landemarre@utbm.fr" To: MiNT List Subject: [MiNT] wind_set(WF_TOPMOST) extension MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 User-Agent: Internet Messaging Program (IMP) 3.2.8 X-ecartis-version: Ecartis v1.0.0 Sender: mint-bounce@lists.fishpool.fi Errors-To: mint-bounce@lists.fishpool.fi X-original-sender: Olivier.Landemarre@utbm.fr Precedence: bulk List-help: List-unsubscribe: List-Id: X-List-ID: List-subscribe: List-owner: List-post: X-Virus-Scanned: by amavisd-new at relay.boerde.de X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on relay.boerde.de X-Spam-Status: No, hits=1.9 tagged_above=-50.5 required=7.0 tests=AWL, BAYES_00, RCVD_IN_SORBS X-Spam-Level: * Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by wh58-508.st.uni-magdeburg.de id k3G7C26c025168 Hello I just commint an extension to previous documentation wind_set(handle,WF_TOPMOST, parm1,...) parm1: 2 : for put window in topmost state (alway's over other classical windows) but link to the focus of application, if application lost focus, window is close, when focus is restore window is open by aes. This is classical toolbox on other systems. For use just do a wind_create() then wind_set(WF_TOPMOST,2,...), not do any wind_open() or wind_close() at the end just do your wind_delete(), all is automatic. Now it need to know how this system call exist, actually I not like a lot to add this to appl_getinfo(), because this is not enough generic, I think we should add a call in wind_set() or wind_get(), to know if a mode exist like wind_set(-2,WF_TOPMOST) return 1 if exist, 0 if not for example. Olivier