ok- yes - i know it isnt that great, but i dont know of a good

alternative that doesnt have a whole bunch of gotchas, so keep the
size set api as its the best of a bad lot of options.



SVN revision: 68795
This commit is contained in:
Carsten Haitzler 2012-03-06 09:07:13 +00:00
parent 418ea27eb9
commit d05e7747a3
1 changed files with 0 additions and 1 deletions

View File

@ -141,7 +141,6 @@ EAPI void elm_bg_color_get(const Evas_Object *obj, int *
*
* @ingroup Bg
*/
/* XXX: Sounds awfully hackish - there must be a better way than hardcoding pixel sizes. Do they at least scale with the config? */
EAPI void elm_bg_load_size_set(Evas_Object *obj, Evas_Coord w, Evas_Coord h);
/**