1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-07-02 03:52:49 -05:00

Jeremy Sawicki's fix for the multiple-conflicting-accelerators

problems: controls are now destroyed and recreated on a panel
switch. In addition, this patch also introduces a better means of
doing the group boxes.

[originally from svn r884]
This commit is contained in:
Simon Tatham
2001-01-22 17:17:26 +00:00
parent beeaa85fc5
commit 5c8e6a5295
3 changed files with 460 additions and 490 deletions

View File

@ -25,7 +25,7 @@ struct ctlpos {
int dlu4inpix;
int ypos, width;
int xoff;
int boxystart, boxid, boxtextid;
int boxystart, boxid;
char *boxtext;
};
@ -35,7 +35,7 @@ void doctl(struct ctlpos *cp, RECT r,
char *wclass, int wstyle, int exstyle,
char *wtext, int wid);
void bartitle(struct ctlpos *cp, char *name, int id);
void beginbox(struct ctlpos *cp, char *name, int idbox, int idtext);
void beginbox(struct ctlpos *cp, char *name, int idbox);
void endbox(struct ctlpos *cp);
void multiedit(struct ctlpos *cp, ...);
void radioline(struct ctlpos *cp,