plugins.projectsearch
local projectsearch = require "plugins.projectsearch"
ResultsView
(field) ResultsView: plugins.projectsearch.resultsview
plugins.projectsearch.resultsview
NEWLINE
(field) NEWLINE: integer
Indicates on a widget.styledtext that a new line follows.
__index
(field) __index: core.object
animations
(field) animations: widget.animation[]
background_color
(field) background_color: renderer.color
Array of bytes that represents a color used by the rendering functions.
border
(field) border: widget.border
Represents the border of a widget.
brightness
(field) brightness: integer
captured_widget
(field) captured_widget: widget
Widget that captured mouse events
child_active
(field) child_active: widget|nil
A base widget
childs
(field) childs: table<integer, widget>
clickable
(field) clickable: boolean
close_button
(field) close_button: widget.button
context
(field) context: 'application'|'session'
current_scale
(field) current_scale: number
cursor
(field) cursor: 'arrow'|'hand'|'ibeam'|'sizeh'|'sizev'
defer_draw
(field) defer_draw: boolean
draggable
(field) draggable: boolean
dragged
(field) dragged: boolean
end_time
(field) end_time: number|unknown
excludes_text
(field) excludes_text: widget.textbox
explicit_update
(field) explicit_update: boolean
file_picker
(field) file_picker: widget.filepicker
filters_toggle
(field) filters_toggle: widget.togglebutton
find_button
(field) find_button: widget.button
find_text
(field) find_text: widget.textbox
font
(field) font: string|renderer.font|widget.fontreference
Represents a reference to a font stored elsewhere.
force_events
(field) force_events: table
foreground_color
(field) foreground_color: renderer.color
Array of bytes that represents a color used by the rendering functions.
h_scrollbar
(field) h_scrollbar: widget.scrollbar
has_focus
(field) has_focus: boolean
hovered_scrollbar
(field) hovered_scrollbar: boolean
includes_text
(field) includes_text: widget.textbox
input_text
(field) input_text: boolean
insensitive
(field) insensitive: boolean
is_global
(field) is_global: boolean
is_scrolling
(field) is_scrolling: boolean
label
(field) label: string|table<integer, string|integer|renderer.color|renderer.font|widget.fontreference>
mouse
(field) mouse: widget.position
Represents the position of a widget.