mirror of
				https://github.com/ArthurSonzogni/FTXUI.git
				synced 2025-11-01 02:58:12 +08:00 
			
		
		
		
	Improve documentation theme.
This commit is contained in:
		| @@ -17,9 +17,8 @@ | ||||
|  | ||||
| namespace ftxui { | ||||
|  | ||||
| /// @brief arguments for |ButtonOption::transform|, |CheckboxOption::transform|, | ||||
| /// |Radiobox::transform|, |MenuEntryOption::transform|, | ||||
| /// |MenuOption::transform|. | ||||
| /// @brief arguments for transform from |ButtonOption|, |CheckboxOption|, | ||||
| /// |RadioboxOption|, |MenuEntryOption|, |MenuOption|. | ||||
| struct EntryState { | ||||
|   std::string label;  ///< The label to display. | ||||
|   bool state;         ///< The state of the button/checkbox/radiobox | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 ArthurSonzogni
					ArthurSonzogni