Changeset 8355
- Timestamp:
- 02/02/12 18:04:04 (4 months ago)
- Location:
- trunk
- Files:
-
- 56 modified
-
ARB_GDE/GDE_event.cxx (modified) (1 diff)
-
ARB_GDE/Makefile (modified) (1 diff)
-
AWT/AWT_asciiprint.cxx (modified) (1 diff)
-
AWT/AWT_config_manager.cxx (modified) (1 diff)
-
AWT/AWT_input_mask.cxx (modified) (1 diff)
-
AWT/Makefile (modified) (3 diffs)
-
AWTI/AWTI_import.cxx (modified) (1 diff)
-
AWTI/Makefile (modified) (1 diff)
-
EDIT4/ED4_base.cxx (modified) (1 diff)
-
EDIT4/ED4_edit_string.cxx (modified) (1 diff)
-
EDIT4/ED4_members.cxx (modified) (1 diff)
-
EDIT4/ED4_root.cxx (modified) (1 diff)
-
EDIT4/ED4_search.cxx (modified) (1 diff)
-
EDIT4/ED4_terminal.cxx (modified) (1 diff)
-
EDIT4/ED4_visualizeSAI.cxx (modified) (1 diff)
-
EDIT4/Makefile (modified) (7 diffs)
-
GENOM/EXP_interface.cxx (modified) (1 diff)
-
GENOM/GEN_interface.cxx (modified) (1 diff)
-
GENOM/Makefile (modified) (2 diffs)
-
MERGE/MG_alignment.cxx (modified) (1 diff)
-
MERGE/MG_main.cxx (modified) (1 diff)
-
MERGE/MG_species.cxx (modified) (1 diff)
-
MERGE/Makefile (modified) (3 diffs)
-
NTREE/AP_cprofile.cxx (modified) (1 diff)
-
NTREE/Makefile (modified) (6 diffs)
-
NTREE/NT_cb.cxx (modified) (1 diff)
-
NTREE/NT_dbrepair.cxx (modified) (1 diff)
-
NTREE/NT_extern.cxx (modified) (1 diff)
-
NTREE/ad_ali.cxx (modified) (1 diff)
-
NTREE/ad_transpro.cxx (modified) (1 diff)
-
PARSIMONY/Makefile (modified) (2 diffs)
-
PARSIMONY/PARS_dtree.cxx (modified) (1 diff)
-
PARSIMONY/PARS_main.cxx (modified) (1 diff)
-
PRIMER_DESIGN/Makefile (modified) (1 diff)
-
PRIMER_DESIGN/primer_design.cxx (modified) (1 diff)
-
PROBE_DESIGN/Makefile (modified) (1 diff)
-
PROBE_DESIGN/probe_design.cxx (modified) (1 diff)
-
SECEDIT/Makefile (modified) (2 diffs)
-
SECEDIT/SEC_graphic.cxx (modified) (1 diff)
-
SECEDIT/SEC_main.cxx (modified) (1 diff)
-
SL/AW_NAME/AW_rename.cxx (modified) (1 diff)
-
SL/AW_NAME/Makefile (modified) (1 diff)
-
SL/DB_QUERY/Makefile (modified) (1 diff)
-
SL/DB_QUERY/db_query.cxx (modified) (1 diff)
-
SL/DB_UI/Makefile (modified) (1 diff)
-
SL/DB_UI/ui_species.cxx (modified) (1 diff)
-
SL/FAST_ALIGNER/Makefile (modified) (1 diff)
-
SL/FAST_ALIGNER/fast_aligner.cxx (modified) (1 diff)
-
SL/TREEDISP/Makefile (modified) (1 diff)
-
SL/TREEDISP/TreeDisplay.cxx (modified) (1 diff)
-
WINDOW/AW_button.cxx (modified) (1 diff)
-
WINDOW/AW_nawar.cxx (modified) (1 diff)
-
WINDOW/AW_status.cxx (modified) (1 diff)
-
WINDOW/Makefile (modified) (3 diffs)
-
WINDOW/aw_question.hxx (modified) (2 diffs)
-
WINDOW/aw_root.hxx (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ARB_GDE/GDE_event.cxx
r8254 r8355 5 5 #include <aw_window.hxx> 6 6 #include <aw_root.hxx> 7 #include <aw_question.hxx> 7 8 #include <aw_awar.hxx> 8 9 #include <aw_msg.hxx> -
trunk/ARB_GDE/Makefile
r7916 r8355 130 130 GDE_event.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx 131 131 GDE_event.o: $(ARBHOME)/INCLUDE/aw_msg.hxx 132 GDE_event.o: $(ARBHOME)/INCLUDE/aw_question.hxx 132 133 GDE_event.o: $(ARBHOME)/INCLUDE/aw_root.hxx 133 134 GDE_event.o: $(ARBHOME)/INCLUDE/aw_window.hxx -
trunk/AWT/AWT_asciiprint.cxx
r8309 r8355 14 14 #include <aw_window.hxx> 15 15 #include <aw_root.hxx> 16 #include <aw_question.hxx> 16 17 #include <aw_awar.hxx> 17 18 #include <aw_msg.hxx> -
trunk/AWT/AWT_config_manager.cxx
r8300 r8355 17 17 #include <aw_window.hxx> 18 18 #include <aw_root.hxx> 19 #include <aw_question.hxx> 19 20 #include <aw_awar.hxx> 20 21 #include <aw_msg.hxx> -
trunk/AWT/AWT_input_mask.cxx
r8309 r8355 21 21 #include <aw_file.hxx> 22 22 #include <aw_msg.hxx> 23 #include <aw_question.hxx> 23 24 24 25 #include <sys/stat.h> -
trunk/AWT/Makefile
r8103 r8355 49 49 AWT_asciiprint.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx 50 50 AWT_asciiprint.o: $(ARBHOME)/INCLUDE/aw_msg.hxx 51 AWT_asciiprint.o: $(ARBHOME)/INCLUDE/aw_question.hxx 51 52 AWT_asciiprint.o: $(ARBHOME)/INCLUDE/aw_root.hxx 52 53 AWT_asciiprint.o: $(ARBHOME)/INCLUDE/aw_window.hxx … … 146 147 AWT_config_manager.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx 147 148 AWT_config_manager.o: $(ARBHOME)/INCLUDE/aw_msg.hxx 149 AWT_config_manager.o: $(ARBHOME)/INCLUDE/aw_question.hxx 148 150 AWT_config_manager.o: $(ARBHOME)/INCLUDE/aw_root.hxx 149 151 AWT_config_manager.o: $(ARBHOME)/INCLUDE/aw_window.hxx … … 221 223 AWT_input_mask.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx 222 224 AWT_input_mask.o: $(ARBHOME)/INCLUDE/aw_msg.hxx 225 AWT_input_mask.o: $(ARBHOME)/INCLUDE/aw_question.hxx 223 226 AWT_input_mask.o: $(ARBHOME)/INCLUDE/aw_root.hxx 224 227 AWT_input_mask.o: $(ARBHOME)/INCLUDE/aw_window.hxx -
trunk/AWTI/AWTI_import.cxx
r8309 r8355 20 20 #include <aw_msg.hxx> 21 21 #include <aw_root.hxx> 22 #include <aw_question.hxx> 22 23 #include <GenomeImport.h> 23 24 #include <GEN.hxx> -
trunk/AWTI/Makefile
r8103 r8355 90 90 AWTI_import.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx 91 91 AWTI_import.o: $(ARBHOME)/INCLUDE/aw_msg.hxx 92 AWTI_import.o: $(ARBHOME)/INCLUDE/aw_question.hxx 92 93 AWTI_import.o: $(ARBHOME)/INCLUDE/AW_rename.hxx 93 94 AWTI_import.o: $(ARBHOME)/INCLUDE/aw_root.hxx -
trunk/EDIT4/ED4_base.cxx
r8309 r8355 5 5 #include <arb_progress.h> 6 6 #include <aw_root.hxx> 7 #include <aw_question.hxx> 7 8 8 9 #include <ed4_extern.hxx> -
trunk/EDIT4/ED4_edit_string.cxx
r7887 r8355 12 12 #include <aw_msg.hxx> 13 13 #include <aw_root.hxx> 14 #include <aw_question.hxx> 14 15 #include <aw_advice.hxx> 15 16 #include <cctype> -
trunk/EDIT4/ED4_members.cxx
r6867 r8355 11 11 #include "ed4_class.hxx" 12 12 #include <aw_msg.hxx> 13 #include <aw_ root.hxx>13 #include <aw_question.hxx> 14 14 #include <arbdb.h> 15 15 -
trunk/EDIT4/ED4_root.cxx
r8328 r8355 35 35 #include <arb_progress.h> 36 36 #include <aw_root.hxx> 37 #include <aw_question.hxx> 37 38 #include <aw_advice.hxx> 38 39 #include <arb_version.h> -
trunk/EDIT4/ED4_search.cxx
r8309 r8355 23 23 #include <aw_msg.hxx> 24 24 #include <aw_root.hxx> 25 #include <aw_question.hxx> 25 26 26 27 #include <arbdbt.h> -
trunk/EDIT4/ED4_terminal.cxx
r8309 r8355 21 21 #include <aw_msg.hxx> 22 22 #include <aw_root.hxx> 23 #include <aw_question.hxx> 23 24 #include <awt_seq_colors.hxx> 24 25 #include <st_window.hxx> -
trunk/EDIT4/ED4_visualizeSAI.cxx
r8313 r8355 21 21 #include <aw_msg.hxx> 22 22 #include <aw_root.hxx> 23 #include <aw_question.hxx> 23 24 #include <arbdbt.h> 24 25 #include <arb_strbuf.h> -
trunk/EDIT4/Makefile
r8103 r8355 86 86 ED4_base.o: $(ARBHOME)/INCLUDE/aw_position.hxx 87 87 ED4_base.o: $(ARBHOME)/INCLUDE/aw_preset.hxx 88 ED4_base.o: $(ARBHOME)/INCLUDE/aw_question.hxx 88 89 ED4_base.o: $(ARBHOME)/INCLUDE/aw_root.hxx 89 90 ED4_base.o: $(ARBHOME)/INCLUDE/aw_window.hxx … … 262 263 ED4_edit_string.o: $(ARBHOME)/INCLUDE/aw_msg.hxx 263 264 ED4_edit_string.o: $(ARBHOME)/INCLUDE/aw_position.hxx 265 ED4_edit_string.o: $(ARBHOME)/INCLUDE/aw_question.hxx 264 266 ED4_edit_string.o: $(ARBHOME)/INCLUDE/aw_root.hxx 265 267 ED4_edit_string.o: $(ARBHOME)/INCLUDE/aw_window.hxx … … 406 408 ED4_members.o: $(ARBHOME)/INCLUDE/aw_msg.hxx 407 409 ED4_members.o: $(ARBHOME)/INCLUDE/aw_position.hxx 408 ED4_members.o: $(ARBHOME)/INCLUDE/aw_ root.hxx410 ED4_members.o: $(ARBHOME)/INCLUDE/aw_question.hxx 409 411 ED4_members.o: $(ARBHOME)/INCLUDE/aw_window.hxx 410 412 ED4_members.o: $(ARBHOME)/INCLUDE/BI_basepos.hxx 411 ED4_members.o: $(ARBHOME)/INCLUDE/cb.h412 413 ED4_members.o: $(ARBHOME)/INCLUDE/dupstr.h 413 414 ED4_members.o: $(ARBHOME)/INCLUDE/smartptr.h … … 701 702 ED4_root.o: $(ARBHOME)/INCLUDE/aw_position.hxx 702 703 ED4_root.o: $(ARBHOME)/INCLUDE/aw_preset.hxx 704 ED4_root.o: $(ARBHOME)/INCLUDE/aw_question.hxx 703 705 ED4_root.o: $(ARBHOME)/INCLUDE/aw_root.hxx 704 706 ED4_root.o: $(ARBHOME)/INCLUDE/aw_window.hxx … … 746 748 ED4_search.o: $(ARBHOME)/INCLUDE/aw_msg.hxx 747 749 ED4_search.o: $(ARBHOME)/INCLUDE/aw_position.hxx 750 ED4_search.o: $(ARBHOME)/INCLUDE/aw_question.hxx 748 751 ED4_search.o: $(ARBHOME)/INCLUDE/aw_root.hxx 749 752 ED4_search.o: $(ARBHOME)/INCLUDE/aw_window.hxx … … 784 787 ED4_terminal.o: $(ARBHOME)/INCLUDE/aw_position.hxx 785 788 ED4_terminal.o: $(ARBHOME)/INCLUDE/aw_preset.hxx 789 ED4_terminal.o: $(ARBHOME)/INCLUDE/aw_question.hxx 786 790 ED4_terminal.o: $(ARBHOME)/INCLUDE/aw_root.hxx 787 791 ED4_terminal.o: $(ARBHOME)/INCLUDE/aw_window.hxx … … 903 907 ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/aw_position.hxx 904 908 ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/aw_preset.hxx 909 ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/aw_question.hxx 905 910 ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/aw_root.hxx 906 911 ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/aw_window.hxx -
trunk/GENOM/EXP_interface.cxx
r8309 r8355 24 24 #include <aw_detach.hxx> 25 25 #include <aw_msg.hxx> 26 #include <aw_question.hxx> 26 27 #include <arbdbt.h> 27 28 -
trunk/GENOM/GEN_interface.cxx
r8309 r8355 20 20 #include <aw_detach.hxx> 21 21 #include <aw_msg.hxx> 22 #include <aw_question.hxx> 22 23 #include <arbdbt.h> 23 24 #include <adGene.h> -
trunk/GENOM/Makefile
r8250 r8355 65 65 EXP_interface.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx 66 66 EXP_interface.o: $(ARBHOME)/INCLUDE/aw_msg.hxx 67 EXP_interface.o: $(ARBHOME)/INCLUDE/aw_question.hxx 67 68 EXP_interface.o: $(ARBHOME)/INCLUDE/aw_root.hxx 68 69 EXP_interface.o: $(ARBHOME)/INCLUDE/aw_select.hxx … … 196 197 GEN_interface.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx 197 198 GEN_interface.o: $(ARBHOME)/INCLUDE/aw_msg.hxx 199 GEN_interface.o: $(ARBHOME)/INCLUDE/aw_question.hxx 198 200 GEN_interface.o: $(ARBHOME)/INCLUDE/aw_root.hxx 199 201 GEN_interface.o: $(ARBHOME)/INCLUDE/aw_select.hxx -
trunk/MERGE/MG_alignment.cxx
r8309 r8355 13 13 #include <awt_sel_boxes.hxx> 14 14 #include <aw_root.hxx> 15 #include <aw_question.hxx> 15 16 #include <aw_awar.hxx> 16 17 #include <aw_msg.hxx> -
trunk/MERGE/MG_main.cxx
r8309 r8355 20 20 #include <aw_msg.hxx> 21 21 #include <aw_root.hxx> 22 #include <aw_question.hxx> 22 23 23 24 #include <arb_progress.h> -
trunk/MERGE/MG_species.cxx
r8313 r8355 20 20 #include <arb_progress.h> 21 21 #include <aw_root.hxx> 22 #include <aw_question.hxx> 22 23 #include <arb_str.h> 23 24 #include <arb_strbuf.h> -
trunk/MERGE/Makefile
r8103 r8355 86 86 MG_alignment.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx 87 87 MG_alignment.o: $(ARBHOME)/INCLUDE/aw_msg.hxx 88 MG_alignment.o: $(ARBHOME)/INCLUDE/aw_question.hxx 88 89 MG_alignment.o: $(ARBHOME)/INCLUDE/aw_root.hxx 89 90 MG_alignment.o: $(ARBHOME)/INCLUDE/aw_window.hxx … … 230 231 MG_main.o: $(ARBHOME)/INCLUDE/aw_msg.hxx 231 232 MG_main.o: $(ARBHOME)/INCLUDE/aw_preset.hxx 233 MG_main.o: $(ARBHOME)/INCLUDE/aw_question.hxx 232 234 MG_main.o: $(ARBHOME)/INCLUDE/AW_rename.hxx 233 235 MG_main.o: $(ARBHOME)/INCLUDE/aw_root.hxx … … 319 321 MG_species.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx 320 322 MG_species.o: $(ARBHOME)/INCLUDE/aw_msg.hxx 323 MG_species.o: $(ARBHOME)/INCLUDE/aw_question.hxx 321 324 MG_species.o: $(ARBHOME)/INCLUDE/AW_rename.hxx 322 325 MG_species.o: $(ARBHOME)/INCLUDE/aw_root.hxx -
trunk/NTREE/AP_cprofile.cxx
r8313 r8355 48 48 #include <arb_progress.h> 49 49 #include <aw_root.hxx> 50 #include <aw_question.hxx> 50 51 #include <aw_device.hxx> 51 52 -
trunk/NTREE/Makefile
r8313 r8355 83 83 ad_ali.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx 84 84 ad_ali.o: $(ARBHOME)/INCLUDE/aw_msg.hxx 85 ad_ali.o: $(ARBHOME)/INCLUDE/aw_question.hxx 85 86 ad_ali.o: $(ARBHOME)/INCLUDE/aw_root.hxx 86 87 ad_ali.o: $(ARBHOME)/INCLUDE/aw_window.hxx … … 187 188 ad_transpro.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx 188 189 ad_transpro.o: $(ARBHOME)/INCLUDE/aw_msg.hxx 190 ad_transpro.o: $(ARBHOME)/INCLUDE/aw_question.hxx 189 191 ad_transpro.o: $(ARBHOME)/INCLUDE/aw_root.hxx 190 192 ad_transpro.o: $(ARBHOME)/INCLUDE/aw_window.hxx … … 306 308 AP_cprofile.o: $(ARBHOME)/INCLUDE/aw_msg.hxx 307 309 AP_cprofile.o: $(ARBHOME)/INCLUDE/aw_position.hxx 310 AP_cprofile.o: $(ARBHOME)/INCLUDE/aw_question.hxx 308 311 AP_cprofile.o: $(ARBHOME)/INCLUDE/aw_root.hxx 309 312 AP_cprofile.o: $(ARBHOME)/INCLUDE/aw_window.hxx … … 397 400 NT_cb.o: $(ARBHOME)/INCLUDE/aw_msg.hxx 398 401 NT_cb.o: $(ARBHOME)/INCLUDE/aw_position.hxx 402 NT_cb.o: $(ARBHOME)/INCLUDE/aw_question.hxx 399 403 NT_cb.o: $(ARBHOME)/INCLUDE/aw_root.hxx 400 404 NT_cb.o: $(ARBHOME)/INCLUDE/aw_window.hxx … … 459 463 NT_dbrepair.o: $(ARBHOME)/INCLUDE/aw_color_groups.hxx 460 464 NT_dbrepair.o: $(ARBHOME)/INCLUDE/aw_msg.hxx 461 NT_dbrepair.o: $(ARBHOME)/INCLUDE/aw_root.hxx 462 NT_dbrepair.o: $(ARBHOME)/INCLUDE/cb.h 465 NT_dbrepair.o: $(ARBHOME)/INCLUDE/aw_question.hxx 463 466 NT_dbrepair.o: $(ARBHOME)/INCLUDE/dupstr.h 464 467 NT_dbrepair.o: $(ARBHOME)/INCLUDE/EXP.hxx … … 538 541 NT_extern.o: $(ARBHOME)/INCLUDE/aw_position.hxx 539 542 NT_extern.o: $(ARBHOME)/INCLUDE/aw_preset.hxx 543 NT_extern.o: $(ARBHOME)/INCLUDE/aw_question.hxx 540 544 NT_extern.o: $(ARBHOME)/INCLUDE/AW_rename.hxx 541 545 NT_extern.o: $(ARBHOME)/INCLUDE/aw_root.hxx -
trunk/NTREE/NT_cb.cxx
r8284 r8355 18 18 #include <aw_awars.hxx> 19 19 #include <aw_root.hxx> 20 #include <aw_question.hxx> 20 21 #include <aw_msg.hxx> 21 22 #include <arbdbt.h> -
trunk/NTREE/NT_dbrepair.cxx
r7806 r8355 21 21 #include <aw_msg.hxx> 22 22 #include <arb_progress.h> 23 #include <aw_ root.hxx>23 #include <aw_question.hxx> 24 24 25 25 #include <arb_str.h> -
trunk/NTREE/NT_extern.cxx
r8315 r8355 49 49 #include <arb_progress.h> 50 50 #include <aw_root.hxx> 51 #include <aw_question.hxx> 51 52 #include <arb_strbuf.h> 52 53 #include <arb_strarray.h> -
trunk/NTREE/ad_ali.cxx
r8313 r8355 12 12 #include <aw_window.hxx> 13 13 #include <aw_root.hxx> 14 #include <aw_question.hxx> 14 15 #include <aw_awar.hxx> 15 16 #include <aw_msg.hxx> -
trunk/NTREE/ad_transpro.cxx
r8313 r8355 18 18 #include <aw_window.hxx> 19 19 #include <aw_root.hxx> 20 #include <aw_question.hxx> 20 21 #include <aw_msg.hxx> 21 22 #include <arb_progress.h> -
trunk/PARSIMONY/Makefile
r7916 r8355 197 197 PARS_dtree.o: $(ARBHOME)/INCLUDE/aw_position.hxx 198 198 PARS_dtree.o: $(ARBHOME)/INCLUDE/aw_preset.hxx 199 PARS_dtree.o: $(ARBHOME)/INCLUDE/aw_question.hxx 199 200 PARS_dtree.o: $(ARBHOME)/INCLUDE/aw_root.hxx 200 201 PARS_dtree.o: $(ARBHOME)/INCLUDE/aw_window.hxx … … 255 256 PARS_main.o: $(ARBHOME)/INCLUDE/aw_position.hxx 256 257 PARS_main.o: $(ARBHOME)/INCLUDE/aw_preset.hxx 258 PARS_main.o: $(ARBHOME)/INCLUDE/aw_question.hxx 257 259 PARS_main.o: $(ARBHOME)/INCLUDE/aw_root.hxx 258 260 PARS_main.o: $(ARBHOME)/INCLUDE/aw_window.hxx -
trunk/PARSIMONY/PARS_dtree.cxx
r8309 r8355 29 29 #include <arb_progress.h> 30 30 #include <aw_root.hxx> 31 #include <aw_question.hxx> 31 32 32 33 AP_tree_nlen *PARS_global::get_root_node() { -
trunk/PARSIMONY/PARS_main.cxx
r8309 r8355 25 25 #include <arb_progress.h> 26 26 #include <aw_root.hxx> 27 #include <aw_question.hxx> 27 28 #include <gui_aliview.hxx> 28 29 -
trunk/PRIMER_DESIGN/Makefile
r7916 r8355 148 148 primer_design.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx 149 149 primer_design.o: $(ARBHOME)/INCLUDE/aw_msg.hxx 150 primer_design.o: $(ARBHOME)/INCLUDE/aw_question.hxx 150 151 primer_design.o: $(ARBHOME)/INCLUDE/aw_root.hxx 151 152 primer_design.o: $(ARBHOME)/INCLUDE/aw_window.hxx -
trunk/PRIMER_DESIGN/primer_design.cxx
r8309 r8355 24 24 #include <arb_progress.h> 25 25 #include <aw_root.hxx> 26 #include <aw_question.hxx> 26 27 27 28 #include <arbdbt.h> -
trunk/PROBE_DESIGN/Makefile
r8103 r8355 61 61 probe_design.o: $(ARBHOME)/INCLUDE/aw_position.hxx 62 62 probe_design.o: $(ARBHOME)/INCLUDE/aw_preset.hxx 63 probe_design.o: $(ARBHOME)/INCLUDE/aw_question.hxx 63 64 probe_design.o: $(ARBHOME)/INCLUDE/aw_root.hxx 64 65 probe_design.o: $(ARBHOME)/INCLUDE/aw_select.hxx -
trunk/PROBE_DESIGN/probe_design.cxx
r8313 r8355 30 30 #include <arb_progress.h> 31 31 #include <aw_root.hxx> 32 #include <aw_question.hxx> 32 33 #include <adGene.h> 33 34 #include <arb_strbuf.h> -
trunk/SECEDIT/Makefile
r8103 r8355 151 151 SEC_graphic.o: $(ARBHOME)/INCLUDE/aw_position.hxx 152 152 SEC_graphic.o: $(ARBHOME)/INCLUDE/aw_preset.hxx 153 SEC_graphic.o: $(ARBHOME)/INCLUDE/aw_question.hxx 153 154 SEC_graphic.o: $(ARBHOME)/INCLUDE/aw_root.hxx 154 155 SEC_graphic.o: $(ARBHOME)/INCLUDE/aw_window.hxx … … 270 271 SEC_main.o: $(ARBHOME)/INCLUDE/aw_position.hxx 271 272 SEC_main.o: $(ARBHOME)/INCLUDE/aw_preset.hxx 273 SEC_main.o: $(ARBHOME)/INCLUDE/aw_question.hxx 272 274 SEC_main.o: $(ARBHOME)/INCLUDE/aw_root.hxx 273 275 SEC_main.o: $(ARBHOME)/INCLUDE/aw_window.hxx -
trunk/SECEDIT/SEC_graphic.cxx
r8309 r8355 21 21 #include <aw_msg.hxx> 22 22 #include <aw_root.hxx> 23 #include <aw_question.hxx> 23 24 #include <arbdbt.h> 24 25 -
trunk/SECEDIT/SEC_main.cxx
r8309 r8355 22 22 #include <aw_msg.hxx> 23 23 #include <aw_root.hxx> 24 #include <aw_question.hxx> 24 25 25 26 #include <arb_file.h> -
trunk/SL/AW_NAME/AW_rename.cxx
r8309 r8355 14 14 #include <aw_window.hxx> 15 15 #include <aw_root.hxx> 16 #include <aw_question.hxx> 16 17 #include <aw_msg.hxx> 17 18 #include <arb_progress.h> -
trunk/SL/AW_NAME/Makefile
r8103 r8355 88 88 AW_rename.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx 89 89 AW_rename.o: $(ARBHOME)/INCLUDE/aw_msg.hxx 90 AW_rename.o: $(ARBHOME)/INCLUDE/aw_question.hxx 90 91 AW_rename.o: $(ARBHOME)/INCLUDE/aw_root.hxx 91 92 AW_rename.o: $(ARBHOME)/INCLUDE/aw_window.hxx -
trunk/SL/DB_QUERY/Makefile
r7916 r8355 55 55 db_query.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx 56 56 db_query.o: $(ARBHOME)/INCLUDE/aw_msg.hxx 57 db_query.o: $(ARBHOME)/INCLUDE/aw_question.hxx 57 58 db_query.o: $(ARBHOME)/INCLUDE/aw_root.hxx 58 59 db_query.o: $(ARBHOME)/INCLUDE/aw_select.hxx -
trunk/SL/DB_QUERY/db_query.cxx
r7916 r8355 22 22 #include <arb_progress.h> 23 23 #include <aw_root.hxx> 24 #include <aw_question.hxx> 24 25 25 26 #include <arb_strbuf.h> -
trunk/SL/DB_UI/Makefile
r7916 r8355 53 53 ui_species.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx 54 54 ui_species.o: $(ARBHOME)/INCLUDE/aw_msg.hxx 55 ui_species.o: $(ARBHOME)/INCLUDE/aw_question.hxx 55 56 ui_species.o: $(ARBHOME)/INCLUDE/AW_rename.hxx 56 57 ui_species.o: $(ARBHOME)/INCLUDE/aw_root.hxx -
trunk/SL/DB_UI/ui_species.cxx
r7916 r8355 23 23 #include <aw_detach.hxx> 24 24 #include <aw_msg.hxx> 25 #include <aw_question.hxx> 25 26 #include <algorithm> 26 27 #include <arb_progress.h> -
trunk/SL/FAST_ALIGNER/Makefile
r7916 r8355 75 75 fast_aligner.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx 76 76 fast_aligner.o: $(ARBHOME)/INCLUDE/aw_msg.hxx 77 fast_aligner.o: $(ARBHOME)/INCLUDE/aw_question.hxx 77 78 fast_aligner.o: $(ARBHOME)/INCLUDE/aw_root.hxx 78 79 fast_aligner.o: $(ARBHOME)/INCLUDE/aw_window.hxx -
trunk/SL/FAST_ALIGNER/fast_aligner.cxx
r8309 r8355 23 23 #include <aw_awars.hxx> 24 24 #include <aw_root.hxx> 25 #include <aw_question.hxx> 25 26 26 27 #include <arbdbt.h> -
trunk/SL/TREEDISP/Makefile
r7916 r8355 141 141 TreeDisplay.o: $(ARBHOME)/INCLUDE/aw_position.hxx 142 142 TreeDisplay.o: $(ARBHOME)/INCLUDE/aw_preset.hxx 143 TreeDisplay.o: $(ARBHOME)/INCLUDE/aw_question.hxx 143 144 TreeDisplay.o: $(ARBHOME)/INCLUDE/aw_root.hxx 144 145 TreeDisplay.o: $(ARBHOME)/INCLUDE/aw_window.hxx -
trunk/SL/TREEDISP/TreeDisplay.cxx
r8309 r8355 16 16 #include <aw_msg.hxx> 17 17 #include <aw_root.hxx> 18 #include <aw_question.hxx> 18 19 19 20 #include <awt_attributes.hxx> -
trunk/WINDOW/AW_button.cxx
r8309 r8355 17 17 #include "aw_msg.hxx" 18 18 #include "aw_root.hxx" 19 #include "aw_question.hxx" 19 20 20 21 #include <arb_str.h> -
trunk/WINDOW/AW_nawar.cxx
r8309 r8355 13 13 #include "aw_detach.hxx" 14 14 #include "aw_msg.hxx" 15 #include "aw_question.hxx" 15 16 #include <arbdb.h> 16 17 #include <arb_file.h> -
trunk/WINDOW/AW_status.cxx
r8309 r8355 10 10 11 11 #include <aw_root.hxx> 12 #include <aw_question.hxx> 12 13 #include <aw_awars.hxx> 13 14 #include <aw_window.hxx> -
trunk/WINDOW/Makefile
r8103 r8355 114 114 AW_button.o: aw_nawar.hxx 115 115 AW_button.o: aw_position.hxx 116 AW_button.o: aw_question.hxx 116 117 AW_button.o: aw_root.hxx 117 118 AW_button.o: aw_scalar.hxx … … 348 349 AW_nawar.o: aw_msg.hxx 349 350 AW_nawar.o: aw_nawar.hxx 351 AW_nawar.o: aw_question.hxx 350 352 AW_nawar.o: aw_root.hxx 351 353 AW_nawar.o: $(ARBHOME)/INCLUDE/ad_prot.h … … 495 497 AW_status.o: aw_keysym.hxx 496 498 AW_status.o: aw_msg.hxx 499 AW_status.o: aw_question.hxx 497 500 AW_status.o: aw_root.hxx 498 501 AW_status.o: aw_status.hxx -
trunk/WINDOW/aw_question.hxx
r7623 r8355 22 22 #include <arbtools.h> 23 23 #endif 24 #ifndef ATTRIBUTES_H 25 #include <attributes.h> 26 #endif 27 #ifndef _GLIBCXX_CSTDLIB 28 #include <cstdlib> 29 #endif 24 30 25 // for simple questions use : int aw_message(const char *msg, const char *buttons)31 // for simple questions use: int aw_question(const char *msg, const char *buttons, ...) 26 32 // 27 33 // if you ask the same question in a loop, it is recommended to use AW_repeated_question … … 58 64 }; 59 65 66 int aw_question (const char *msg, const char *buttons, bool fixedSizeButtons = true, const char *helpfile = 0); 67 bool aw_ask_sure (const char *msg, bool fixedSizeButtons = true, const char *helpfile = 0); 68 void aw_popup_ok (const char *msg, bool fixedSizeButtons = true, const char *helpfile = 0); 69 void aw_popup_exit(const char *msg, bool fixedSizeButtons = true, const char *helpfile = 0) __ATTR__NORETURN; 60 70 61 71 #else -
trunk/WINDOW/aw_root.hxx
r8309 r8355 30 30 31 31 typedef char *AW_error; 32 33 int aw_question (const char *msg, const char *buttons, bool fixedSizeButtons = true, const char *helpfile = 0);34 bool aw_ask_sure (const char *msg, bool fixedSizeButtons = true, const char *helpfile = 0);35 void aw_popup_ok (const char *msg, bool fixedSizeButtons = true, const char *helpfile = 0);36 void aw_popup_exit(const char *msg, bool fixedSizeButtons = true, const char *helpfile = 0) __ATTR__NORETURN;37 32 38 33 // asynchronous messages:
