fruitjam-doom/textscreen
Simon Howard e54cabaad0 Make dropdown lists emit a signal when set.
Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 778
2006-12-16 01:53:17 +00:00
..
examples Shut up compiler warnings. 2006-10-24 19:32:26 +00:00
Makefile.am Add spin control widget. 2006-09-20 18:05:10 +00:00
textscreen.h Add spin control widget. 2006-09-20 18:05:10 +00:00
txt_button.c Add TXT_NewButton2 for creating a button with a callback (for convenience). 2006-09-26 23:48:23 +00:00
txt_button.h Add TXT_NewButton2 for creating a button with a callback (for convenience). 2006-09-26 23:48:23 +00:00
txt_checkbox.c Use NULL for initialising pointers rather than 0. 2006-09-21 11:49:13 +00:00
txt_checkbox.h Add missing copyright notices to textscreen and setup files. 2006-08-31 20:40:48 +00:00
txt_desktop.c Stackable clip areas (useful for a future implementation of scrollable 2006-10-23 07:13:16 +00:00
txt_desktop.h Fix textscreen warnings. 2006-09-19 23:49:20 +00:00
txt_dropdown.c Make dropdown lists emit a signal when set. 2006-12-16 01:53:17 +00:00
txt_dropdown.h Add missing copyright notices to textscreen and setup files. 2006-08-31 20:40:48 +00:00
txt_font.h Add missing copyright notices to textscreen and setup files. 2006-08-31 20:40:48 +00:00
txt_gui.c Add missing #include. 2006-12-05 21:05:26 +00:00
txt_gui.h Stackable clip areas (useful for a future implementation of scrollable 2006-10-23 07:13:16 +00:00
txt_inputbox.c Use NULL for initialising pointers rather than 0. 2006-09-21 11:49:13 +00:00
txt_inputbox.h Fix some warnings in textscreen code. 2006-09-21 16:25:10 +00:00
txt_io.c Fix a lot of warnings (for fussy compilers) and one always-true check 2006-09-21 11:13:28 +00:00
txt_io.h Add missing copyright notices to textscreen and setup files. 2006-08-31 20:40:48 +00:00
txt_label.c Fix some warnings in textscreen code. 2006-09-21 16:25:10 +00:00
txt_label.h Fix some warnings in textscreen code. 2006-09-21 16:25:10 +00:00
txt_main.c Alternate textscreen palette that fits the Tango desktop guidelines: see 2006-10-06 17:10:16 +00:00
txt_main.h Fix textscreen warnings. 2006-09-19 23:49:20 +00:00
txt_radiobutton.c Use NULL for initialising pointers rather than 0. 2006-09-21 11:49:13 +00:00
txt_radiobutton.h Add missing copyright notices to textscreen and setup files. 2006-08-31 20:40:48 +00:00
txt_separator.c Fix some warnings in textscreen code. 2006-09-21 16:25:10 +00:00
txt_separator.h Add missing copyright notices to textscreen and setup files. 2006-08-31 20:40:48 +00:00
txt_spinctrl.c Shut up compiler warnings 2006-10-11 23:03:19 +00:00
txt_spinctrl.h Add float spin control and use it for the acceleration controller in setup. 2006-10-07 00:59:03 +00:00
txt_strut.c Fix some warnings in textscreen code. 2006-09-21 16:25:10 +00:00
txt_strut.h Add missing copyright notices to textscreen and setup files. 2006-08-31 20:40:48 +00:00
txt_table.c Shut up compiler warnings 2006-10-11 23:03:19 +00:00
txt_table.h Add TXT_AddWidgets for adding multiple widgets to a table. 2006-09-26 23:47:27 +00:00
txt_widget.c Fix textscreen warnings. 2006-09-19 23:49:20 +00:00
txt_widget.h Fix some warnings in textscreen code. 2006-09-21 16:25:10 +00:00
txt_window.c Shut up compiler warnings 2006-10-11 23:03:19 +00:00
txt_window.h Fix some warnings in textscreen code. 2006-09-21 16:25:10 +00:00
txt_window_action.c Rename Accept to Select. 2006-09-21 18:25:55 +00:00
txt_window_action.h Fix declaration of TXT_NewWindowSelectAction 2006-09-24 13:04:40 +00:00