Buttons work now, need to add signals and callbacks for them now
This commit is contained in:
@ -3,33 +3,14 @@ group {
|
||||
min: 640 170;
|
||||
|
||||
parts {
|
||||
part {
|
||||
name: "background";
|
||||
type: RECT;
|
||||
|
||||
description {
|
||||
state: "default" 0.0;
|
||||
color: 0 255 0 255;
|
||||
|
||||
rel1 {
|
||||
relative: 0.0 0.0;
|
||||
offset: 0 0;
|
||||
}
|
||||
|
||||
rel2 {
|
||||
relative: 1.0 1.0;
|
||||
offset: -1 -1;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
part {
|
||||
name: "b1";
|
||||
type: SWALLOW;
|
||||
repeat_events: 1;
|
||||
|
||||
description {
|
||||
state: "default" 0.0;
|
||||
min: 88 24;
|
||||
min: 28 24;
|
||||
|
||||
rel1 {
|
||||
relative: 0.0 0.0;
|
||||
@ -46,6 +27,7 @@ group {
|
||||
part {
|
||||
name: "b2";
|
||||
type: SWALLOW;
|
||||
repeat_events: 1;
|
||||
|
||||
description {
|
||||
state: "default" 0.0;
|
||||
@ -66,6 +48,7 @@ group {
|
||||
part {
|
||||
name: "b3";
|
||||
type: SWALLOW;
|
||||
repeat_events: 1;
|
||||
|
||||
description {
|
||||
state: "default" 0.0;
|
||||
@ -86,6 +69,7 @@ group {
|
||||
part {
|
||||
name: "b4";
|
||||
type: SWALLOW;
|
||||
repeat_events: 1;
|
||||
|
||||
description {
|
||||
state: "default" 0.0;
|
||||
|
@ -235,12 +235,12 @@ group {
|
||||
part {
|
||||
name: "action_area";
|
||||
type: SWALLOW;
|
||||
mouse_events: 0;
|
||||
mouse_events: 1;
|
||||
repeat_events: 1;
|
||||
|
||||
description {
|
||||
state: "default" 0.0;
|
||||
min: 99999 170;
|
||||
min: 640 170;
|
||||
|
||||
rel1 {
|
||||
to: "paned_draggie";
|
||||
|
Reference in New Issue
Block a user