rgimad / gtk_examples

some examples of using GTK library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

some examples of using GTK library

License:GNU General Public License v3.0


Languages

Language:C 97.3%Language:Shell 2.7%