diff options
| author | forsyth <forsyth@vitanuova.com> | 2010-08-21 18:01:11 +0100 |
|---|---|---|
| committer | forsyth <forsyth@vitanuova.com> | 2010-08-21 18:01:11 +0100 |
| commit | 5849851a19380dbb62a47d9c4d868a81e42fa79b (patch) | |
| tree | 075bc8e4607ab67e67781fdad26dcb6d93491b1a /libtk/textw.h | |
| parent | 55b0bc0011ddae9df99d50fa0498110585d09a81 (diff) | |
20100821-1800
Diffstat (limited to 'libtk/textw.h')
| -rw-r--r-- | libtk/textw.h | 8 |
1 files changed, 4 insertions, 4 deletions
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 |
