diff options
Diffstat (limited to 'src/interface/Component.h')
| -rw-r--r-- | src/interface/Component.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/interface/Component.h b/src/interface/Component.h index 5ef672d..c034952 100644 --- a/src/interface/Component.h +++ b/src/interface/Component.h @@ -50,6 +50,8 @@ namespace ui virtual void TextPosition(std::string); void Refresh(); + + Point GetScreenPos(); /* See the parent of this component. * If new_parent is NULL, this component will have no parent. (THIS DOES NOT delete THE COMPONENT. See XComponent::RemoveChild) |
