Changeset 8355

Show
Ignore:
Timestamp:
02/02/12 18:04:04 (4 months ago)
Author:
westram
Message:
  • moved aw_question() and relatives into aw_question.hxx
Location:
trunk
Files:
56 modified

Legend:

Unmodified
Added
Removed
  • trunk/ARB_GDE/GDE_event.cxx

    r8254 r8355  
    55#include <aw_window.hxx> 
    66#include <aw_root.hxx> 
     7#include <aw_question.hxx> 
    78#include <aw_awar.hxx> 
    89#include <aw_msg.hxx> 
  • trunk/ARB_GDE/Makefile

    r7916 r8355  
    130130GDE_event.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx 
    131131GDE_event.o: $(ARBHOME)/INCLUDE/aw_msg.hxx 
     132GDE_event.o: $(ARBHOME)/INCLUDE/aw_question.hxx 
    132133GDE_event.o: $(ARBHOME)/INCLUDE/aw_root.hxx 
    133134GDE_event.o: $(ARBHOME)/INCLUDE/aw_window.hxx 
  • trunk/AWT/AWT_asciiprint.cxx

    r8309 r8355  
    1414#include <aw_window.hxx> 
    1515#include <aw_root.hxx> 
     16#include <aw_question.hxx> 
    1617#include <aw_awar.hxx> 
    1718#include <aw_msg.hxx> 
  • trunk/AWT/AWT_config_manager.cxx

    r8300 r8355  
    1717#include <aw_window.hxx> 
    1818#include <aw_root.hxx> 
     19#include <aw_question.hxx> 
    1920#include <aw_awar.hxx> 
    2021#include <aw_msg.hxx> 
  • trunk/AWT/AWT_input_mask.cxx

    r8309 r8355  
    2121#include <aw_file.hxx> 
    2222#include <aw_msg.hxx> 
     23#include <aw_question.hxx> 
    2324 
    2425#include <sys/stat.h> 
  • trunk/AWT/Makefile

    r8103 r8355  
    4949AWT_asciiprint.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx 
    5050AWT_asciiprint.o: $(ARBHOME)/INCLUDE/aw_msg.hxx 
     51AWT_asciiprint.o: $(ARBHOME)/INCLUDE/aw_question.hxx 
    5152AWT_asciiprint.o: $(ARBHOME)/INCLUDE/aw_root.hxx 
    5253AWT_asciiprint.o: $(ARBHOME)/INCLUDE/aw_window.hxx 
     
    146147AWT_config_manager.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx 
    147148AWT_config_manager.o: $(ARBHOME)/INCLUDE/aw_msg.hxx 
     149AWT_config_manager.o: $(ARBHOME)/INCLUDE/aw_question.hxx 
    148150AWT_config_manager.o: $(ARBHOME)/INCLUDE/aw_root.hxx 
    149151AWT_config_manager.o: $(ARBHOME)/INCLUDE/aw_window.hxx 
     
    221223AWT_input_mask.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx 
    222224AWT_input_mask.o: $(ARBHOME)/INCLUDE/aw_msg.hxx 
     225AWT_input_mask.o: $(ARBHOME)/INCLUDE/aw_question.hxx 
    223226AWT_input_mask.o: $(ARBHOME)/INCLUDE/aw_root.hxx 
    224227AWT_input_mask.o: $(ARBHOME)/INCLUDE/aw_window.hxx 
  • trunk/AWTI/AWTI_import.cxx

    r8309 r8355  
    2020#include <aw_msg.hxx> 
    2121#include <aw_root.hxx> 
     22#include <aw_question.hxx> 
    2223#include <GenomeImport.h> 
    2324#include <GEN.hxx> 
  • trunk/AWTI/Makefile

    r8103 r8355  
    9090AWTI_import.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx 
    9191AWTI_import.o: $(ARBHOME)/INCLUDE/aw_msg.hxx 
     92AWTI_import.o: $(ARBHOME)/INCLUDE/aw_question.hxx 
    9293AWTI_import.o: $(ARBHOME)/INCLUDE/AW_rename.hxx 
    9394AWTI_import.o: $(ARBHOME)/INCLUDE/aw_root.hxx 
  • trunk/EDIT4/ED4_base.cxx

    r8309 r8355  
    55#include <arb_progress.h> 
    66#include <aw_root.hxx> 
     7#include <aw_question.hxx> 
    78 
    89#include <ed4_extern.hxx> 
  • trunk/EDIT4/ED4_edit_string.cxx

    r7887 r8355  
    1212#include <aw_msg.hxx> 
    1313#include <aw_root.hxx> 
     14#include <aw_question.hxx> 
    1415#include <aw_advice.hxx> 
    1516#include <cctype> 
  • trunk/EDIT4/ED4_members.cxx

    r6867 r8355  
    1111#include "ed4_class.hxx" 
    1212#include <aw_msg.hxx> 
    13 #include <aw_root.hxx> 
     13#include <aw_question.hxx> 
    1414#include <arbdb.h> 
    1515 
  • trunk/EDIT4/ED4_root.cxx

    r8328 r8355  
    3535#include <arb_progress.h> 
    3636#include <aw_root.hxx> 
     37#include <aw_question.hxx> 
    3738#include <aw_advice.hxx> 
    3839#include <arb_version.h> 
  • trunk/EDIT4/ED4_search.cxx

    r8309 r8355  
    2323#include <aw_msg.hxx> 
    2424#include <aw_root.hxx> 
     25#include <aw_question.hxx> 
    2526 
    2627#include <arbdbt.h> 
  • trunk/EDIT4/ED4_terminal.cxx

    r8309 r8355  
    2121#include <aw_msg.hxx> 
    2222#include <aw_root.hxx> 
     23#include <aw_question.hxx> 
    2324#include <awt_seq_colors.hxx> 
    2425#include <st_window.hxx> 
  • trunk/EDIT4/ED4_visualizeSAI.cxx

    r8313 r8355  
    2121#include <aw_msg.hxx> 
    2222#include <aw_root.hxx> 
     23#include <aw_question.hxx> 
    2324#include <arbdbt.h> 
    2425#include <arb_strbuf.h> 
  • trunk/EDIT4/Makefile

    r8103 r8355  
    8686ED4_base.o: $(ARBHOME)/INCLUDE/aw_position.hxx 
    8787ED4_base.o: $(ARBHOME)/INCLUDE/aw_preset.hxx 
     88ED4_base.o: $(ARBHOME)/INCLUDE/aw_question.hxx 
    8889ED4_base.o: $(ARBHOME)/INCLUDE/aw_root.hxx 
    8990ED4_base.o: $(ARBHOME)/INCLUDE/aw_window.hxx 
     
    262263ED4_edit_string.o: $(ARBHOME)/INCLUDE/aw_msg.hxx 
    263264ED4_edit_string.o: $(ARBHOME)/INCLUDE/aw_position.hxx 
     265ED4_edit_string.o: $(ARBHOME)/INCLUDE/aw_question.hxx 
    264266ED4_edit_string.o: $(ARBHOME)/INCLUDE/aw_root.hxx 
    265267ED4_edit_string.o: $(ARBHOME)/INCLUDE/aw_window.hxx 
     
    406408ED4_members.o: $(ARBHOME)/INCLUDE/aw_msg.hxx 
    407409ED4_members.o: $(ARBHOME)/INCLUDE/aw_position.hxx 
    408 ED4_members.o: $(ARBHOME)/INCLUDE/aw_root.hxx 
     410ED4_members.o: $(ARBHOME)/INCLUDE/aw_question.hxx 
    409411ED4_members.o: $(ARBHOME)/INCLUDE/aw_window.hxx 
    410412ED4_members.o: $(ARBHOME)/INCLUDE/BI_basepos.hxx 
    411 ED4_members.o: $(ARBHOME)/INCLUDE/cb.h 
    412413ED4_members.o: $(ARBHOME)/INCLUDE/dupstr.h 
    413414ED4_members.o: $(ARBHOME)/INCLUDE/smartptr.h 
     
    701702ED4_root.o: $(ARBHOME)/INCLUDE/aw_position.hxx 
    702703ED4_root.o: $(ARBHOME)/INCLUDE/aw_preset.hxx 
     704ED4_root.o: $(ARBHOME)/INCLUDE/aw_question.hxx 
    703705ED4_root.o: $(ARBHOME)/INCLUDE/aw_root.hxx 
    704706ED4_root.o: $(ARBHOME)/INCLUDE/aw_window.hxx 
     
    746748ED4_search.o: $(ARBHOME)/INCLUDE/aw_msg.hxx 
    747749ED4_search.o: $(ARBHOME)/INCLUDE/aw_position.hxx 
     750ED4_search.o: $(ARBHOME)/INCLUDE/aw_question.hxx 
    748751ED4_search.o: $(ARBHOME)/INCLUDE/aw_root.hxx 
    749752ED4_search.o: $(ARBHOME)/INCLUDE/aw_window.hxx 
     
    784787ED4_terminal.o: $(ARBHOME)/INCLUDE/aw_position.hxx 
    785788ED4_terminal.o: $(ARBHOME)/INCLUDE/aw_preset.hxx 
     789ED4_terminal.o: $(ARBHOME)/INCLUDE/aw_question.hxx 
    786790ED4_terminal.o: $(ARBHOME)/INCLUDE/aw_root.hxx 
    787791ED4_terminal.o: $(ARBHOME)/INCLUDE/aw_window.hxx 
     
    903907ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/aw_position.hxx 
    904908ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/aw_preset.hxx 
     909ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/aw_question.hxx 
    905910ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/aw_root.hxx 
    906911ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/aw_window.hxx 
  • trunk/GENOM/EXP_interface.cxx

    r8309 r8355  
    2424#include <aw_detach.hxx> 
    2525#include <aw_msg.hxx> 
     26#include <aw_question.hxx> 
    2627#include <arbdbt.h> 
    2728 
  • trunk/GENOM/GEN_interface.cxx

    r8309 r8355  
    2020#include <aw_detach.hxx> 
    2121#include <aw_msg.hxx> 
     22#include <aw_question.hxx> 
    2223#include <arbdbt.h> 
    2324#include <adGene.h> 
  • trunk/GENOM/Makefile

    r8250 r8355  
    6565EXP_interface.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx 
    6666EXP_interface.o: $(ARBHOME)/INCLUDE/aw_msg.hxx 
     67EXP_interface.o: $(ARBHOME)/INCLUDE/aw_question.hxx 
    6768EXP_interface.o: $(ARBHOME)/INCLUDE/aw_root.hxx 
    6869EXP_interface.o: $(ARBHOME)/INCLUDE/aw_select.hxx 
     
    196197GEN_interface.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx 
    197198GEN_interface.o: $(ARBHOME)/INCLUDE/aw_msg.hxx 
     199GEN_interface.o: $(ARBHOME)/INCLUDE/aw_question.hxx 
    198200GEN_interface.o: $(ARBHOME)/INCLUDE/aw_root.hxx 
    199201GEN_interface.o: $(ARBHOME)/INCLUDE/aw_select.hxx 
  • trunk/MERGE/MG_alignment.cxx

    r8309 r8355  
    1313#include <awt_sel_boxes.hxx> 
    1414#include <aw_root.hxx> 
     15#include <aw_question.hxx> 
    1516#include <aw_awar.hxx> 
    1617#include <aw_msg.hxx> 
  • trunk/MERGE/MG_main.cxx

    r8309 r8355  
    2020#include <aw_msg.hxx> 
    2121#include <aw_root.hxx> 
     22#include <aw_question.hxx> 
    2223 
    2324#include <arb_progress.h> 
  • trunk/MERGE/MG_species.cxx

    r8313 r8355  
    2020#include <arb_progress.h> 
    2121#include <aw_root.hxx> 
     22#include <aw_question.hxx> 
    2223#include <arb_str.h> 
    2324#include <arb_strbuf.h> 
  • trunk/MERGE/Makefile

    r8103 r8355  
    8686MG_alignment.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx 
    8787MG_alignment.o: $(ARBHOME)/INCLUDE/aw_msg.hxx 
     88MG_alignment.o: $(ARBHOME)/INCLUDE/aw_question.hxx 
    8889MG_alignment.o: $(ARBHOME)/INCLUDE/aw_root.hxx 
    8990MG_alignment.o: $(ARBHOME)/INCLUDE/aw_window.hxx 
     
    230231MG_main.o: $(ARBHOME)/INCLUDE/aw_msg.hxx 
    231232MG_main.o: $(ARBHOME)/INCLUDE/aw_preset.hxx 
     233MG_main.o: $(ARBHOME)/INCLUDE/aw_question.hxx 
    232234MG_main.o: $(ARBHOME)/INCLUDE/AW_rename.hxx 
    233235MG_main.o: $(ARBHOME)/INCLUDE/aw_root.hxx 
     
    319321MG_species.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx 
    320322MG_species.o: $(ARBHOME)/INCLUDE/aw_msg.hxx 
     323MG_species.o: $(ARBHOME)/INCLUDE/aw_question.hxx 
    321324MG_species.o: $(ARBHOME)/INCLUDE/AW_rename.hxx 
    322325MG_species.o: $(ARBHOME)/INCLUDE/aw_root.hxx 
  • trunk/NTREE/AP_cprofile.cxx

    r8313 r8355  
    4848#include <arb_progress.h> 
    4949#include <aw_root.hxx> 
     50#include <aw_question.hxx> 
    5051#include <aw_device.hxx> 
    5152 
  • trunk/NTREE/Makefile

    r8313 r8355  
    8383ad_ali.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx 
    8484ad_ali.o: $(ARBHOME)/INCLUDE/aw_msg.hxx 
     85ad_ali.o: $(ARBHOME)/INCLUDE/aw_question.hxx 
    8586ad_ali.o: $(ARBHOME)/INCLUDE/aw_root.hxx 
    8687ad_ali.o: $(ARBHOME)/INCLUDE/aw_window.hxx 
     
    187188ad_transpro.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx 
    188189ad_transpro.o: $(ARBHOME)/INCLUDE/aw_msg.hxx 
     190ad_transpro.o: $(ARBHOME)/INCLUDE/aw_question.hxx 
    189191ad_transpro.o: $(ARBHOME)/INCLUDE/aw_root.hxx 
    190192ad_transpro.o: $(ARBHOME)/INCLUDE/aw_window.hxx 
     
    306308AP_cprofile.o: $(ARBHOME)/INCLUDE/aw_msg.hxx 
    307309AP_cprofile.o: $(ARBHOME)/INCLUDE/aw_position.hxx 
     310AP_cprofile.o: $(ARBHOME)/INCLUDE/aw_question.hxx 
    308311AP_cprofile.o: $(ARBHOME)/INCLUDE/aw_root.hxx 
    309312AP_cprofile.o: $(ARBHOME)/INCLUDE/aw_window.hxx 
     
    397400NT_cb.o: $(ARBHOME)/INCLUDE/aw_msg.hxx 
    398401NT_cb.o: $(ARBHOME)/INCLUDE/aw_position.hxx 
     402NT_cb.o: $(ARBHOME)/INCLUDE/aw_question.hxx 
    399403NT_cb.o: $(ARBHOME)/INCLUDE/aw_root.hxx 
    400404NT_cb.o: $(ARBHOME)/INCLUDE/aw_window.hxx 
     
    459463NT_dbrepair.o: $(ARBHOME)/INCLUDE/aw_color_groups.hxx 
    460464NT_dbrepair.o: $(ARBHOME)/INCLUDE/aw_msg.hxx 
    461 NT_dbrepair.o: $(ARBHOME)/INCLUDE/aw_root.hxx 
    462 NT_dbrepair.o: $(ARBHOME)/INCLUDE/cb.h 
     465NT_dbrepair.o: $(ARBHOME)/INCLUDE/aw_question.hxx 
    463466NT_dbrepair.o: $(ARBHOME)/INCLUDE/dupstr.h 
    464467NT_dbrepair.o: $(ARBHOME)/INCLUDE/EXP.hxx 
     
    538541NT_extern.o: $(ARBHOME)/INCLUDE/aw_position.hxx 
    539542NT_extern.o: $(ARBHOME)/INCLUDE/aw_preset.hxx 
     543NT_extern.o: $(ARBHOME)/INCLUDE/aw_question.hxx 
    540544NT_extern.o: $(ARBHOME)/INCLUDE/AW_rename.hxx 
    541545NT_extern.o: $(ARBHOME)/INCLUDE/aw_root.hxx 
  • trunk/NTREE/NT_cb.cxx

    r8284 r8355  
    1818#include <aw_awars.hxx> 
    1919#include <aw_root.hxx> 
     20#include <aw_question.hxx> 
    2021#include <aw_msg.hxx> 
    2122#include <arbdbt.h> 
  • trunk/NTREE/NT_dbrepair.cxx

    r7806 r8355  
    2121#include <aw_msg.hxx> 
    2222#include <arb_progress.h> 
    23 #include <aw_root.hxx> 
     23#include <aw_question.hxx> 
    2424 
    2525#include <arb_str.h> 
  • trunk/NTREE/NT_extern.cxx

    r8315 r8355  
    4949#include <arb_progress.h> 
    5050#include <aw_root.hxx> 
     51#include <aw_question.hxx> 
    5152#include <arb_strbuf.h> 
    5253#include <arb_strarray.h> 
  • trunk/NTREE/ad_ali.cxx

    r8313 r8355  
    1212#include <aw_window.hxx> 
    1313#include <aw_root.hxx> 
     14#include <aw_question.hxx> 
    1415#include <aw_awar.hxx> 
    1516#include <aw_msg.hxx> 
  • trunk/NTREE/ad_transpro.cxx

    r8313 r8355  
    1818#include <aw_window.hxx> 
    1919#include <aw_root.hxx> 
     20#include <aw_question.hxx> 
    2021#include <aw_msg.hxx> 
    2122#include <arb_progress.h> 
  • trunk/PARSIMONY/Makefile

    r7916 r8355  
    197197PARS_dtree.o: $(ARBHOME)/INCLUDE/aw_position.hxx 
    198198PARS_dtree.o: $(ARBHOME)/INCLUDE/aw_preset.hxx 
     199PARS_dtree.o: $(ARBHOME)/INCLUDE/aw_question.hxx 
    199200PARS_dtree.o: $(ARBHOME)/INCLUDE/aw_root.hxx 
    200201PARS_dtree.o: $(ARBHOME)/INCLUDE/aw_window.hxx 
     
    255256PARS_main.o: $(ARBHOME)/INCLUDE/aw_position.hxx 
    256257PARS_main.o: $(ARBHOME)/INCLUDE/aw_preset.hxx 
     258PARS_main.o: $(ARBHOME)/INCLUDE/aw_question.hxx 
    257259PARS_main.o: $(ARBHOME)/INCLUDE/aw_root.hxx 
    258260PARS_main.o: $(ARBHOME)/INCLUDE/aw_window.hxx 
  • trunk/PARSIMONY/PARS_dtree.cxx

    r8309 r8355  
    2929#include <arb_progress.h> 
    3030#include <aw_root.hxx> 
     31#include <aw_question.hxx> 
    3132 
    3233AP_tree_nlen *PARS_global::get_root_node() { 
  • trunk/PARSIMONY/PARS_main.cxx

    r8309 r8355  
    2525#include <arb_progress.h> 
    2626#include <aw_root.hxx> 
     27#include <aw_question.hxx> 
    2728#include <gui_aliview.hxx> 
    2829 
  • trunk/PRIMER_DESIGN/Makefile

    r7916 r8355  
    148148primer_design.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx 
    149149primer_design.o: $(ARBHOME)/INCLUDE/aw_msg.hxx 
     150primer_design.o: $(ARBHOME)/INCLUDE/aw_question.hxx 
    150151primer_design.o: $(ARBHOME)/INCLUDE/aw_root.hxx 
    151152primer_design.o: $(ARBHOME)/INCLUDE/aw_window.hxx 
  • trunk/PRIMER_DESIGN/primer_design.cxx

    r8309 r8355  
    2424#include <arb_progress.h> 
    2525#include <aw_root.hxx> 
     26#include <aw_question.hxx> 
    2627 
    2728#include <arbdbt.h> 
  • trunk/PROBE_DESIGN/Makefile

    r8103 r8355  
    6161probe_design.o: $(ARBHOME)/INCLUDE/aw_position.hxx 
    6262probe_design.o: $(ARBHOME)/INCLUDE/aw_preset.hxx 
     63probe_design.o: $(ARBHOME)/INCLUDE/aw_question.hxx 
    6364probe_design.o: $(ARBHOME)/INCLUDE/aw_root.hxx 
    6465probe_design.o: $(ARBHOME)/INCLUDE/aw_select.hxx 
  • trunk/PROBE_DESIGN/probe_design.cxx

    r8313 r8355  
    3030#include <arb_progress.h> 
    3131#include <aw_root.hxx> 
     32#include <aw_question.hxx> 
    3233#include <adGene.h> 
    3334#include <arb_strbuf.h> 
  • trunk/SECEDIT/Makefile

    r8103 r8355  
    151151SEC_graphic.o: $(ARBHOME)/INCLUDE/aw_position.hxx 
    152152SEC_graphic.o: $(ARBHOME)/INCLUDE/aw_preset.hxx 
     153SEC_graphic.o: $(ARBHOME)/INCLUDE/aw_question.hxx 
    153154SEC_graphic.o: $(ARBHOME)/INCLUDE/aw_root.hxx 
    154155SEC_graphic.o: $(ARBHOME)/INCLUDE/aw_window.hxx 
     
    270271SEC_main.o: $(ARBHOME)/INCLUDE/aw_position.hxx 
    271272SEC_main.o: $(ARBHOME)/INCLUDE/aw_preset.hxx 
     273SEC_main.o: $(ARBHOME)/INCLUDE/aw_question.hxx 
    272274SEC_main.o: $(ARBHOME)/INCLUDE/aw_root.hxx 
    273275SEC_main.o: $(ARBHOME)/INCLUDE/aw_window.hxx 
  • trunk/SECEDIT/SEC_graphic.cxx

    r8309 r8355  
    2121#include <aw_msg.hxx> 
    2222#include <aw_root.hxx> 
     23#include <aw_question.hxx> 
    2324#include <arbdbt.h> 
    2425 
  • trunk/SECEDIT/SEC_main.cxx

    r8309 r8355  
    2222#include <aw_msg.hxx> 
    2323#include <aw_root.hxx> 
     24#include <aw_question.hxx> 
    2425 
    2526#include <arb_file.h> 
  • trunk/SL/AW_NAME/AW_rename.cxx

    r8309 r8355  
    1414#include <aw_window.hxx> 
    1515#include <aw_root.hxx> 
     16#include <aw_question.hxx> 
    1617#include <aw_msg.hxx> 
    1718#include <arb_progress.h> 
  • trunk/SL/AW_NAME/Makefile

    r8103 r8355  
    8888AW_rename.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx 
    8989AW_rename.o: $(ARBHOME)/INCLUDE/aw_msg.hxx 
     90AW_rename.o: $(ARBHOME)/INCLUDE/aw_question.hxx 
    9091AW_rename.o: $(ARBHOME)/INCLUDE/aw_root.hxx 
    9192AW_rename.o: $(ARBHOME)/INCLUDE/aw_window.hxx 
  • trunk/SL/DB_QUERY/Makefile

    r7916 r8355  
    5555db_query.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx 
    5656db_query.o: $(ARBHOME)/INCLUDE/aw_msg.hxx 
     57db_query.o: $(ARBHOME)/INCLUDE/aw_question.hxx 
    5758db_query.o: $(ARBHOME)/INCLUDE/aw_root.hxx 
    5859db_query.o: $(ARBHOME)/INCLUDE/aw_select.hxx 
  • trunk/SL/DB_QUERY/db_query.cxx

    r7916 r8355  
    2222#include <arb_progress.h> 
    2323#include <aw_root.hxx> 
     24#include <aw_question.hxx> 
    2425 
    2526#include <arb_strbuf.h> 
  • trunk/SL/DB_UI/Makefile

    r7916 r8355  
    5353ui_species.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx 
    5454ui_species.o: $(ARBHOME)/INCLUDE/aw_msg.hxx 
     55ui_species.o: $(ARBHOME)/INCLUDE/aw_question.hxx 
    5556ui_species.o: $(ARBHOME)/INCLUDE/AW_rename.hxx 
    5657ui_species.o: $(ARBHOME)/INCLUDE/aw_root.hxx 
  • trunk/SL/DB_UI/ui_species.cxx

    r7916 r8355  
    2323#include <aw_detach.hxx> 
    2424#include <aw_msg.hxx> 
     25#include <aw_question.hxx> 
    2526#include <algorithm> 
    2627#include <arb_progress.h> 
  • trunk/SL/FAST_ALIGNER/Makefile

    r7916 r8355  
    7575fast_aligner.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx 
    7676fast_aligner.o: $(ARBHOME)/INCLUDE/aw_msg.hxx 
     77fast_aligner.o: $(ARBHOME)/INCLUDE/aw_question.hxx 
    7778fast_aligner.o: $(ARBHOME)/INCLUDE/aw_root.hxx 
    7879fast_aligner.o: $(ARBHOME)/INCLUDE/aw_window.hxx 
  • trunk/SL/FAST_ALIGNER/fast_aligner.cxx

    r8309 r8355  
    2323#include <aw_awars.hxx> 
    2424#include <aw_root.hxx> 
     25#include <aw_question.hxx> 
    2526 
    2627#include <arbdbt.h> 
  • trunk/SL/TREEDISP/Makefile

    r7916 r8355  
    141141TreeDisplay.o: $(ARBHOME)/INCLUDE/aw_position.hxx 
    142142TreeDisplay.o: $(ARBHOME)/INCLUDE/aw_preset.hxx 
     143TreeDisplay.o: $(ARBHOME)/INCLUDE/aw_question.hxx 
    143144TreeDisplay.o: $(ARBHOME)/INCLUDE/aw_root.hxx 
    144145TreeDisplay.o: $(ARBHOME)/INCLUDE/aw_window.hxx 
  • trunk/SL/TREEDISP/TreeDisplay.cxx

    r8309 r8355  
    1616#include <aw_msg.hxx> 
    1717#include <aw_root.hxx> 
     18#include <aw_question.hxx> 
    1819 
    1920#include <awt_attributes.hxx> 
  • trunk/WINDOW/AW_button.cxx

    r8309 r8355  
    1717#include "aw_msg.hxx" 
    1818#include "aw_root.hxx" 
     19#include "aw_question.hxx" 
    1920 
    2021#include <arb_str.h> 
  • trunk/WINDOW/AW_nawar.cxx

    r8309 r8355  
    1313#include "aw_detach.hxx" 
    1414#include "aw_msg.hxx" 
     15#include "aw_question.hxx" 
    1516#include <arbdb.h> 
    1617#include <arb_file.h> 
  • trunk/WINDOW/AW_status.cxx

    r8309 r8355  
    1010 
    1111#include <aw_root.hxx> 
     12#include <aw_question.hxx> 
    1213#include <aw_awars.hxx> 
    1314#include <aw_window.hxx> 
  • trunk/WINDOW/Makefile

    r8103 r8355  
    114114AW_button.o: aw_nawar.hxx 
    115115AW_button.o: aw_position.hxx 
     116AW_button.o: aw_question.hxx 
    116117AW_button.o: aw_root.hxx 
    117118AW_button.o: aw_scalar.hxx 
     
    348349AW_nawar.o: aw_msg.hxx 
    349350AW_nawar.o: aw_nawar.hxx 
     351AW_nawar.o: aw_question.hxx 
    350352AW_nawar.o: aw_root.hxx 
    351353AW_nawar.o: $(ARBHOME)/INCLUDE/ad_prot.h 
     
    495497AW_status.o: aw_keysym.hxx 
    496498AW_status.o: aw_msg.hxx 
     499AW_status.o: aw_question.hxx 
    497500AW_status.o: aw_root.hxx 
    498501AW_status.o: aw_status.hxx 
  • trunk/WINDOW/aw_question.hxx

    r7623 r8355  
    2222#include <arbtools.h> 
    2323#endif 
     24#ifndef ATTRIBUTES_H 
     25#include <attributes.h> 
     26#endif 
     27#ifndef _GLIBCXX_CSTDLIB 
     28#include <cstdlib> 
     29#endif 
    2430 
    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, ...) 
    2632// 
    2733// if you ask the same question in a loop, it is recommended to use AW_repeated_question 
     
    5864}; 
    5965 
     66int  aw_question  (const char *msg, const char *buttons, bool fixedSizeButtons = true, const char *helpfile = 0); 
     67bool aw_ask_sure  (const char *msg, bool fixedSizeButtons = true, const char *helpfile = 0); 
     68void aw_popup_ok  (const char *msg, bool fixedSizeButtons = true, const char *helpfile = 0); 
     69void aw_popup_exit(const char *msg, bool fixedSizeButtons = true, const char *helpfile = 0) __ATTR__NORETURN; 
    6070 
    6171#else 
  • trunk/WINDOW/aw_root.hxx

    r8309 r8355  
    3030 
    3131typedef 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; 
    3732 
    3833// asynchronous messages: