summaryrefslogtreecommitdiff
path: root/textscreen/txt_window.h
diff options
context:
space:
mode:
authorSimon Howard2006-05-29 21:39:12 +0000
committerSimon Howard2006-05-29 21:39:12 +0000
commitb3e5170bbba1c3048da86a5291cd45524abfeac2 (patch)
treecc272ff689b826eac099e3cb7d53070c7da50c44 /textscreen/txt_window.h
parent64b2890756bc7f48fdf2fd0ef8c25dd8f0fd1c22 (diff)
downloadchocolate-doom-b3e5170bbba1c3048da86a5291cd45524abfeac2.tar.gz
chocolate-doom-b3e5170bbba1c3048da86a5291cd45524abfeac2.tar.bz2
chocolate-doom-b3e5170bbba1c3048da86a5291cd45524abfeac2.zip
Add ability to make widgets right aligned or centered within tables.
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 546
Diffstat (limited to 'textscreen/txt_window.h')
-rw-r--r--textscreen/txt_window.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/textscreen/txt_window.h b/textscreen/txt_window.h
index 2b72015e..583c76ef 100644
--- a/textscreen/txt_window.h
+++ b/textscreen/txt_window.h
@@ -27,20 +27,6 @@
typedef struct txt_window_s txt_window_t;
-typedef enum
-{
- TXT_VERT_TOP,
- TXT_VERT_CENTER,
- TXT_VERT_BOTTOM,
-} txt_vert_align_t;
-
-typedef enum
-{
- TXT_HORIZ_LEFT,
- TXT_HORIZ_CENTER,
- TXT_HORIZ_RIGHT,
-} txt_horiz_align_t;
-
#include "txt_widget.h"
#include "txt_table.h"
#include "txt_window_action.h"