event -> under list as well as on genlist

SVN revision: 44902
This commit is contained in:
Carsten Haitzler 2010-01-05 00:08:03 +00:00
parent a91d4a5298
commit f7d0386a3f
1 changed files with 18 additions and 18 deletions

View File

@ -8448,6 +8448,15 @@ collections {
image: "ilist_item_shadow.png" COMP; image: "ilist_item_shadow.png" COMP;
} }
parts { parts {
part {
name: "event";
type: RECT;
repeat_events: 1;
description {
state: "default" 0.0;
color: 0 0 0 0;
}
}
part { part {
name: "base_sh"; name: "base_sh";
mouse_events: 0; mouse_events: 0;
@ -8620,15 +8629,6 @@ collections {
color: 255 255 255 255; color: 255 255 255 255;
} }
} }
part {
name: "event";
type: RECT;
repeat_events: 1;
description {
state: "default" 0.0;
color: 0 0 0 0;
}
}
} }
programs { programs {
program { program {
@ -8664,6 +8664,15 @@ collections {
image: "ilist_2.png" COMP; image: "ilist_2.png" COMP;
} }
parts { parts {
part {
name: "event";
type: RECT;
repeat_events: 1;
description {
state: "default" 0.0;
color: 0 0 0 0;
}
}
part { part {
name: "base"; name: "base";
mouse_events: 0; mouse_events: 0;
@ -8813,15 +8822,6 @@ collections {
color: 255 255 255 255; color: 255 255 255 255;
} }
} }
part {
name: "event";
type: RECT;
repeat_events: 1;
description {
state: "default" 0.0;
color: 0 0 0 0;
}
}
} }
programs { programs {
program { program {