From d72e3b127818565275640e667c8797812dc99ad5 Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Mon, 17 Dec 2007 00:07:15 +0000 Subject: Add TextView. git-svn-id: svn://mattst88.com/svn/calculator/trunk@5 40705d3a-cdd4-446d-8ced-669f9f7342eb --- calculator.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'calculator.h') diff --git a/calculator.h b/calculator.h index f6edfaa..87cd49a 100755 --- a/calculator.h +++ b/calculator.h @@ -1,5 +1,6 @@ #include #include +#include using namespace SkyGI; @@ -35,4 +36,6 @@ class CalculatorWindow : public ApplicationWindow { unsigned int uiFlags = 0); void OnCommand( const MessageCommand *pMessage); + TextView * pText; + }; -- cgit v1.2.3