libs-gsweb/GSWExtensionsGSW/GSWTabComponent.gswc/GSWTabComponent.gswd
Dave Wetzel bd96878757 rename all *.framework top level directories to their basename.
* GSWDatabase/WODisplayGroup.m
remove local NSAutoreleasePool
adjust makefiles



git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@30698 72102866-910b-0410-8b05-ffd578937521
2010-06-14 04:19:25 +00:00

65 lines
903 B
Text

TabBarLeftBorder: GSWImage
{
filename = ^tabBarLeftBorderImage;
border = "0";
align = "ABSTOP";
}
TabBarRightBorder: GSWImage
{
filename = ^tabBarLeftBorderImage;
border = "0";
align = "ABSTOP";
}
Repetition : GSWRepetition
{
list = ^tabArray;
item = ^tabItem;
index = ^tabIndex;
};
TabLeftBorder: GSWImage
{
filename = tabLeftBorderImage;
border = "0";
align = "ABSTOP";
}
TabRightBorder: GSWImage
{
filename = tabLeftBorderImage;
border = "0";
align = "ABSTOP";
}
Tab: GSWHyperlink
{
action = selectCurrentTab;
disabled = ^tabDisabled;
};
TabImageCondition: GSWConditional
{
condition = tabImage;
}
TabTextCondition: GSWConditional
{
condition = tabImage;
negate = YES;
}
TabImage: GSWImage
{
filename = tabImage;
border = "0";
align = "ABSTOP";
alt = tabText;
}
TabText: GSWString
{
value = tabText;
}