X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=dialog.h;h=6f454f566c2e12a1055ac3f497bd082d1c0ac42b;hb=cc66c86e7311c97db09da989c340ba3108c9e14f;hp=9ea8599ea0513af334fccf44698195fb870fea31;hpb=ff09d5379bd9f6fdb43c55be1ca5244247691f22;p=PuTTY.git diff --git a/dialog.h b/dialog.h index 9ea8599e..6f454f56 100644 --- a/dialog.h +++ b/dialog.h @@ -345,6 +345,12 @@ union control { */ int ncols; /* number of columns */ int *percentages; /* % width of each column */ + /* + * Flag which can be set to FALSE to suppress the horizontal + * scroll bar if a list box entry goes off the right-hand + * side. + */ + int hscroll; } listbox; struct { STANDARD_PREFIX;