Commit c43aad68 authored by Canek Peláez's avatar Canek Peláez
Browse files

Add AUTHORS file, explaining that this is only an adaptation, and a

very short README.
parent c17bb360
Loading
Loading
Loading
Loading

AUTHORS

0 → 100644
+8 −0
Original line number Diff line number Diff line
Vala code (translated from the original C code[1]):
     Canek Valdés Peláez <canek@ciencias.unam.mx>

The documentation is basically the same as in the GTK+ 3 library
documentation[2], just adapting some C terminology to Vala.

[1] https://git.gnome.org/browse/gtk+/tree/examples
[2] https://developer.gnome.org/gtk3/3.12/ch01s05.html

README

0 → 100644
+5 −0
Original line number Diff line number Diff line
Vala example application using HeaderBar, SearchBar, Stack, and
other new features of Gtk+.

Adapted from chapter 1 section 5 of the GTK+ 3 library
documentation.