- Add stubs to implement custom widget to show schedulables entities.

Paint a red clown nose just to show the humour of the thing, and that it
works(?).


git-svn-id: svn://svn.gna.org/svn/sgpemv2/trunk@755 3ecf2c5c-341e-0410-92b4-d18e462d057c
This commit is contained in:
tchernobog 2006-07-12 09:24:57 +00:00
parent db34232e72
commit 09268f7fd4
4 changed files with 197 additions and 0 deletions

View file

@ -269,6 +269,7 @@ sgpemv2_SOURCES = \
src/main_window.cc \
src/observer.cc \
src/parse_opts.cc \
src/schedulables_widget.cc \
src/simulation.cc \
src/standard_io.cc \
src/text_simulation.cc
@ -282,6 +283,7 @@ noinst_HEADERS += \
src/main_window.hh \
src/observer.hh \
src/parse_opts.hh \
src/schedulables_widget.hh \
src/simulation.hh \
src/standard_io.hh \
src/text_simulation.hh