Date: Tue, 14 Sep 2004 09:31:07 +0200 (CEST) Message-Id: <20040914.093107.41631424.oandrieu at nerim.net> To: maxence.guesdon at inria.fr Cc: lablgtk at kaba.or.jp Subject: Re: Missing functions in lablgtk2 From: Olivier Andrieu In-Reply-To: <20040914084737.55f7720b at tintin.inria.fr> References: <20040914084737.55f7720b at tintin.inria.fr> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Salut Maxence, Maxence Guesdon [Tue, 14 Sep 2004]: > could these functions be added in the future ? : > - misc_ops#has_focus hum, you can already do : misc_ops#get_flag `HAS_FOCUS or Gobject.get GtkBase.Widget.P.has_focus w#as_widget > - GText.buffer#get_iter_insert would that be the same thing as buffer#get_iter `INSERT ? > - GText.buffer#select_range OK > And by the way, version lablgtk-2.4.0 has a bug in GTree.model#iter_children > which results in a segfault; two conv functions are swapped in ml_gtktree.c : > ML_4 (gtk_tree_model_iter_nth_child, GtkTreeModel_val, GtkTreeIterOptions, > GtkTreeIter_val, Int_val, Val_bool) > should be > ML_4 (gtk_tree_model_iter_nth_child, GtkTreeModel_val, GtkTreeIter_val, > GtkTreeIterOption, Int_val, Val_bool) Right, thanks. -- Olivier