docs: efl_ui: add missing docs for efl_ui_* interfaces

This commit is contained in:
Stefan Schmidt 2016-11-01 14:11:10 +01:00
parent 15a0ca0fb9
commit bee12e8688
2 changed files with 4 additions and 1 deletions

View File

@ -1,4 +1,6 @@
interface Efl.Ui.Progress {
interface Efl.Ui.Progress
{
[[Efl UI progress interface]]
methods {
@property span_size {
[[Control the (exact) length of the bar region of a given progress widget

View File

@ -1,5 +1,6 @@
interface Efl.Ui.Spin()
{
[[Efl UI spinner interface]]
methods {
@property min_max {
[[Control the minimum and maximum values for the spinner.