摘要: int main (int argc, char **argv){ /* Initialize i18n support */ gtk_set_locale (); /* Initialize the widget set */ gtk_init (&argc, &argv); /* Cr... 阅读全文
posted @ 2015-01-13 14:06 StuJnX6ry 阅读(335) 评论(0) 推荐(0) 编辑
摘要: #include int main ( int argc, char *argv[] ){ GtkWidget *window; GtkWidget *table; GtkWidget *button; GtkWidget *frame; gtk_init( &arg... 阅读全文
posted @ 2015-01-13 13:45 StuJnX6ry 阅读(565) 评论(0) 推荐(0) 编辑
摘要: Installation and usage tutorial for WindowsReleasing your programYou should always ship all needed DLLs & files with your binaries. End-users should n... 阅读全文
posted @ 2015-01-13 03:18 StuJnX6ry 阅读(251) 评论(0) 推荐(0) 编辑
摘要: Re: Building GTK+ 3.0 with Visual Studio 2013From: Syed Akbar To: gtk-list gnome orgSubject: Re: Building GTK+ 3.0 with Visual Studio 2013Date: Sat, 0... 阅读全文
posted @ 2015-01-13 01:35 StuJnX6ry 阅读(278) 评论(0) 推荐(0) 编辑