luadocs/content/lua.scripts.api.manual/dtutils.file/executable_path_widget.md
Bill Ferguson b69d752221 [lua scripts] created manual from script comments
[lua scripts api] created manual from embedded library documentation

[lua api] created stub to contain lua api manual
2020-12-12 15:14:19 -05:00

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.