Showing posts with label gtk. Show all posts
Showing posts with label gtk. Show all posts

Friday, June 24, 2016

Gtk - How to Configure GTK+ Library in Eclipse

In previous post, knowledge hub has already explained how to configure gtk+ library in window and how to run it with MinGW compile via command line.

As you remember, in command line you have to type a long commands in order to compile gtk+ source code. In case of error, you have to repeatedly type command. It is a boring way to compile it in command line.

Thursday, June 16, 2016

Gtk - How to Create Simple Window, Compile, and Run GTK+

In previous tutorial, Knowledge hub already guided step by step of how to install GTK+ library in window. Today, Knowledge hub will provide another tutorial of how to create simple window with GTK+ libary.

Moreover, Knowledge hub will explain how to compile and run GTK+ library with MinGW C Compiler. Mingw C Compiler is a compiler used to compile C program.

Sunday, June 12, 2016

Gtk - How to install GTK+ library in Window

In previous tutorial, Knowledge Hub blog has already introduced about what is GTK+ library and why it is needed for C programmers។ Today, we will guide you step by step how to install your GTK+ library in window to enable you to develop an application with graphical user interface in C, C++, Perl or Python targeting multi-platform.

Saturday, June 11, 2016

Gtk - What is gtk+?

GTK+ is widget toolkit which enables you to create a nice and professional graphical user interfaces in C, C++, Perl, Python. GTK+ provides a complete collection of widgets which is suitable for projects ranging from small to complete application suites. Moreover, it is a cross-platform meaning it supports a wide range of operating system including Linux, Unix-like (Debian, Ubuntu…), OS X, windows.