MCPcopy Create free account
hub / github.com/WayfireWM/wf-shell / update_content_width

Method update_content_width

src/panel/widgets/menu.cpp:894–897  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

892}
893
894void WayfireMenu::update_content_width()
895{
896 app_scrolled_window.set_min_content_width(int(menu_min_content_width));
897}
898
899void WayfireMenu::toggle_menu()
900{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected