Added SetHorizontalLayout method

This commit is contained in:
rods%netscape.com 1998-10-07 19:50:42 +00:00
Родитель aa87aa621d
Коммит 4fa50cdcb6
1 изменённых файлов: 6 добавлений и 0 удалений

Просмотреть файл

@ -95,6 +95,12 @@ public:
*/
NS_IMETHOD DoLayout() = 0;
/**
* Forces the toolbar to layout horizontally
*
*/
NS_IMETHOD SetHorizontalLayout(PRBool aDoHorizontalLayout) = 0;
/**
* Indicates that the last item is right justifed
*