Mercurial > MadButterfly
comparison pyink/FSM_window.glade @ 1488:757c5626d15d
Show context menu for states
author | Thinker K.F. Li <thinker@codemud.net> |
---|---|
date | Sat, 30 Apr 2011 15:22:45 +0800 |
parents | 92a8497d0361 |
children | 6616530c4180 |
comparison
equal
deleted
inserted
replaced
1487:3aba29609607 | 1488:757c5626d15d |
---|---|
469 </child> | 469 </child> |
470 <action-widgets> | 470 <action-widgets> |
471 <action-widget response="0">error_dialog_ok</action-widget> | 471 <action-widget response="0">error_dialog_ok</action-widget> |
472 </action-widgets> | 472 </action-widgets> |
473 </object> | 473 </object> |
474 <object class="GtkMenu" id="state_menu"> | |
475 <property name="visible">True</property> | |
476 <child> | |
477 <object class="GtkMenuItem" id="add_transition"> | |
478 <property name="visible">True</property> | |
479 <property name="tooltip_text" translatable="yes">Add a transition to the state</property> | |
480 <property name="label" translatable="yes">Add Transition</property> | |
481 <property name="use_underline">True</property> | |
482 <signal name="activate" handler="on_add_transition_activate"/> | |
483 </object> | |
484 </child> | |
485 <child> | |
486 <object class="GtkMenuItem" id="del_state"> | |
487 <property name="visible">True</property> | |
488 <property name="tooltip_text" translatable="yes">Delete selecting state</property> | |
489 <property name="label" translatable="yes">Del State</property> | |
490 <property name="use_underline">True</property> | |
491 <signal name="activate" handler="on_del_state_activate"/> | |
492 </object> | |
493 </child> | |
494 <child> | |
495 <object class="GtkMenuItem" id="edit_state"> | |
496 <property name="visible">True</property> | |
497 <property name="tooltip_text" translatable="yes">Edit properties of the state.</property> | |
498 <property name="label" translatable="yes">Edit State</property> | |
499 <property name="use_underline">True</property> | |
500 <signal name="activate" handler="on_edit_state_activate"/> | |
501 </object> | |
502 </child> | |
503 </object> | |
474 </interface> | 504 </interface> |