]> git.ipfire.org Git - thirdparty/newt.git/commitdiff
added COLORSET_LISTBOX COLORSET_ACTLISTBOX
authorewt <ewt>
Wed, 27 Mar 1996 17:58:04 +0000 (17:58 +0000)
committerewt <ewt>
Wed, 27 Mar 1996 17:58:04 +0000 (17:58 +0000)
newt_pr.h

index bd7fe973f5b3cee5654de3969a7624b3547f4fae..abc91ba60fbe73511254944c877599fb4789d006 100644 (file)
--- a/newt_pr.h
+++ b/newt_pr.h
@@ -12,6 +12,8 @@
 #define COLORSET_ACTCHECKBOX   10
 #define COLORSET_ENTRY         11
 #define COLORSET_LABEL         12
+#define COLORSET_LISTBOX       13
+#define COLORSET_ACTLISTBOX    14
 
 void newtGotorc(int row, int col);
 void newtDrawBox(int left, int top, int width, int height, int shadow);