terminology/src/bin/controls.h

8 lines
193 B
C
Raw Normal View History

2014-01-06 13:29:18 -08:00
#ifndef _CONTROLS_H__
#define _CONTROLS_H__ 1
2018-01-01 13:57:54 -08:00
void controls_show(Evas_Object *win, Evas_Object *bg, Evas_Object *term,
void (*donecb) (void *data), void *donedata);
2014-01-06 13:29:18 -08:00
#endif