Skip to content

Commit b39e9e9

Browse files
Uncommented show_widget fn
1 parent 27172f5 commit b39e9e9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

vpr/src/draw/ui_setup.cpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,9 @@ void hide_widget(std::string widgetName, ezgl::application* app) {
186186
gtk_widget_hide(widget);
187187
}
188188

189-
/*
189+
/**
190+
* @brief Hides the widget with the given name
191+
*/
190192
void show_widget(std::string widgetName, ezgl::application* app) {
191193
GtkWidget* widget = GTK_WIDGET(app->get_object(widgetName.c_str()));
192194
gtk_widget_show(widget);

0 commit comments

Comments
 (0)