From 9d77cba9b69fba0408fccf1d0b1c832db684c97d Mon Sep 17 00:00:00 2001 From: Juan Nunez-Iglesias Date: Thu, 10 May 2018 14:20:48 +1000 Subject: [PATCH] Add MultiFileChooser to the widgets table It took me a while to figure out that this existed, and having it in this table would have helped! --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ccca53d..0f9fb0f 100644 --- a/README.md +++ b/README.md @@ -194,7 +194,7 @@ However, by dropping in `GooeyParser` and supplying a `widget` name, you can dis | Widget | Example | |----------------|------------------------------| -| DirChooser/FileChooser |

| +| DirChooser/FileChooser/MultiFileChooser |

| | DateChooser                                             |

| | PasswordField |

| | Listbox | ![image](https://user-images.githubusercontent.com/1408720/31590191-fadd06f2-b1c0-11e7-9a49-7cbf0c6d33d1.png) |