OWLNext 7.0
Borland's Object Windows Library for the modern age
|
IBContainer – Supported by container app's document window. More...
#include <ocf/ocbocole.h>
Public Member Functions | |
virtual HRESULT _IFUNC | FindDropDest (owl::TPoint *, IBDropDest **)=0 |
virtual HRESULT _IFUNC | AllowInPlace ()=0 |
virtual HRESULT _IFUNC | BringToFront ()=0 |
Public Member Functions inherited from ocf::IBWindow | |
virtual HWND _IFUNC | GetWindow ()=0 |
virtual HRESULT _IFUNC | GetWindowRect (owl::TRect *)=0 |
virtual LPCOLESTR _IFUNC | GetWindowTitle ()=0 |
virtual void _IFUNC | AppendWindowTitle (LPCOLESTR)=0 |
virtual HRESULT _IFUNC | SetStatusText (LPCOLESTR)=0 |
virtual HRESULT _IFUNC | RequestBorderSpace (const owl::TRect *)=0 |
virtual HRESULT _IFUNC | SetBorderSpace (const owl::TRect *)=0 |
virtual HRESULT _IFUNC | InsertContainerMenus (HMENU, TOcMenuWidths *)=0 |
virtual HRESULT _IFUNC | SetFrameMenu (HMENU)=0 |
virtual void _IFUNC | RestoreUI ()=0 |
virtual HRESULT _IFUNC | Accelerator (MSG *)=0 |
virtual HRESULT _IFUNC | GetAccelerators (HACCEL *, int *)=0 |
IBContainer – Supported by container app's document window.
Definition at line 398 of file ocbocole.h.
Implemented in ocf::TOcRemView, and ocf::TOcView.
Implemented in ocf::TOcRemView, and ocf::TOcView.
|
pure virtual |
Implemented in ocf::TOcView.