]> vaikene.ee Git - evaf/commit
Added the GuiLib library and the Gui::Window class.
authorEnar Väikene <enar@vaikene.net>
Tue, 29 Nov 2011 13:01:36 +0000 (15:01 +0200)
committerEnar Väikene <enar@vaikene.net>
Tue, 29 Nov 2011 13:01:36 +0000 (15:01 +0200)
commit5748bd7fdfa26ef2dd56735f2b7f77ad02c16ae0
tree19bee70e466e9068ad2158c30503efdb4bbf6bba
parent7eca3433b1db8f2bcc61fa8db60bc7546f5cb578
Added the GuiLib library and the Gui::Window class.

The GuiLib library contains common GUI functions and classes. The Gui::Window class is the common
ancestor for all the eVaf windows.
src/libs/CMakeLists.txt
src/libs/Gui/CMakeLists.txt [new file with mode: 0644]
src/libs/Gui/Window [new file with mode: 0644]
src/libs/Gui/libgui.h [new file with mode: 0644]
src/libs/Gui/version.h [new file with mode: 0644]
src/libs/Gui/version.rc [new file with mode: 0644]
src/libs/Gui/window.cpp [new file with mode: 0644]
src/libs/Gui/window.h [new file with mode: 0644]