Diff
Differences From Artifact [26d04e8c56]:
- File uikit.py — part of check-in [50c68197c7] at 2016-10-28 23:12:11 on branch trunk — Enable `list`/`array`/`table` config schemes in addition to `dict`. Currently unused, just added because it's little more code. No custom value="x,x,x|y,y,y" parser yet. Not for `dict` either, as it's only used by specbuttons with a predefined list. (user: mario, size: 28720) [annotate] [blame] [check-ins using]
To Artifact [ffdf4878d3]:
- File uikit.py — part of check-in [1478740ada] at 2016-10-28 23:18:10 on branch trunk — bump minor versions (user: mario, size: 28720) [annotate] [blame] [check-ins using]
1 2 3 4 5 | 1 2 3 4 5 6 7 8 9 10 11 12 13 | - + | # encoding: UTF-8 # api: python # type: functions # title: uikit helper functions # description: simplify usage of some gtk widgets |