博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
GTK+ tutorial
阅读量:2031 次
发布时间:2019-04-28

本文共 535 字,大约阅读时间需要 1 分钟。

目录


GTK+ tutorial

This is a GTK+ programming tutorial. In this tutorial, we will learn the basics of GUI programming in GTK+ and C language. The GTK+ tutorial is suitable for beginners and intermediate programmers. This tutorial covers GTK+ 2.

Table of contents

GTK+

GTK+ is a library for creating graphical user interfaces. The library is created in C programming language. The GTK+ is also called the GIMP Toolkit. Originally, the library was created while developing the GIMP image manipulation program.

Related tutorials

, , , and .

 

转载地址:http://eutaf.baihongyu.com/

你可能感兴趣的文章
AM--消息队列
查看>>
Dubbo面试
查看>>
[LeetCode] 342. 4的幂 ☆(是否4 的幂)
查看>>
java关键字总结
查看>>
MyBatis:4
查看>>
List原理
查看>>
request请求中有点号
查看>>
springmvc事务回滚失效
查看>>
Java 8的五大开发技巧
查看>>
多线程中的注意点
查看>>
netty4 Handler的执行顺序
查看>>
ZooKeeper原理及使用
查看>>
guava学习--事件驱动模型
查看>>
guava学习--hashing
查看>>
PythonStudy——列表与字典推导式 List and dictionary derivation
查看>>
PythonStudy——格式化输入小练习
查看>>
PythonStudy——列表操作 List operatio
查看>>
PythonStudy——可变与不可变 Variable and immutable
查看>>
PythonStudy——文件操作习题 Document operation exercises
查看>>
PythonStudy——Python 内置函数 Built-in function
查看>>