mirror of
https://github.com/gnustep/libs-gsweb.git
synced 2025-02-24 04:01:16 +00:00
30 lines
375 B
Text
30 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
|
||
|
{
|
||
|
};
|