Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Haskell 内で GTK イベントを処理するために Gtk2Hs (EventM モジュール) を使用しています。イベントを手動で (再) 発生させることはできますか?
あるウィジェットでイベントを検出したら、別のウィジェットでこのイベントを再起動したいと考えています。
Gtk2Hs バージョン 0.10.1 と GHC バージョン 6.10.4 を使用しています。
glib/gasyncqueue 関数 g_async_queue_push を呼び出す必要があると思いますが、それは haskell バインディングでは公開されていません。