Add small & large button widgets

This commit is contained in:
2013-02-08 21:37:03 +00:00
parent a72b7d37df
commit 9dfea26e0e
8 changed files with 2809 additions and 1 deletions

View File

@@ -4,7 +4,8 @@ LDFLAGS := -lm
CFLAGS += `pkg-config ftgl pugl-0 --cflags`
LDFLAGS += `pkg-config ftgl pugl-0 --libs`
PUISRC := container.cpp
PUISRC := button.cpp
PUISRC += container.cpp
PUISRC += label.cpp
PUISRC += knob.cpp
PUISRC += pui.cpp