Fork me on Gitee
摘要: ScaleButton的比例 我的项目 https://gitee.com/dgwcode/gtk_training_design 在阅读了官方文档后,我有两个小部件的演示程序: GtkScaleButton,提供了刻度的控制, 还有 GtkVolumeButton 我只需要设置GtkScaleBu 阅读全文
posted @ 2020-01-06 21:07 ---dgw博客 阅读(2366) 评论(0) 推荐(0) 编辑
摘要: Linux下C语言获取目录中的文件列表 分类:编程语言 代码如下:Linux下使用GCC 编译即可 #include <sys/types.h> #include <dirent.h> #include <unistd.h> #include <stdio.h> int main(){ DIR *d 阅读全文
posted @ 2020-01-06 20:30 ---dgw博客 阅读(5872) 评论(0) 推荐(0) 编辑