GTK
我用双手-成就你的梦想
https://sourceware.org/binutils/docs-2.18/as/i386_002dDependent.html#i386_002dDependent
http://cpp.ezbty.org/manpage 中文手册
http://www.ibm.com/developerworks/cn/linux/l-cn-gdbmp/ gdb多进程调试
展开
-
GTK+ events and signals
n this part of the GTK+ programming tutorial, we will talk about the event system in GTK+ library. GTK+ library is an event driven system. All GUI applications are event driven. The applications st转载 2014-04-29 12:13:38 · 1266 阅读 · 0 评论 -
gtk窗口拖拽
In the next example, we show an interesting feature. We will show a borderless window and learn, how we can drag and move such a window. #include gboolean on_button_press (GtkWidget* widget, GdkE转载 2014-04-28 17:41:11 · 1309 阅读 · 0 评论