From: Mark D. <mar...@zn...> - 2007-04-01 14:03:51
|
Hi, You control if a Frame can minimize, maximize etc from its constructor. Flags of wxMAXIMIZE_BOX|wxRESIZE_BORDER|wxSYSTEM_MENU|wxCAPTION|wxCLOSE_BOX|wxCLIP_CHILDREN will give you a default Wx::Frame but with no minimize box (we missed off the wxMINIMIZE_BOX flag) Regards Mark Ruben Vareljyan wrote: > Dear Peoples > How I can insert in system menu The objects or to remove one of them > For example > I wish to remove from system menu MINIMIZE item. > Please show me an example |