English 中文(简体)
校准和多读手册
原标题:Manual of glib and multithreading
  • 时间:2010-06-23 08:38:13
  •  标签:
  • gtk
  • glib

是否有任何书本或手册优良,但关于GK+/glib的书本和C/GTK+的多读书? 我需要在另一个比主要窗口的路面上运行一个功能,并使它变得可贵。

问题回答

rel=“nofollow noreferer”>GCancellable是全球海洋学会I/O图书馆的一部分。 它为简单发送“cancel yourself”信息提供了方便之举,而且应当易于在你自己的一面实施。

简单地利用<代码>g_cancelablle_new()创立一个可使用GCancell的例子,然后在您的读物中使用g_cancellable_is_cancelled(),或者使用信号支持。

未建议。 glib 采用活动规程,通过g_timeout_*()g_idle_*()处理,如果你想取消,则立即处理。





相关问题
Pointers in Lisp?

I ve started learning Lisp recently and wanted to write a program which uses gtk interface. I ve installed lambda-gtk bindings (on CMUCL). I want to have putpixel/getpixel ability on a pixbuf. But I ...

In Gtk, how do I make a Button with just a stock icon?

I want to create a button with the stock "Remove" icon on it, but without the text "Remove". If I use Button button = new Button(Stock.Remove);, I get the opposite: just the text, and no icon. I will ...

Using GtkMenu in Gtk+-2.14.0

I am building an application which has GtkMenu widget. I am using Glade RAD tool to develop UI and while creating project in Glade I have specified version of GTK as 2.16 which supports GtkMenu and ...

Can you set the FileFilters for a Gtk Dialog in Glade?

In my code, I have lines like this: Builder builder = new Builder(); builder.AddFromFile(gladefile); FileChooserDialog dialog = (FileChooserDialog) builder.GetObject("dialog"); FileFilter[] ...

热门标签