Date: Thu, 11 Aug 2005 15:59:22 +0900 From: Oh SooHyoung Message-Id: <200508110659.j7B6xMk8019511 at localhost.localdomain> To: garrigue at math.nagoya-u.ac.jp Subject: Invisible Widget (was: missing functions in clipboard) Cc: lablgtk at math.nagoya-u.ac.jp I tried to implement gtk_clipboard_set_with_*, and found the callback functions made it difficult. According to gtk's clipboard implementations if an widget can be assigned to a clipboard, it seems that the callback fuctions can be given to that widget. For example, we can code as invisible_widget#event#connect#selection_clear ~callback:clear_func; invisible_widget#misc#connect#selection_get ~callback:get_func; Does lablgtk support invisible widgets? Then could you give me hints of how to use Invisible widget in lablgtk?