terminology/src/bin/options_themepv.h

16 lines
497 B
C

#ifndef _OPTIONS_THEMEPV_H__
#define _OPTIONS_THEMEPV_H__ 1
#include "colors.h"
Evas_Object *
options_theme_preview_add(Evas_Object *parent,
const Config *config,
const char *file,
const Color_Scheme *cs,
Evas_Coord w,
Evas_Coord h,
Eina_Bool colors_mode);
#define COLOR_MODE_PREVIEW_WIDTH 39
#define COLOR_MODE_PREVIEW_HEIGHT 20
#endif