[opendemo-cvs] CVS: opendemo/tools/odcut OdGuiGlade.wxg,1.4,1.5
Status: Beta
Brought to you by:
girlich
From: Uwe G. <gi...@us...> - 2005-02-09 19:44:02
|
Update of /cvsroot/opendemo/opendemo/tools/odcut In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9534 Modified Files: OdGuiGlade.wxg Log Message: add frame for help window (currently unused). Index: OdGuiGlade.wxg =================================================================== RCS file: /cvsroot/opendemo/opendemo/tools/odcut/OdGuiGlade.wxg,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** OdGuiGlade.wxg 9 Feb 2005 18:11:19 -0000 1.4 --- OdGuiGlade.wxg 9 Feb 2005 19:43:53 -0000 1.5 *************** *** 1,4 **** <?xml version="1.0"?> ! <!-- generated by wxGlade 0.3.5.1 on Wed Feb 9 18:20:41 2005 --> <application path="OdGuiGlade.pm" name="" class="" option="0" language="perl" top_window="main_frame" encoding="UTF-8" use_gettext="1" overwrite="1" use_new_namespace="1"> --- 1,4 ---- <?xml version="1.0"?> ! <!-- generated by wxGlade 0.3.5.1 on Wed Feb 9 20:12:36 2005 --> <application path="OdGuiGlade.pm" name="" class="" option="0" language="perl" top_window="main_frame" encoding="UTF-8" use_gettext="1" overwrite="1" use_new_namespace="1"> *************** *** 11,15 **** <object class="wxMenuBar" name="menuBar" base="EditMenuBar"> <menus> ! <menu name="file_menu" label="&File"> <item> <label>&Open</label> --- 11,15 ---- <object class="wxMenuBar" name="menuBar" base="EditMenuBar"> <menus> ! <menu name="" label="&File"> <item> <label>&Open</label> *************** *** 35,43 **** <label>&Exit</label> <id>5</id> - <name>hallo</name> <help_str>Exit the program</help_str> </item> </menu> ! <menu name="action_menu" label="&Action"> <item> <label>Game Start</label> --- 35,42 ---- <label>&Exit</label> <id>5</id> <help_str>Exit the program</help_str> </item> </menu> ! <menu name="" label="&Action"> <item> <label>Game Start</label> *************** *** 86,90 **** </item> </menu> ! <menu name="help_meu" label="&Help"> <item> <label>&About</label> --- 85,89 ---- </item> </menu> ! <menu name="" label="&Help"> <item> <label>&About</label> *************** *** 476,478 **** --- 475,523 ---- </object> </object> + <object class="OdGuiHelpFrame" name="helpFrame" base="EditFrame"> + <style>wxDEFAULT_FRAME_STYLE</style> + <title>Help - OpenDemo Cutter</title> + <object class="wxBoxSizer" name="sizer_1" base="EditBoxSizer"> + <orient>wxVERTICAL</orient> + <object class="sizeritem"> + <flag>wxEXPAND</flag> + <border>0</border> + <option>1</option> + <object class="wxPanel" name="panel_1" base="EditPanel"> + <style>wxTAB_TRAVERSAL</style> + <object class="wxBoxSizer" name="sizer_3" base="EditBoxSizer"> + <orient>wxVERTICAL</orient> + <object class="sizeritem"> + <flag>wxEXPAND</flag> + <border>0</border> + <option>0</option> + <object class="wxPanel" name="panel_2" base="EditPanel"> + <style>wxTAB_TRAVERSAL</style> + <object class="wxBoxSizer" name="sizer_4" base="EditBoxSizer"> + <orient>wxHORIZONTAL</orient> + <object class="sizeritem"> + <border>0</border> + <option>0</option> + <object class="wxButton" name="helpClose" base="EditButton"> + <tooltip>Close the HTML Help window.</tooltip> + <label>Close</label> + <id>wxID_OK</id> + </object> + </object> + </object> + </object> + </object> + <object class="sizeritem"> + <flag>wxEXPAND</flag> + <border>0</border> + <option>1</option> + <object class="wxPanel" name="helpPanel" base="EditPanel"> + <style>wxTAB_TRAVERSAL</style> + </object> + </object> + </object> + </object> + </object> + </object> + </object> </application> |