Fix the stupid toolbox assertions cause the editor toolbar dont have logos.

This commit is contained in:
ramiro%netscape.com 1998-09-11 20:52:24 +00:00
Родитель aed9fecc0f
Коммит 56c03e1ade
1 изменённых файлов: 8 добавлений и 1 удалений

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

@ -22,7 +22,7 @@
* EditorToolbar.h --- Toolbar for Editor and HTML Mail Compose. * EditorToolbar.h --- Toolbar for Editor and HTML Mail Compose.
* *
* Created: David Williams <djw@netscape.com>, Feb-7-1997 * Created: David Williams <djw@netscape.com>, Feb-7-1997
* RCSID: "$Id: EditorToolbar.h,v 3.4 1998-08-25 23:10:26 akkana%netscape.com Exp $" * RCSID: "$Id: EditorToolbar.h,v 3.5 1998-09-11 20:52:24 ramiro%netscape.com Exp $"
* *
*---------------------------------------------------------------------------- *----------------------------------------------------------------------------
*/ */
@ -63,6 +63,13 @@ public:
Widget getChildrenManager() { return m_rowcol; }; Widget getChildrenManager() { return m_rowcol; };
void show(); void show();
// Logo methods
virtual void showLogo () {}
virtual void hideLogo () {}
virtual XP_Bool isLogoShown () { return False; }
virtual XFE_Logo * getLogo () { return NULL; }
private: private:
XFE_ComponentList* m_update_list; XFE_ComponentList* m_update_list;
Widget m_rowcol; Widget m_rowcol;