X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=dialog.h;h=8daa3320c843533f1eb33160ec78bbe7774a7ff6;hb=d970e2fb5ef4384ce0800d3afbd0403cfcc14aff;hp=078aca19e4c42007032f10b39b47e416f78ec512;hpb=c8c17d2cef4c1a4ed3f12d55f9f53392efe8afca;p=PuTTY.git diff --git a/dialog.h b/dialog.h index 078aca19..8daa3320 100644 --- a/dialog.h +++ b/dialog.h @@ -305,9 +305,16 @@ union control { */ int draglist; /* - * If this is set, the list can have more than one element - * selected at a time. This is not guaranteed to work on a - * drop-down list, so don't try it! + * If this is non-zero, the list can have more than one + * element selected at a time. This is not guaranteed to + * work on a drop-down list, so don't try it! + * + * Different non-zero values request slightly different + * types of multi-selection (this may well be meaningful + * only in GTK, so everyone else can ignore it if they + * want). 1 means the list box expects to have individual + * items selected, whereas 2 means it expects the user to + * want to select a large contiguous range at a time. */ int multisel; /*