Mercurial > hg > orthanc-stone
comparison Framework/Widgets/WidgetBase.h @ 54:01aa453d4d5b wasm
IWidget::HasRenderMouseOver
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Thu, 27 Apr 2017 17:49:29 +0200 |
parents | 25befef48c35 |
children | f0f354a97581 |
comparison
equal
deleted
inserted
replaced
53:c2dc924f1a63 | 54:01aa453d4d5b |
---|---|
103 { | 103 { |
104 return false; | 104 return false; |
105 } | 105 } |
106 | 106 |
107 virtual void UpdateContent(); | 107 virtual void UpdateContent(); |
108 | |
109 virtual bool HasRenderMouseOver(int x, | |
110 int y) | |
111 { | |
112 return false; | |
113 } | |
108 }; | 114 }; |
109 } | 115 } |