From: ewt Date: Wed, 27 Mar 1996 17:58:04 +0000 (+0000) Subject: added COLORSET_LISTBOX COLORSET_ACTLISTBOX X-Git-Tag: 0-1~37 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f73f0933be249f073a5a90c2f40edc6111efaff2;p=thirdparty%2Fnewt.git added COLORSET_LISTBOX COLORSET_ACTLISTBOX --- diff --git a/newt_pr.h b/newt_pr.h index bd7fe97..abc91ba 100644 --- 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);