omtk is a platform independent GUI (Graphical User Interface) toolkit.
omtk stands for "openmedit toolkit" and is a platform independent GUI toolkit for multi-document applications. omtk is designed to run openmedit on several platforms.
openmedit is the map editor of openshooter. omtk currently runs natively on GTK2 and Mac OS X.
Installing:
Type 'make gtk' to compile the GTK2 port and 'make mac' to compile the MacOS X port.
It's recommended to install omtk with 'make install'. You can uninstall it later with 'make uninstall'.
Examples:
All examples are in the examples directory of omtk.
To compile an example go to the directory of the example (e.g. cd examples/input) and type 'make' to compile.
To run an example on X11 (GTK2), type:
./name (replace name with the name of the example)
To run an example on Mac OS X, type:
open name.app (replace name with the name of the example)
What's New in This Release:
· added callbacks for cut/copy/paste/delete/selectall
· menu separators
· added the input widget
· fixed some bugs
· you can now set the tab order of the widgets
· added more functions
· you can now set the default widget of a document
Product's homepage