/** * Add a new progress bar widget to the given parent Elementary * (container) object * * @param parent The parent object * @return a new progress bar widget handle or @c NULL, on errors * * This function inserts a new progress bar widget on the canvas. * * @ingroup Elm_Progressbar */ EAPI Evas_Object *elm_progressbar_add(Evas_Object *parent); #include "elm_progressbar.eo.legacy.h"