CLIM mail archive

[Prev][Next][Index][Thread]

Icons for Clim-Windows



    Date: Thu, 23 Jan 1992 05:11 EST
    From: rkoenig@gate.fzi.de (Rainer Koenig)




    I'm using clim1.0 on an ivory-board.
    The ivory-board is in a Sun Sparc using X11R5 and the mwm.

    I open my application with

	   (make-application-frame
		'application
		:parent
		(open-root-window :clx :host host)
		:width *initial-width*
		:height *initial-height*)))

    Now I want to know which is the name of the window exposed on the X-display,
    so that you could use special icons. 

    (.mwmrc 
     ...
     Mwm*<application-name>*iconImage:      <icon-path>
     )

 
I don't actually know!  Try DESCRIBEing the window stream object to find
the host window object contained in it.

CLIM 2.0 will probably do a better job here.


Follow-Ups: References:

Main Index | Thread Index