1. 首页
  2. 数据库
  3. 其它
  4. gtk gtkmm示例1 c++

gtk gtkmm示例1 c++

上传者: 2021-01-15 05:48:33上传 PDF文件 32.12KB 热度 12次
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; }
用户评论