widget: Fix documentation
This commit is contained in:
parent
542070205f
commit
c828e56b57
|
@ -112,7 +112,7 @@ local function digg_children(ret, tlw)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
--- Get all direct and indirect children widgets
|
--- Get all direct and indirect children widgets.
|
||||||
-- This will scan all containers recursively to find widgets
|
-- This will scan all containers recursively to find widgets
|
||||||
-- Warning: This method it prone to stack overflow id the widget, or any of its
|
-- Warning: This method it prone to stack overflow id the widget, or any of its
|
||||||
-- children, contain (directly or indirectly) itself.
|
-- children, contain (directly or indirectly) itself.
|
||||||
|
@ -124,7 +124,7 @@ function base.widget:get_all_children()
|
||||||
return ret
|
return ret
|
||||||
end
|
end
|
||||||
|
|
||||||
--- Get a widex index
|
--- Get a widex index.
|
||||||
-- @param widget The widget to look for
|
-- @param widget The widget to look for
|
||||||
-- @param[opt] recursive Also check sub-widgets
|
-- @param[opt] recursive Also check sub-widgets
|
||||||
-- @param[opt] ... Aditional widgets to add at the end of the "path"
|
-- @param[opt] ... Aditional widgets to add at the end of the "path"
|
||||||
|
|
Loading…
Reference in New Issue