gtk gtkmm示例1 c++
gtkmm入门 使用Gtk.Builder引入glade的UI文件 #include #include #include config.h /* For testing propose use the local (not installed) ui file */ /* #define UI_FILE PACKAGE_DATA_DIR/ui/gtk_foobar.ui */ #define UI_FILE src/gtk_foobar.ui void button1_clicked_cb() { std::cout << hello << std::endl; }
用户评论