From 69015944e1525d7e9e5c52cdaad1513d1a9c4632 Mon Sep 17 00:00:00 2001 From: Hazel Kennedy Date: Thu, 7 Aug 2025 11:01:48 -0700 Subject: [PATCH] add dropdown keyword to MenuButton and OptionButton --- doc/classes/MenuButton.xml | 2 +- doc/classes/OptionButton.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/classes/MenuButton.xml b/doc/classes/MenuButton.xml index a1e0b34ffc4..af26e2ff024 100644 --- a/doc/classes/MenuButton.xml +++ b/doc/classes/MenuButton.xml @@ -1,5 +1,5 @@ - + A button that brings up a [PopupMenu] when clicked. diff --git a/doc/classes/OptionButton.xml b/doc/classes/OptionButton.xml index 82137a81311..728bc23c4a2 100644 --- a/doc/classes/OptionButton.xml +++ b/doc/classes/OptionButton.xml @@ -1,5 +1,5 @@ - + A button that brings up a dropdown with selectable options when pressed.