To: wakita at is.titech.ac.jp Cc: lablgtk at kaba.or.jp Subject: Re: a bug and an extension In-Reply-To: <20001206170622K.wakita at is.titech.ac.jp> References: <20001206170622K.wakita at is.titech.ac.jp> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <20001207182418R.garrigue at kurims.kyoto-u.ac.jp> Date: Thu, 07 Dec 2000 18:24:18 +0900 From: Jacques Garrigue Lines: 20 From: Ken Wakita > The following patch fixes two problems. > > - The type of GDraw.create_from_xpm needs final unit argument. > > - There seems no interface is provided for drawing a pixmap on a > drawable object that I wanted for doing some animation. > > You will notice that pixmap drawing function is given an odd name > "pix_map". When I named it pixmap, I met a type error raised in the > pixmap class that I failed to fix. I hope others can fix this > problem. Thank you, I applied your patch to the repository. #pixmap is already used by the pixmap class to return its Gdk.pixmap, so I called the method #put_pixmap, and also renamed #image to #put_image. This should be more readable. Jacques