Rage video and audio player
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

11 lines
306 B

#ifndef _WINLIST_H__
#define _WINLIST_H__ 1
void win_list_show(Evas_Object *win);
void win_list_hide(Evas_Object *win);
void win_list_toggle(Evas_Object *win);
void win_list_sel_update(Evas_Object *win);
void win_list_size_update(Evas_Object *win);
void win_list_content_update(Evas_Object *win);
#endif