config dialogs now can enable/disable widgets and dialog buttons. ok and

apply are disabeld until a change is made - then they get enabled until u
apply (or ok) then they disable again until u change things again etc.


SVN revision: 17597
This commit is contained in:
Carsten Haitzler 2005-10-16 07:32:11 +00:00
parent 0adc7224c3
commit cce1ee1153
2 changed files with 8 additions and 8 deletions

View File

@ -1,7 +1,7 @@
images {
image: "e17_menu_bg_border.png" COMP;
image: "e17_button2.png" COMP;
image: "e17_button.png" COMP;
image: "e17_button_sm.png" COMP;
image: "e17_button_sm2.png" COMP;
image: "e17_dialog_watermark.png" COMP;
image: "e17_about_bg_v.png" COMP;
image: "e17_about_over_v.png" COMP;
@ -486,7 +486,7 @@ group {
offset: 0 -7;
}
image {
normal: "e17_button.png";
normal: "e17_button_sm.png";
border: 8 8 8 8;
}
}
@ -494,7 +494,7 @@ group {
state: "clicked" 0.0;
inherit: "default" 0.0;
image {
normal: "e17_button2.png";
normal: "e17_button_sm2.png";
}
}
}

View File

@ -1,6 +1,6 @@
images {
image: "e17_button2.png" COMP;
image: "e17_button.png" COMP;
image: "e17_button_sm.png" COMP;
image: "e17_button_sm2.png" COMP;
image: "e17_logo.png" COMP;
image: "e17_about_sky0.png" LOSSY 70;
image: "e17_about_sky1.png" LOSSY 70;
@ -262,7 +262,7 @@ group {
offset: -7 -7;
}
image {
normal: "e17_button.png";
normal: "e17_button_sm.png";
border: 8 8 8 8;
}
}
@ -270,7 +270,7 @@ group {
state: "clicked" 0.0;
inherit: "default" 0.0;
image {
normal: "e17_button2.png";
normal: "e17_button_sm2.png";
}
}
}