mirror of
https://github.com/gnustep/libs-gsweb.git
synced 2025-02-24 12:11:18 +00:00
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@5815 72102866-910b-0410-8b05-ffd578937521
29 lines
375 B
Text
29 lines
375 B
Text
Link: GSWHyperlink
|
|
{
|
|
action = toggleVisibilityAction;
|
|
disabled = ^disabled;
|
|
};
|
|
|
|
Image: GSWImage
|
|
{
|
|
filename = imageFileName;
|
|
alt = helpString;
|
|
name = helpString;
|
|
border = "0";
|
|
align = "ABSTOP";
|
|
}
|
|
|
|
Label: GSWString
|
|
{
|
|
value = label;
|
|
escapeHTML = NO;
|
|
}
|
|
|
|
Condition: GSWConditional
|
|
{
|
|
condition = isVisible;
|
|
}
|
|
|
|
Content: GSWComponentContent
|
|
{
|
|
};
|