Index: widgets.html =================================================================== --- widgets.html (revision 22609) +++ widgets.html (revision 22610) @@ -25,6 +25,7 @@ PCB_DAD_PICTURE static bitmap image PCB_DAD_PICBUTTON static bitmap button PCB_DAD_COLOR color button and selector +PCB_DAD_TEXT text box (text editor) @@ -157,6 +158,13 @@ HID-specific color selector dialog is popped up where the user can specify a new color. +

PCB_DAD_TEXT(table, cols, first_col_is_tree, opt_header)

+

+Free form multiline text string, edited using a HID-builtin text editor. Line +terminator is \n. +

+TODO: accessor macros +

Layout widgets