Bugfix (typo): ParameterState#icon was named 'tooltip'

This commit is contained in:
Matthias Koefferlein 2024-08-04 18:55:53 +02:00
parent a5ea8eb590
commit f653764dc0
1 changed files with 1 additions and 1 deletions

View File

@ -339,7 +339,7 @@ Class<db::ParameterState> decl_PCellParameterState ("db", "PCellParameterState",
gsi::method("icon=", &db::ParameterState::set_icon, gsi::arg ("i"),
"@brief Sets the icon for the parameter\n"
) +
gsi::method("tooltip", &db::ParameterState::tooltip,
gsi::method("icon", &db::ParameterState::icon,
"@brief Gets the icon for the parameter\n"
),
"@brief Provides access to the attributes of a single parameter within \\PCellParameterStates.\n"