; http://www.purebasic.com ; Author: Andre Beer / PureBasic Team (updated for PB4.00 by blbltheworm) ; Date: 12. July 2003 ; OS: Windows ; Demo: Yes If OpenWindow(0,0,0,322,150,"ContainerGadget",#PB_Window_SystemMenu|#PB_Window_ScreenCentered) And CreateGadgetList(WindowID(0)) ContainerGadget (0,8,8,306,133,#PB_Container_Raised) ButtonGadget(1, 10, 15, 80, 24,"Button 1") ButtonGadget(2, 95, 15, 80, 24,"Button 2") CloseGadgetList() Repeat : Until WaitWindowEvent()=#PB_Event_CloseWindow EndIf ; IDE Options = PureBasic v4.00 (Windows - x86) ; Folding = - ; EnableXP