|
6 years ago | |
---|---|---|
.. | ||
LICENSE.txt | 6 years ago | |
Makefile | 6 years ago | |
Makefile_test_zenity | 6 years ago | |
README.md | 6 years ago | |
osdialog.c | 6 years ago | |
osdialog.h | 6 years ago | |
osdialog_gtk2.c | 6 years ago | |
osdialog_mac.m | 6 years ago | |
osdialog_win.c | 6 years ago | |
osdialog_zenity.cpp | 6 years ago | |
test.c | 6 years ago | |
test_zenity.c | 6 years ago |
A cross platform wrapper for OS dialogs like file save, open, message boxes, inputs, color picking, etc.
Currently supports MacOS, Windows, and GTK2 on Linux.
The Makefile is only for building the osdialog test binary---you don't need to use it for your application.
Simply add osdialog to the include directory, and add osdialog.c
and the appropriate osdialog_*.c/.m
to your application's source files.
See the Makefile for suggested linker flags.