随笔分类 -  gtk+

摘要:gtk+-2.19.2/gdk/directfb/gdkevents-directfb.c775 default: 776 //g_message ("un... 阅读全文
posted @ 2016-01-17 20:50 Kozmers 阅读(531) 评论(0) 推荐(0)
摘要:I have all the tar packages in netdisk gtk_dfb_arm_src.tar.xzI download them from below links:http://ftp.gnome.org/pub/gnome/sourcesglib-2.19.0 :ftp:/... 阅读全文
posted @ 2015-01-06 15:01 Kozmers 阅读(831) 评论(0) 推荐(0)
摘要:GTK_CALLBACK void on_toolbutton_about_clicked(GtkWidget *btn, gpointer user_data){ GtkWidget *about_dialog; GdkPixbuf *logo; GError *error=NU... 阅读全文
posted @ 2015-01-02 10:14 Kozmers 阅读(171) 评论(0) 推荐(0)
摘要:#define debug_msg_box() \{ \ GtkWidget *msg_dlg = gtk_message_dialog_new(NULL, \ GTK_DIALOG_DESTROY_WITH_PARENT, \ GT... 阅读全文
posted @ 2015-01-02 10:10 Kozmers 阅读(202) 评论(0) 推荐(0)
摘要:Add include to "freetype.h"/* add this line */#include #ifndef FT_FREETYPE_H#error "`ft2build.h' hasn't been included yet!"#error "Please always use m... 阅读全文
posted @ 2014-06-29 08:08 Kozmers 阅读(1444) 评论(0) 推荐(0)
摘要:http://ftp.gnome.org/pub/gnome/sources/gtk+/2.1/ gtk+-2.1.5.tar.gz 2013-02-22 14:03 8.6M 阅读全文
posted @ 2014-06-29 08:07 Kozmers 阅读(193) 评论(0) 推荐(0)
摘要:From gtk+-2.10.2 configure --help we can see (I just only view the 2.10.2, not know other 2.10.x):--with-gdktarget=[x11/linux-fb/win32/quartz/directfb... 阅读全文
posted @ 2014-06-28 22:10 Kozmers 阅读(523) 评论(0) 推荐(0)
摘要:From gtk+-2.90.7 configure --help we can see:--with-gdktarget=[x11/win32/quartz] select non-default GDK targetThere is no directfb in the gdktarget as... 阅读全文
posted @ 2014-06-28 16:06 Kozmers 阅读(342) 评论(0) 推荐(0)