34 lines (22 with data), 804 Bytes
Things that need to be done for 1.0:
- Update the grabber patch.
Things for 1.1:
- d_scroll_proc
The scrollbar one used in d_textbox_proc and *list_proc should be
useable separately. There's no reason to have it hidden away.
- d_text_button_proc
This is a button, which only displays something but can't be pressed.
- d_edit_button_proc
This is a button, which allows entering text. This should hopefully
overcome all the hacks required currently to make the borderless
d_edit_procdisplay with a border in agup.
Things for 1.2:
- d_number_button_proc
Allows editing a number
- d_treeview_proc
Like d_list_proc, but allow a tree structures
Things for 1.3:
- d_multiline_edit_proc
Allows editing of multiple lines
- d_columnlist_proc
Like d_treeview_proc, but allow columns.