libdialog
Description
This library provides a set of dialog screens to use in applications. Dialog is a modal screen that shows up, requests information, returns requested value and turns back to the previous screen. Usage is simple, no event handling or manual screen switching is needed.
Programs using libdialog need to be compiled with -ldialog
key.
Example: dialog based helloworld.
use "dialog.eh" def main(args: [String]) { run_alert("Example", "Hello, world!", null, 0) } |
Author: | Sergey Basalaev |
Version: | 1.0 |
License: | LGPL-3 |
Flags: | -ldialog
|
Headers
dialog.eh | Common dialogs. |