Add classes for Splash screen

SVN revision: 22338
This commit is contained in:
Stafford Mitchell Horne 2006-04-24 16:08:20 +00:00
parent c846c7a1d9
commit 08d84cfc8f
2 changed files with 7 additions and 0 deletions

View File

@ -564,6 +564,7 @@ collections {
size: TSIZE;
min: 1 1;
align: 0.5 0.5;
text_class: "init_title";
}
}
}
@ -590,6 +591,7 @@ collections {
size: VSIZE;
min: 1 1;
align: 0.0 0.0;
text_class: "init_version";
}
}
}
@ -619,6 +621,7 @@ collections {
size: SSIZE;
min: 1 1;
align: 0.5 0.5;
text_class: "init_text";
}
}
}
@ -646,6 +649,7 @@ collections {
size: SSIZE;
min: 1 1;
align: 0.0 0.5;
text_class: "init_text";
}
}
}

View File

@ -52,6 +52,9 @@ const E_Text_Class_Pair text_class_predefined_names[ ] = {
{ "desklock_passwd", "Desklock Password"},
{ "dialog_error", "Dialog Error"},
{ "exebuf_command", "Exebuf Command"},
{ "init_title", "Splash Title"},
{ "init_text", "Splash Text"},
{ "init_version", "Splash Version"},
{ NULL, "Widget"},
{ "frame", "Frame"},