Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/rgimad/gtk_examples
- Owner: rgimad
- License: gpl-3.0
- Created: 2021-03-14T20:17:04.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-04-29T16:10:21.000Z (over 3 years ago)
- Last Synced: 2024-08-02T15:33:59.498Z (3 months ago)
- Topics: c, gtk
- Language: C
- Homepage:
- Size: 102 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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")