]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Revamp the auto-layout of PuTTY configuration box controls. They are
authorSimon Tatham <anakin@pobox.com>
Thu, 5 Oct 2000 17:19:04 +0000 (17:19 +0000)
committerSimon Tatham <anakin@pobox.com>
Thu, 5 Oct 2000 17:19:04 +0000 (17:19 +0000)
commit5d359d9528f158baba1862a8fec8ce1af31d2ee8
treed76b9716935846f9fa8b6233196e170045fb9fff
parent76746a7d61e8208b91cd3b54dcbd1228cbeff807
Revamp the auto-layout of PuTTY configuration box controls. They are
now auto-laid-out at runtime instead of compile time. Byebye
win_res.inp and mkres.c; byebye most of win_res.rc; hello a whole
new load of control-creation functions in windlg.c. Also, now that
we're creating the tab control at runtime, we can check to see if it
succeeded and use an alternative if so. This _should_ enable the
config box to work on Win32s, although at the time of checkin that's
untested.

[originally from svn r673]
mkres.c [deleted file]
win_res.h
win_res.inp [deleted file]
win_res.rc
windlg.c