GTK+ widget library for PiBox based projects.

Michael J. Hammel 1324534f3a Rm #1130: Fix paging on cell movements to update all cells. 20 hodín pred
data 80e583e1e2 RM #1130: Icontable updates. 6 dní pred
docs 751ed11723 Initial commit 1 mesiac pred
m4 751ed11723 Initial commit 1 mesiac pred
opkg 254b9bfff0 RM #1115: Make keyboard widget paint background before adding icons. 1 mesiac pred
src 1324534f3a Rm #1130: Fix paging on cell movements to update all cells. 20 hodín pred
AUTHORS 751ed11723 Initial commit 1 mesiac pred
COPYING 751ed11723 Initial commit 1 mesiac pred
ChangeLog 751ed11723 Initial commit 1 mesiac pred
INSTALL 751ed11723 Initial commit 1 mesiac pred
LICENSE 751ed11723 Initial commit 1 mesiac pred
Makefile.am 260e105d77 RM #1135: Fix build to install all required keyboard configs and icons 3 týždňov pred
NEWS 751ed11723 Initial commit 1 mesiac pred
README 751ed11723 Initial commit 1 mesiac pred
configure.ac 751ed11723 Initial commit 1 mesiac pred
cross.sh 751ed11723 Initial commit 1 mesiac pred
version.txt 751ed11723 Initial commit 1 mesiac pred

README

This repository builds two things:
1. A library of GTK Widgets
2. A GTK+ application that uses that library.

Build instructions

./configure
make

To build with versioning

./configure
make CFLAGS="-g -DVERSTR=\\\"1.0\\\" -DVERDATE=\\\"`date +%Y/%m/%d`\\\""

To clean up a build

make distclean

To run the GTK+ program:

src/pigtk

To run in test mode:

src/pigtk

To cross compile
see cross.sh