Home
last modified time | relevance | path

Searched refs:image_list_get_current (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/gpicview/gpicview-0.2.5/src/
H A Dimage-list.c67 const char* image_list_get_current( ImageList* il ) in image_list_get_current() function
131 return image_list_get_current( il ); in image_list_get_first()
139 return image_list_get_current( il ); in image_list_get_next()
149 return image_list_get_current( il ); in image_list_get_prev()
157 return image_list_get_current( il ); in image_list_get_last()
184 if( il->dir_path && (name = image_list_get_current( il )) ) in image_list_get_current_file_path()
H A Dimage-list.h51 const char* image_list_get_current( ImageList* il );
H A Dmain-win.c884 image_list_get_current( mw->img_list ), NULL ); in on_save()
1396 const char* name = image_list_get_current( mw->img_list ); in on_delete()