projects
/
framework
/
uifw
/
elementary.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
fixed plugin image size problem
[framework/uifw/elementary.git]
/
doc
/
widgets
/
widget_preview_calendar.c
1
#include "widget_preview_tmpl_head.c"
2
3
Evas_Object *o = elm_calendar_add(win);
4
evas_object_size_hint_weight_set(o, EVAS_HINT_EXPAND, EVAS_HINT_EXPAND);
5
elm_win_resize_object_add(win, o);
6
evas_object_show(o);
7
8
#include "widget_preview_tmpl_foot.c"