mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 19:22:45 +00:00 
			
		
		
		
	|  687a12d7fb Applications previously had to create a GUI::Menubar object, add menus to it, and then call GUI::Window::set_menubar(). This patch introduces GUI::Window::add_menu() which creates the menubar automatically and adds items to it. Application code becomes slightly simpler as a result. :^) | ||
|---|---|---|
| .. | ||
| GalleryGML | ||
| CMakeLists.txt | ||
| DemoWizardDialog.cpp | ||
| DemoWizardDialog.h | ||
| DemoWizardPage1.gml | ||
| DemoWizardPage2.gml | ||
| GalleryModels.h | ||
| GalleryWidget.cpp | ||
| GalleryWidget.h | ||
| main.cpp | ||