}
}
part {
- name: "icon_area";
+ name: "item";
type: SWALLOW;
mouse_events: 1;
description {
}
}
part {
- name: "vscrollbar";
- type: "SWALLOW";
+ name: "sb_vbar";
+ type: RECT;
+ mouse_events: 0;
+ description {
+ state: "default" 0.0;
+ min: 16 16;
+ align: 1.0 0.0;
+ rel1 {
+ to: "background";
+ relative: 1.0 0.0;
+ offset: -5 4;
+ }
+ rel2 {
+ to: "background";
+ relative: 1.0 0.0;
+ offset: -5 -1;
+ to_y: "sb_hbar";
+ }
+ }
+ description {
+ state: "hidden" 0.0;
+ visible: 0;
+ max: 0 99999;
+ rel1 {
+ to: "background";
+ relative: 1.0 0.0;
+ offset: -4 4;
+ }
+ rel2 {
+ to: "background";
+ relative: 1.0 0.0;
+ offset: -4 -1;
+ to_y: "sb_hbar";
+ }
+ }
+ }
+ part {
+ name: "sb_vbar_base";
+ type: RECT;
+ clip_to: "sb_vbar";
mouse_events: 1;
description {
- min: 16 40;
- state: "default" 0.0;
+ state: "default" 0.0;
+ color: 0 0 0 0;
rel1 {
+ relative: 0.0 1.0;
+ offset: 0 0;
+ to: "sb_vbar_a1";
+ }
+ rel2 {
+ relative: 1.0 0.0;
+ offset: -1 -1;
+ to: "sb_vbar_a2";
+ }
+ }
+ }
+ part {
+ name: "sb_vbar_runner";
+ clip_to: "sb_vbar";
+ mouse_events: 0;
+ description {
+ state: "default" 0.0;
+ max: 2 99999;
+ rel1 {
+ to: "sb_vbar_base";
+ }
+ rel2 {
+ to: "sb_vbar_base";
+ }
+ image {
+ normal: "e17_sb_runnerv.png";
+ border: 0 0 4 4;
+ }
+ fill {
+ smooth: 0;
+ }
+ }
+ }
+ part {
+ name: "sb_vbar_p1";
+ type: RECT;
+ clip_to: "sb_vbar";
+ mouse_events: 1;
+ description {
+ state: "default" 0.0;
+ color: 0 0 0 0;
+ rel1 {
+ relative: 0.0 1.0;
+ offset: 0 0;
+ to: "sb_vbar_a1";
+ }
+ rel2 {
relative: 1.0 0.0;
- offset: -16 0;
+ offset: -1 -1;
+ to: "vbar_bar";
+ }
+ }
+ }
+ part {
+ name: "sb_vbar_p2";
+ type: RECT;
+ clip_to: "sb_vbar";
+ mouse_events: 1;
+ description {
+ state: "default" 0.0;
+ color: 0 0 0 0;
+ rel1 {
+ relative: 0.0 1.0;
+ offset: 0 0;
+ to: "vbar_bar";
}
rel2 {
- relative: 1.0 1.0;
- offset: 0 -1;
+ relative: 1.0 0.0;
+ offset: -1 -1;
+ to: "sb_vbar_a2";
}
- color: 0 0 0 255;
}
- }
- }
- programs {
+ }
+ part {
+ name: "vbar_bar";
+ clip_to: "sb_vbar";
+ mouse_events: 1;
+ dragable {
+ x: 0 0 0;
+ y: 1 1 0;
+ confine: "sb_vbar_base";
+ }
+ description {
+ state: "default" 0.0;
+ min: 16 16;
+ rel1 {
+ relative: 0.5 0.5;
+ offset: 0 0;
+ to: "sb_vbar_base";
+ }
+ rel2 {
+ relative: 0.5 0.5;
+ offset: 0 0;
+ to: "sb_vbar_base";
+ }
+ image {
+ normal: "e17_sb_barv1.png";
+ border: 5 5 5 5;
+ }
+ }
+ description {
+ state: "clicked" 0.0;
+ inherit: "default" 0.0;
+ image {
+ normal: "e17_sb_barv2.png";
+ }
+ }
+ }
+ part {
+ name: "vbar_bar_thumb";
+ clip_to: "sb_vbar";
+ mouse_events: 0;
+ description {
+ state: "default" 0.0;
+ max: 8 8;
+ min: 8 8;
+ rel1 {
+ to: "vbar_bar";
+ }
+ rel2 {
+ to: "vbar_bar";
+ }
+ image {
+ normal: "e17_scrollbar_vdrag_thumb.png";
+ }
+ }
+ }
+ part {
+ name: "sb_vbar_a1";
+ type: IMAGE;
+ mouse_events: 1;
+ clip_to: "sb_vbar";
+ description {
+ state: "default" 0.0;
+ align: 0.5 0.0;
+ aspect: 1.0 1.0;
+ aspect_preference: HORIZONTAL;
+ rel1 {
+ to: "sb_vbar";
+ relative: 0.0 0.0;
+ offset: 0 0;
+ }
+ rel2 {
+ to: "sb_vbar";
+ relative: 1.0 0.0;
+ offset: -1 0;
+ }
+ image {
+ normal: "e17_sb_btu1.png";
+ }
+ }
+ description {
+ state: "clicked" 0.0;
+ inherit: "default" 0.0;
+ image {
+ normal: "e17_sb_btu2.png";
+ }
+ }
+ }
+ part {
+ name: "sb_vbar_a2";
+ type: IMAGE;
+ mouse_events: 1;
+ clip_to: "sb_vbar";
+ description {
+ state: "default" 0.0;
+ align: 0.5 1.0;
+ aspect: 1.0 1.0;
+ aspect_preference: HORIZONTAL;
+ rel1 {
+ to: "sb_vbar";
+ relative: 0.0 1.0;
+ offset: 0 -1;
+ }
+ rel2 {
+ to: "sb_vbar";
+ relative: 1.0 1.0;
+ offset: -1 -1;
+ }
+ image {
+ normal: "e17_sb_btd1.png";
+ }
+ }
+ description {
+ state: "clicked" 0.0;
+ inherit: "default" 0.0;
+ image {
+ normal: "e17_sb_btd2.png";
+ }
+ }
+ }
+ part {
+ name: "sb_hbar";
+ type: RECT;
+ mouse_events: 0;
+ description {
+ state: "default" 0.0;
+ min: 16 16;
+ align: 0.0 1.0;
+ rel1 {
+ to: "background";
+ relative: 0.0 1.0;
+ offset: 4 -5;
+ }
+ rel2 {
+ to: "background";
+ relative: 0.0 1.0;
+ offset: -1 -5;
+ to_x: "sb_vbar";
+ }
+ }
+ description {
+ state: "hidden" 0.0;
+ visible: 0;
+ rel1 {
+ to: "background";
+ relative: 0.0 1.0;
+ offset: 0 -4;
+ }
+ rel2 {
+ to: "background";
+ relative: 0.0 1.0;
+ offset: -1 -4;
+ to_x: "sb_vbar";
+ }
+ }
+ }
+ part {
+ name: "sb_hbar_base";
+ type: RECT;
+ clip_to: "sb_hbar";
+ mouse_events: 1;
+ description {
+ state: "default" 0.0;
+ color: 0 0 0 0;
+ rel1 {
+ relative: 1.0 0.0;
+ offset: 0 0;
+ to: "sb_hbar_a1";
+ }
+ rel2 {
+ relative: 0.0 1.0;
+ offset: -1 -1;
+ to: "sb_hbar_a2";
+ }
+ }
+ }
+ part {
+ name: "sb_hbar_runner";
+ clip_to: "sb_hbar";
+ mouse_events: 0;
+ description {
+ state: "default" 0.0;
+ max: 99999 2;
+ rel1 {
+ to: "sb_hbar_base";
+ }
+ rel2 {
+ to: "sb_hbar_base";
+ }
+ image {
+ normal: "e17_sb_runnerh.png";
+ border: 4 4 0 0;
+ }
+ fill {
+ smooth: 0;
+ }
+ }
+ }
+ part {
+ name: "sb_hbar_p1";
+ type: RECT;
+ clip_to: "sb_hbar";
+ mouse_events: 1;
+ description {
+ state: "default" 0.0;
+ color: 0 0 0 0;
+ rel1 {
+ relative: 1.0 0.0;
+ offset: 0 0;
+ to: "sb_hbar_a1";
+ }
+ rel2 {
+ relative: 0.0 1.0;
+ offset: -1 -1;
+ to: "hbar_bar";
+ }
+ }
+ }
+ part {
+ name: "sb_hbar_p2";
+ type: RECT;
+ clip_to: "sb_hbar";
+ mouse_events: 1;
+ description {
+ state: "default" 0.0;
+ color: 0 0 0 0;
+ rel1 {
+ relative: 1.0 0.0;
+ offset: 0 0;
+ to: "hbar_bar";
+ }
+ rel2 {
+ relative: 0.0 1.0;
+ offset: -1 -1;
+ to: "sb_hbar_a2";
+ }
+ }
+ }
+ part {
+ name: "hbar_bar";
+ clip_to: "sb_hbar";
+ mouse_events: 1;
+ dragable {
+ x: 1 1 0;
+ y: 0 0 0;
+ confine: "sb_hbar_base";
+ }
+ description {
+ state: "default" 0.0;
+ min: 16 16;
+ rel1 {
+ relative: 0.5 0.5;
+ offset: 0 0;
+ to: "sb_hbar_base";
+ }
+ rel2 {
+ relative: 0.5 0.5;
+ offset: 0 0;
+ to: "sb_hbar_base";
+ }
+ image {
+ normal: "e17_sb_barh1.png";
+ border: 5 5 5 5;
+ }
+ }
+ description {
+ state: "clicked" 0.0;
+ inherit: "default" 0.0;
+ image {
+ normal: "e17_sb_barh2.png";
+ }
+ }
+ }
+ part {
+ name: "hbar_bar_thumb";
+ clip_to: "sb_hbar";
+ mouse_events: 0;
+ description {
+ state: "default" 0.0;
+ max: 8 8;
+ min: 8 8;
+ rel1 {
+ to: "hbar_bar";
+ }
+ rel2 {
+ to: "hbar_bar";
+ }
+ image {
+ normal: "e17_scrollbar_hdrag_thumb.png";
+ }
+ }
+ }
+ part {
+ name: "sb_hbar_a1";
+ type: IMAGE;
+ mouse_events: 1;
+ clip_to: "sb_hbar";
+ description {
+ state: "default" 0.0;
+ align: 0.0 0.5;
+ aspect: 1.0 1.0;
+ aspect_preference: VERTICAL;
+ rel1 {
+ to: "sb_hbar";
+ relative: 0.0 0.0;
+ offset: 0 0;
+ }
+ rel2 {
+ to: "sb_hbar";
+ relative: 0.0 1.0;
+ offset: 0 -1;
+ }
+ image {
+ normal: "e17_sb_btl1.png";
+ }
+ }
+ description {
+ state: "clicked" 0.0;
+ inherit: "default" 0.0;
+ image {
+ normal: "e17_sb_btl2.png";
+ }
+ }
+ }
+ part {
+ name: "sb_hbar_a2";
+ type: IMAGE;
+ mouse_events: 1;
+ clip_to: "sb_hbar";
+ description {
+ state: "default" 0.0;
+ align: 1.0 0.5;
+ aspect: 1.0 1.0;
+ aspect_preference: VERTICAL;
+ rel1 {
+ to: "sb_hbar";
+ relative: 1.0 0.0;
+ offset: -1 0;
+ }
+ rel2 {
+ to: "sb_hbar";
+ relative: 1.0 1.0;
+ offset: -1 -1;
+ }
+ image {
+ normal: "e17_sb_btr1.png";
+ }
+ }
+ description {
+ state: "clicked" 0.0;
+ inherit: "default" 0.0;
+ image {
+ normal: "e17_sb_btr2.png";
+ }
+ }
+ }
}
+ programs {
+ program {
+ name: "sb_vbar_show";
+ signal: "vbar";
+ source: "show";
+ action: STATE_SET "default" 0.0;
+ target: "sb_vbar";
+ }
+ program {
+ name: "sb_vbar_hide";
+ signal: "vbar";
+ source: "hide";
+ action: STATE_SET "hidden" 0.0;
+ target: "sb_vbar";
+ }
+ program {
+ name: "sb_hbar_show";
+ signal: "hbar";
+ source: "show";
+ action: STATE_SET "default" 0.0;
+ target: "sb_hbar";
+ }
+ program {
+ name: "sb_hbar_hide";
+ signal: "hbar";
+ source: "hide";
+ action: STATE_SET "hidden" 0.0;
+ target: "sb_hbar";
+ }
+
+ program {
+ name: "sb_vbar_a1_down";
+ signal: "mouse,down,1";
+ source: "sb_vbar_a1";
+ action: STATE_SET "clicked" 0.0;
+ target: "sb_vbar_a1";
+ }
+ program {
+ name: "sb_vbar_a1_down2";
+ signal: "mouse,down,1";
+ source: "sb_vbar_a1";
+ action: DRAG_VAL_STEP 0.0 -1.0;
+ target: "vbar_bar";
+ }
+ program {
+ name: "sb_vbar_a1_up";
+ signal: "mouse,up,1";
+ source: "sb_vbar_a1";
+ action: STATE_SET "default" 0.0;
+ target: "sb_vbar_a1";
+ }
+ program {
+ name: "sb_vbar_a2_down";
+ signal: "mouse,down,1";
+ source: "sb_vbar_a2";
+ action: STATE_SET "clicked" 0.0;
+ target: "sb_vbar_a2";
+ }
+ program {
+ name: "sb_vbar_a2_down2";
+ signal: "mouse,down,1";
+ source: "sb_vbar_a2";
+ action: DRAG_VAL_STEP 0.0 1.0;
+ target: "vbar_bar";
+ }
+ program {
+ name: "sb_vbar_a2_up";
+ signal: "mouse,up,1";
+ source: "sb_vbar_a2";
+ action: STATE_SET "default" 0.0;
+ target: "sb_vbar_a2";
+ }
+ program {
+ name: "sb_vbar_p1_down";
+ signal: "mouse,down,1";
+ source: "sb_vbar_p1";
+ action: DRAG_VAL_PAGE 0.0 -1.0;
+ target: "vbar_bar";
+ }
+ program {
+ name: "sb_vbar_p2_down";
+ signal: "mouse,down,1";
+ source: "sb_vbar_p2";
+ action: DRAG_VAL_PAGE 0.0 1.0;
+ target: "vbar_bar";
+ }
+ program {
+ name: "sb_vbar_down";
+ signal: "mouse,down,1";
+ source: "vbar_bar";
+ action: STATE_SET "clicked" 0.0;
+ target: "vbar_bar";
+ }
+ program {
+ name: "sb_vbar_up";
+ signal: "mouse,up,1";
+ source: "vbar_bar";
+ action: STATE_SET "default" 0.0;
+ target: "vbar_bar";
+ }
+ program {
+ name: "sb_hbar_a1_down";
+ signal: "mouse,down,1";
+ source: "sb_hbar_a1";
+ action: STATE_SET "clicked" 0.0;
+ target: "sb_hbar_a1";
+ }
+ program {
+ name: "sb_hbar_a1_down2";
+ signal: "mouse,down,1";
+ source: "sb_hbar_a1";
+ action: DRAG_VAL_STEP -1.0 0.0;
+ target: "hbar_bar";
+ }
+ program {
+ name: "sb_hbar_a1_up";
+ signal: "mouse,up,1";
+ source: "sb_hbar_a1";
+ action: STATE_SET "default" 0.0;
+ target: "sb_hbar_a1";
+ }
+ program {
+ name: "sb_hbar_a2_down";
+ signal: "mouse,down,1";
+ source: "sb_hbar_a2";
+ action: STATE_SET "clicked" 0.0;
+ target: "sb_hbar_a2";
+ }
+ program {
+ name: "sb_hbar_a2_down2";
+ signal: "mouse,down,1";
+ source: "sb_hbar_a2";
+ action: DRAG_VAL_STEP 1.0 0.0;
+ target: "hbar_bar";
+ }
+ program {
+ name: "sb_hbar_a2_up";
+ signal: "mouse,up,1";
+ source: "sb_hbar_a2";
+ action: STATE_SET "default" 0.0;
+ target: "sb_hbar_a2";
+ }
+ program {
+ name: "sb_hbar_p1_down";
+ signal: "mouse,down,1";
+ source: "sb_hbar_p1";
+ action: DRAG_VAL_PAGE -1.0 0.0;
+ target: "hbar_bar";
+ }
+ program {
+ name: "sb_hbar_p2_down";
+ signal: "mouse,down,1";
+ source: "sb_hbar_p2";
+ action: DRAG_VAL_PAGE 1.0 0.0;
+ target: "hbar_bar";
+ }
+ program {
+ name: "sb_hbar_down";
+ signal: "mouse,down,1";
+ source: "hbar_bar";
+ action: STATE_SET "clicked" 0.0;
+ target: "hbar_bar";
+ }
+ program {
+ name: "sb_hbar_up";
+ signal: "mouse,up,1";
+ source: "hbar_bar";
+ action: STATE_SET "default" 0.0;
+ target: "hbar_bar";
+ }
+ }
}
group {