First phase of Unicode polishing: replace the edit box with a combo
[u/mdw/putty] / winstuff.h
index eb610e0..16c01cc 100644 (file)
@@ -46,6 +46,7 @@ void staticbtn(struct ctlpos *cp, char *stext, int sid,
               char *btext, int bid);
 void staticedit(struct ctlpos *cp, char *stext,
                int sid, int eid, int percentedit);
+void dropdownlist(struct ctlpos *cp, char *text, int staticid, int listid);
 void staticpassedit(struct ctlpos *cp, char *stext,
                    int sid, int eid, int percentedit);
 void bigeditctrl(struct ctlpos *cp, char *stext,