compare with wrong angle has been fiexd when pre-resize for rotation.
[platform/core/uifw/e17.git] / src / bin / e_widget_color_well.h
1 #ifndef E_WIDGET_COLOR_WELL_H
2 #define E_WIDGET_COLOR_WELL_H
3
4 EAPI Evas_Object *e_widget_color_well_add              (Evas *evas, E_Color *color, Eina_Bool show_color_dialog);
5 EAPI Evas_Object *e_widget_color_well_add_full         (Evas *evas, E_Color *color, Eina_Bool show_color_dialog, Eina_Bool alpha_enabled);
6 EAPI void         e_widget_color_well_update           (Evas_Object *obj);
7
8 #endif