| 892 | } |
| 893 | |
| 894 | void WayfireMenu::update_content_width() |
| 895 | { |
| 896 | app_scrolled_window.set_min_content_width(int(menu_min_content_width)); |
| 897 | } |
| 898 | |
| 899 | void WayfireMenu::toggle_menu() |
| 900 | { |
nothing calls this directly
no outgoing calls
no test coverage detected