diff --git a/README.md b/README.md index 803e85b..68cd8f5 100644 --- a/README.md +++ b/README.md @@ -531,6 +531,8 @@ Implemented: `dialog-error`, `dialog-info`, `dialog-open-file`, `dialog-save-file`, `container`, `container-add-to`, `conainer-scroll`, `container-size`, `gui-add-window`, `gui-create`, `gui-list-windows`, `gui-use-light-theme`, `widget-add-to-size`, `widget-get-text`, `widget-hide`, `widget-make-button`, `widget-make-checkbox`, `widget-make-entery`, `widget-make-hyperlink`, `widget-make-image`, `widget-make-label`, `widget-make-markdown`, `widget-make-multiline`, `widget-make-password`, `widget-make-select`, `widget-make-separator`, `widget-make-spacer`, `widget-set-text`, `widget-resize`, `widget-show`, `widget-size`, `window-allow-resize`, `window-center`, `window-close`, `window-hide`, `window-resize`,`window-set-content`, `window-set-fullscreen`, `window-set-title`, `window-show`, `window-show-and-run` +![Demonstration of slope gui](/images/slope-gui-demo.png) +
GUI API Description

Anything inside `[]` is a placeholder representing an argument. Anything inside `[[]]` is a placeholder representing an _optional_ argument. `...` indicates a variadic value.

diff --git a/images/slope-gui-demo.png b/images/slope-gui-demo.png new file mode 100644 index 0000000..997b571 Binary files /dev/null and b/images/slope-gui-demo.png differ