Occasionally unable to get Focues set to URL bar and other widgets

fixes a long standing focus issue under the BeOS port

r=arougthopher
This commit is contained in:
arougthopher%lizardland.net 2002-06-15 23:31:00 +00:00
Родитель af22bbd97f
Коммит 06abdde379
2 изменённых файлов: 1740 добавлений и 1692 удалений

Разница между файлами не показана из-за своего большого размера Загрузить разницу

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

@ -262,7 +262,8 @@ public: // public on BeOS to allow BViews to access it
CLOSEWINDOW,
MENU,
ONKEY,
BTNCLICK
BTNCLICK,
ONACTIVATE
};
nsToolkit *GetToolkit() { return (nsToolkit *)nsBaseWidget::GetToolkit(); }
};
@ -293,6 +294,7 @@ class nsWindowBeOS : public BWindow, public nsIWidgetStore {
virtual bool QuitRequested( void );
virtual void MessageReceived(BMessage *msg);
virtual void DispatchMessage(BMessage *msg, BHandler *handler);
virtual void WindowActivated(bool active);
virtual void FrameResized(float width, float height);
void ResizeToWithoutEvent(float width, float height);