Developer documentation improvements

* Fixed up all of util and added when absent
* Updated widget examples to new coding style
This commit is contained in:
Frans de Jonge
2017-04-04 09:57:14 +02:00
committed by Qingping Hou
parent 69b826781a
commit e9df73f6dc
5 changed files with 111 additions and 64 deletions

View File

@@ -3,8 +3,8 @@ Widget for taking user input.
Example:
local _ = require("gettext")
local UIManager = require("ui/uimanager")
local _ = require("gettext")
local sample_input
sample_input = InputDialog:new{
title = _("Dialog title"),