|
|
|
@ -247,7 +247,7 @@ AVNCOM(IAvnWindow, 04) : virtual IAvnWindowBase |
|
|
|
{ |
|
|
|
virtual HRESULT ShowDialog (IAvnWindow* parent) = 0; |
|
|
|
virtual HRESULT SetCanResize(bool value) = 0; |
|
|
|
virtual HRESULT SetHasDecorations(SystemDecorations value) = 0; |
|
|
|
virtual HRESULT SetDecorations(SystemDecorations value) = 0; |
|
|
|
virtual HRESULT SetTitle (void* utf8Title) = 0; |
|
|
|
virtual HRESULT SetTitleBarColor (AvnColor color) = 0; |
|
|
|
virtual HRESULT SetWindowState(AvnWindowState state) = 0; |
|
|
|
|