]> git.ipfire.org Git - thirdparty/newt.git/commitdiff
added textbox colors
authorewt <ewt>
Wed, 17 Apr 1996 00:39:04 +0000 (00:39 +0000)
committerewt <ewt>
Wed, 17 Apr 1996 00:39:04 +0000 (00:39 +0000)
newt_pr.h

index 7cd841f8ee60bb581db7b3b8fb21c1df07aa2946..87b0d282cbbd90e557c361400ea88b7df619247c 100644 (file)
--- a/newt_pr.h
+++ b/newt_pr.h
@@ -14,6 +14,8 @@
 #define COLORSET_LABEL         12
 #define COLORSET_LISTBOX       13
 #define COLORSET_ACTLISTBOX    14
+#define COLORSET_TEXTBOX       15
+#define COLORSET_ACTTEXTBOX    16
 
 void newtGotorc(int row, int col);
 void newtDrawBox(int left, int top, int width, int height, int shadow);