Index: doc/developer/dad/widgets.html =================================================================== --- doc/developer/dad/widgets.html (revision 21021) +++ doc/developer/dad/widgets.html (revision 21022) @@ -229,3 +229,15 @@ PCB_DAD_CHANGE_CB(table, cb) cb is a function that shall be called upon any change to the widget value PCB_DAD_HELP(table, val) set the help text (typically presented as a tooltip) + +

Actions and scripting

+

+There is a dad() action in the dialogd plugin that exposes all the above macros. +The dialog table ID is am arbitrary unique string and commands are the macro +names without PCB_DAD, written in lowercase. +

+Please refer to scripting rosetta +project for examples. An example of a typical small dialog box is the +unit conveter +script. +