Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rgimad/gtk_examples

some examples of using GTK library
https://github.com/rgimad/gtk_examples

c gtk

Last synced: 2 days ago
JSON representation

some examples of using GTK library

Awesome Lists containing this project

README

        

## GTK Examples

If you don't have GTK3, install it using the following command:
- sudo apt-get install libgtk-3-dev

#### Contents:
- **empty_window**\
shows just an empty window
- **button_signal**\
shows a window with a button, by clicking on which Hello world text will be written to console
- **simple_adder**\
contains two edit boxes for numbers, and button to add them and get the result
- **calculator** \
a basic arithmetic calculator \
![screenshot](https://github.com/rgimad/gtk_examples/blob/main/calculator/calc_screen.png "Screenshot")