| .. |
|
examples
|
Allow NULL to be added to tables to specify a spacer (empty cell).
|
2006-05-25 21:27:34 +00:00 |
|
Makefile.am
|
Build textscreen/ before textscreen/examples/
|
2006-05-25 20:40:57 +00:00 |
|
txt_button.c
|
Fix compiler warnings caused by missing includes.
|
2006-05-23 11:46:09 +00:00 |
|
txt_button.h
|
Initial working text-mode GUI framework.
|
2006-05-18 18:48:24 +00:00 |
|
txt_checkbox.c
|
Fix compiler warnings caused by missing includes.
|
2006-05-23 11:46:09 +00:00 |
|
txt_checkbox.h
|
Checkbox class
|
2006-05-20 17:37:57 +00:00 |
|
txt_desktop.c
|
Add a default action to close windows when escape is pressed. Do not
|
2006-05-23 19:33:35 +00:00 |
|
txt_desktop.h
|
Add a default action to close windows when escape is pressed. Do not
|
2006-05-23 19:33:35 +00:00 |
|
txt_font.h
|
Text mode emulation code
|
2005-10-02 03:16:03 +00:00 |
|
txt_gui.c
|
Clip windows against the workspace boundaries.
|
2006-05-20 15:45:36 +00:00 |
|
txt_gui.h
|
Clip windows against the workspace boundaries.
|
2006-05-20 15:45:36 +00:00 |
|
txt_inputbox.c
|
Only allow digits to be typed in number input boxes.
|
2006-05-24 19:08:58 +00:00 |
|
txt_inputbox.h
|
Add input box widget, and include in guitest.
|
2006-05-23 22:52:01 +00:00 |
|
txt_io.c
|
Initial working text-mode GUI framework.
|
2006-05-18 18:48:24 +00:00 |
|
txt_io.h
|
Initial working text-mode GUI framework.
|
2006-05-18 18:48:24 +00:00 |
|
txt_label.c
|
Allow the fg/bg colors to be set on labels.
|
2006-05-25 21:26:13 +00:00 |
|
txt_label.h
|
Allow the fg/bg colors to be set on labels.
|
2006-05-25 21:26:13 +00:00 |
|
txt_main.c
|
Make TXT_GetChar return the unicode value of the key pressed. For text
|
2006-05-23 22:51:09 +00:00 |
|
txt_main.h
|
Add TXT_GetKeyDescription() to provide descriptions of key codes.
|
2006-05-23 00:04:27 +00:00 |
|
txt_radiobutton.c
|
Fix compiler warnings caused by missing includes.
|
2006-05-23 11:46:09 +00:00 |
|
txt_radiobutton.h
|
Add radio button class.
|
2006-05-21 20:58:24 +00:00 |
|
txt_separator.c
|
Fix compiler warnings caused by missing includes.
|
2006-05-23 11:46:09 +00:00 |
|
txt_separator.h
|
Initial working text-mode GUI framework.
|
2006-05-18 18:48:24 +00:00 |
|
txt_table.c
|
Allow NULL to be added to tables to specify a spacer (empty cell).
|
2006-05-25 21:27:34 +00:00 |
|
txt_table.h
|
CAST -> TXT_CAST_ARG, UNCAST -> TXT_UNCAST_ARG.
|
2006-05-22 11:59:11 +00:00 |
|
txt_widget.c
|
CAST -> TXT_CAST_ARG, UNCAST -> TXT_UNCAST_ARG.
|
2006-05-22 11:59:11 +00:00 |
|
txt_widget.h
|
CAST -> TXT_CAST_ARG, UNCAST -> TXT_UNCAST_ARG.
|
2006-05-22 11:59:11 +00:00 |
|
txt_window.c
|
Add a default action to close windows when escape is pressed. Do not
|
2006-05-23 19:33:35 +00:00 |
|
txt_window.h
|
Add window action class for action area labels at the bottom of windows.
|
2006-05-23 00:07:02 +00:00 |
|
txt_window_action.c
|
Fix compiler warnings caused by missing includes.
|
2006-05-23 11:46:09 +00:00 |
|
txt_window_action.h
|
Add window action class for action area labels at the bottom of windows.
|
2006-05-23 00:07:02 +00:00 |