Date: Wed, 10 Aug 2005 16:57:36 +0900 (JST) Message-Id: <20050810.165736.38359746.garrigue at math.nagoya-u.ac.jp> To: shoh at compiler.kaist.ac.kr Cc: lablgtk at math.nagoya-u.ac.jp Subject: Re: Q) missing functons in clipboard From: Jacques Garrigue In-Reply-To: <42F9A601.2000605 at compiler.kaist.ac.kr> References: <42F9A601.2000605 at compiler.kaist.ac.kr> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit From: SooHyoung Oh > It seems that there are some missing functions of clipboard in lablgtk? > For example, > > gtk_clipboard_wait_for_targets > gtk_clipboard_request_targets > gtk_clipboard_set_with_data > gtk_clipboard_set_with_owner > gtk_clipboard_get_owner > > As you know, withous these function, clipboard functionality can't be > used fully. > Does lablgtk team have any plan to support these functions in next release? > > p.s.: Instead of gtk_clipboard_get_owner, we can make a function such as > "is_owning". As you can see from their types, these functions use callbacks, so they are a bit more complicated to interface. And of course all they can do can already be done through the more low-level signal-based API. If you have good examples of applications using non-string data in clipboard, then it might be worth considering. (By the way, the _targets function were added in 2.4) Jacques