Date: Tue, 14 Sep 2004 08:47:37 +0200 From: Maxence Guesdon To: lablgtk at kaba.or.jp Subject: Missing functions in lablgtk2 Message-Id: <20040914084737.55f7720b at tintin.inria.fr> Organization: INRIA Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Hi, could these functions be added in the future ? : - misc_ops#has_focus - GText.buffer#get_iter_insert - GText.buffer#select_range 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) Friendly, Maxence