mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-11 22:03:01 -06:00
new uvs2 releases : uppsrc-2630 tutorial-38 examples-142 reference-115
git-svn-id: svn://ultimatepp.org/upp/trunk@324 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
b87ea83029
commit
52ee2f6360
42 changed files with 1178 additions and 125 deletions
|
|
@ -23,10 +23,10 @@
|
|||
#define DATE_(x) COLUMN_("date", Date, x, 0, 0)
|
||||
#define DATE_ARRAY_(x, items) COLUMN_ARRAY_("date", Date, x, 0, 0, items)
|
||||
|
||||
#define TIME(x) COLUMN("date", Time, x, 0, 0)
|
||||
#define TIME_ARRAY(x, items) COLUMN_ARRAY("date", Time, x, 0, 0, items)
|
||||
#define TIME_(x) COLUMN_("date", Time, x, 0, 0)
|
||||
#define TIME_ARRAY_(x, items) COLUMN_ARRAY_("date", Time, x, 0, 0, items)
|
||||
#define TIME(x) COLUMN("datetime", Time, x, 0, 0)
|
||||
#define TIME_ARRAY(x, items) COLUMN_ARRAY("datetime", Time, x, 0, 0, items)
|
||||
#define TIME_(x) COLUMN_("datetime", Time, x, 0, 0)
|
||||
#define TIME_ARRAY_(x, items) COLUMN_ARRAY_("datetime", Time, x, 0, 0, items)
|
||||
|
||||
#define BOOL(x) COLUMN("text", bool, x, 0, 0)
|
||||
#define BOOL_ARRAY(x, items) COLUMN_ARRAY("text", bool, x, 0, 0, items)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue