To: Antoine.Mine at ens.fr Cc: lablgtk at kaba.or.jp Subject: Re: GtkEditable & GtkText In-Reply-To: References: Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <20030513165721K.garrigue at kurims.kyoto-u.ac.jp> Date: Tue, 13 May 2003 16:57:21 +0900 From: Jacques Garrigue Lines: 21 From: Antoine Mine > There are some missing editable signals and actions (*_clipboard and > move_*) as well as some missing text actions (*_delete) in lablgtk-1.2.5. > I added them in the attached patch. Thanks. I've included them. > Another thing: is it possible to put the gtk+-1-compatible broken text > widget back in lablgtk2 ? I believe it has still advantages over the > text_view widget (it is much faster !), and it would allow to directly > compile lablgtk1 programs with lablgtk2 ! Just that I had a very bad experience with the original text widget. Is it really faster? Some operation at least were noticeably slower. I've thought of keeping it, but it's easy enough to convert programs to the new widget, and there are incompatibilities in other widgets too anyway. I've left the old tree widget because the new one is very different. Jacques