Added UpdateInterfaceState, to force an update of the UI

This commit is contained in:
sfraser%netscape.com 1999-09-22 01:19:33 +00:00
Родитель 341ec82a84
Коммит 7274bfc0ef
1 изменённых файлов: 4 добавлений и 0 удалений

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

@ -131,6 +131,10 @@ interface nsIEditorShell : nsISupports
void FindNext();
/* General Utilities */
/* UI updating */
void UpdateInterfaceState();
/* Get string from the Editor's localized string bundle */
wstring GetString(in wstring name);