Enlightenment CVS committal Author : fletch3k Project : misc Module : enotes
Dir : misc/enotes/src Modified Files: note.c note.h Log Message: Broken EWL Configuration Changes =================================================================== RCS file: /cvsroot/enlightenment/misc/enotes/src/note.c,v retrieving revision 1.30 retrieving revision 1.31 diff -u -3 -r1.30 -r1.31 --- note.c 12 Sep 2004 21:28:19 -0000 1.30 +++ note.c 13 Sep 2004 09:31:11 -0000 1.31 @@ -258,11 +258,20 @@ ewl_container_child_append((Ewl_Container *) p->emb, p->pane); if(edje_object_data_get(p->edje,EDJE_INFO_SCROLLBARS)!=NULL){ - ewl_theme_data_str_set(p->pane,"/vscrollbar/file",edjefn); - ewl_theme_data_str_set(p->pane,"/hscrollbar/file",edjefn); + ewl_theme_data_str_set(p->pane,"/vscrollbar/button_increment/file",edjefn); + ewl_theme_data_str_set(p->pane,"/vscrollbar/button_decrement/file",edjefn); + ewl_theme_data_str_set(p->pane,"/vscrollbar/vseeker/file",edjefn); + ewl_theme_data_str_set(p->pane,"/hscrollbar/button_increment/file",edjefn); + ewl_theme_data_str_set(p->pane,"/hscrollbar/button_decrement/file",edjefn); + ewl_theme_data_str_set(p->pane,"/hscrollbar/hseeker/file",edjefn); + + ewl_theme_data_str_set(p->pane,"/vscrollbar/button_increment/group",EDJE_VSCROLLBAR_BTN_INCR); + ewl_theme_data_str_set(p->pane,"/vscrollbar/button_decrement/group",EDJE_VSCROLLBAR_BTN_DECR); + ewl_theme_data_str_set(p->pane,"/vscrollbar/vseeker/group",EDJE_VSCROLLBAR_SEEKER); + ewl_theme_data_str_set(p->pane,"/hscrollbar/button_increment/group",EDJE_HSCROLLBAR_BTN_INCR); + ewl_theme_data_str_set(p->pane,"/hscrollbar/button_decrement/group",EDJE_HSCROLLBAR_BTN_DECR); + ewl_theme_data_str_set(p->pane,"/hscrollbar/hseeker/group",EDJE_HSCROLLBAR_SEEKER); - ewl_theme_data_str_set(p->pane,"/vscrollbar/group",EDJE_VSCROLLBAR); - ewl_theme_data_str_set(p->pane,"/hscrollbar/group",EDJE_HSCROLLBAR); } ewl_widget_show(p->pane); =================================================================== RCS file: /cvsroot/enlightenment/misc/enotes/src/note.h,v retrieving revision 1.12 retrieving revision 1.13 diff -u -3 -r1.12 -r1.13 --- note.h 12 Sep 2004 20:12:06 -0000 1.12 +++ note.h 13 Sep 2004 09:31:11 -0000 1.13 @@ -37,8 +37,14 @@ #define EDJE_TEXT_USER "EnoteUser" #define EDJE_TEXT_DATE "EnoteDate" #define EDJE_TEXT_TITLE "EnoteTitle" -#define EDJE_VSCROLLBAR "EnoteVScrollbar" -#define EDJE_HSCROLLBAR "EnoteHScrollbar" + +#define EDJE_VSCROLLBAR_BTN_INCR "vscroll-up" +#define EDJE_VSCROLLBAR_BTN_DECR "vscroll-down" +#define EDJE_VSCROLLBAR_SEEKER "vtrough" + +#define EDJE_HSCROLLBAR_BTN_INCR "hscroll-left" +#define EDJE_HSCROLLBAR_BTN_DECR "hscroll-right" +#define EDJE_HSCROLLBAR_SEEKER "htrough" #define EDJE_INFO_SCROLLBARS "EnoteInfoScrollbars" #define EDJE_INFO_FONTNAME "EnoteInfoFontName" ------------------------------------------------------- This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170 Project Admins to receive an Apple iPod Mini FREE for your judgement on who ports your project to Linux PPC the best. Sponsored by IBM. Deadline: Sept. 13. Go here: http://sf.net/ppc_contest.php _______________________________________________ enlightenment-cvs mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs