From 5849851a19380dbb62a47d9c4d868a81e42fa79b Mon Sep 17 00:00:00 2001 From: forsyth Date: Sat, 21 Aug 2010 18:01:11 +0100 Subject: 20100821-1800 --- libtk/textw.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'libtk/textw.h') diff --git a/libtk/textw.h b/libtk/textw.h index c1519f0e..3326cdcc 100644 --- a/libtk/textw.h +++ b/libtk/textw.h @@ -112,16 +112,16 @@ struct TkText struct TkTwind { Tk* sub; /* Subwindow of canvas */ + Tk* focus; /* Current Mouse focus */ + int width; /* current internal width */ + int height; /* current internal height */ + int owned; /* true if window is destroyed on item deletion */ int align; /* how to align within line */ char* create; /* creation script */ int padx; /* extra space on each side */ int pady; /* extra space on top and bot */ - int width; /* current internal width */ - int height; /* current internal height */ int ascent; /* distance from top of widget to baseline */ int stretch; /* true if need to stretch height */ - int owned; /* true if window is destroyed on item deletion */ - Tk* focus; /* Current Mouse focus */ }; struct TkTitem -- cgit v1.2.3