Skip to content

Commit 7eca99c

Browse files
committed
add right pane docs
1 parent 5455205 commit 7eca99c

2 files changed

Lines changed: 12 additions & 0 deletions

File tree

cpp/source/basics/interactive_UIs_and_animation.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -504,6 +504,12 @@ The option `buildGui` can be used to entirely disable all of Polyscope's ImGui U
504504

505505
The functions `buildPolyscopeGui()`, `buildStructureGui()`, `buildPickGui()`, and `buildUserGuiAndInvokeCallback()` can be used to manually build pieces of the UI one at a time. If you are giving control to the UI via `show()`, you call the first 3 to reproduce the standard UI.
506506

507+
??? func "`#!cpp int options::rightGuiPaneWidth`"
508+
509+
The width of the right GUI pane.
510+
511+
Default: `500`.
512+
507513
## Miscellaneous
508514

509515
??? func "`#!cpp std::function<void(const std::vector<std::string>&)> state::filesDroppedCallback`"

py/source/basics/interactive_UIs_and_animation.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -616,6 +616,12 @@ The option `build_gui` can be used to entirely disable all of Polyscope's ImGui
616616

617617
The functions `build_polyscope_gui()`, `build_structure_gui()`, `build_pick_gui()`, and `build_user_gui_and_invoke_callback()` can be used to manually build pieces of the UI one at a time. If you are giving control to the UI via `show()`, you call the first 3 to reproduce the standard UI.
618618

619+
??? func "`#!python set_right_gui_pane_width(w)`"
620+
621+
Set the width of the right GUI pane.
622+
623+
Default: `500`.
624+
619625
## Miscellaneous
620626

621627
??? func "`#!python set_files_dropped_callback(files)`"

0 commit comments

Comments
 (0)