
[lua scripts api] created manual from embedded library documentation [lua api] created stub to contain lua api manual
713 B
713 B
title | id | weight | draft | author |
---|---|---|---|---|
executable_path_widget | executable_path_widget | 60 | false | people |
NAME
executable_path_widget
SYNOPSIS
create a widget to get executable path preferences
USAGE
local df = require "lib/dtutils.file"
local widget = df.executable_path_widget(executables)
executables - table - a table of strings that are executable names
DESCRIPTION
executable_path_widget takes a table of executable names and builds a set of file selector widgets to get the path to the executable. The resulting widgets are wrapped in a box widget and returned.
RETURN VALUE
widget - widget - a widget containing a file selector widget for each executable.