summaryrefslogtreecommitdiff
path: root/textscreen/txt_table.h
diff options
context:
space:
mode:
authorSimon Howard2006-09-24 13:07:30 +0000
committerSimon Howard2006-09-24 13:07:30 +0000
commitc083656d0e9390dabfcd9fc97e118cd9c8082f88 (patch)
tree1b442bed6c522894c7e172f516af1fe3b00c9110 /textscreen/txt_table.h
parent681c7bee784556181a0e1507fcac553041f5de04 (diff)
downloadchocolate-doom-c083656d0e9390dabfcd9fc97e118cd9c8082f88.tar.gz
chocolate-doom-c083656d0e9390dabfcd9fc97e118cd9c8082f88.tar.bz2
chocolate-doom-c083656d0e9390dabfcd9fc97e118cd9c8082f88.zip
Convenience function for creating a horizontal box.
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 659
Diffstat (limited to 'textscreen/txt_table.h')
-rw-r--r--textscreen/txt_table.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/textscreen/txt_table.h b/textscreen/txt_table.h
index 084ade11..2effc85b 100644
--- a/textscreen/txt_table.h
+++ b/textscreen/txt_table.h
@@ -47,6 +47,7 @@ struct txt_table_s
};
txt_table_t *TXT_NewTable(int columns);
+txt_table_t *TXT_NewHorizBox(TXT_UNCAST_ARG(first_widget), ...);
void TXT_InitTable(txt_table_t *table, int columns);
void TXT_AddWidget(TXT_UNCAST_ARG(table), TXT_UNCAST_ARG(widget));
int TXT_SelectWidget(TXT_UNCAST_ARG(table), TXT_UNCAST_ARG(widget));