Lines Matching refs:NEW_OBJECT
741 NEW_OBJECT(dialog, ht_dialog, &b, "generate analyser output", FS_KILLER | FS_TITLE | FS_MOVE); in generateOutputDialog()
744 NEW_OBJECT(v1, ht_strinputfield, &b, 260); in generateOutputDialog()
747 NEW_OBJECT(v2, ht_label, &b, "output ~filename:", v1); in generateOutputDialog()
758 NEW_OBJECT(v1, ht_listpopup, &b); in generateOutputDialog()
763 NEW_OBJECT(v2, ht_label, &b, "~output format:", v1); in generateOutputDialog()
766 NEW_OBJECT(v1, ht_strinputfield, &b, 260); in generateOutputDialog()
769 NEW_OBJECT(v2, ht_label, &b, "~start address:", v1); in generateOutputDialog()
778 NEW_OBJECT(v1, ht_strinputfield, &b, 260); in generateOutputDialog()
781 NEW_OBJECT(v2, ht_label, &b, "~end address:", v1); in generateOutputDialog()
790 NEW_OBJECT(v1, ht_button, &b, "O~k", button_ok); in generateOutputDialog()
793 NEW_OBJECT(v1, ht_button, &b, "~Cancel", button_cancel); in generateOutputDialog()
940 NEW_OBJECT(dialog, ht_dialog, &b, "export analyser information", FS_KILLER | FS_TITLE | FS_MOVE); in exportFileDialog()
943 NEW_OBJECT(v1, ht_strinputfield, &b, 260); in exportFileDialog()
946 NEW_OBJECT(v2, ht_label, &b, "output ~filename:", v1); in exportFileDialog()
956 NEW_OBJECT(v1, ht_listpopup, &b); in exportFileDialog()
960 NEW_OBJECT(v2, ht_label, &b, "~export format:", v1); in exportFileDialog()
964 NEW_OBJECT(v1, ht_button, &b, "O~k", button_ok); in exportFileDialog()
967 NEW_OBJECT(v1, ht_button, &b, "~Cancel", button_cancel); in exportFileDialog()
1618 NEW_OBJECT(cc, CallChain, &b, analy, Addr, NULL); in showCallChain()
1623 NEW_OBJECT(bt, ht_button, &b, "O~k", button_ok); in showCallChain()
1626 NEW_OBJECT(bt, ht_button, &b, "~Cancel", button_cancel); in showCallChain()
1681 NEW_OBJECT(b1, ht_button, &b, "O~k", button_ok); in showComments()
1684 NEW_OBJECT(b1, ht_button, &b, "~Cancel", button_cancel); in showComments()
1817 NEW_OBJECT(list, ht_text_listbox, &b, 3, 2); in showXRefs()
1820 NEW_OBJECT(search_for_xrefs, ht_button, &b, "~Search for more XRefs", 666); in showXRefs()
1824 NEW_OBJECT(delete_xref, ht_button, &b, "~Delete", 667); in showXRefs()
1829 NEW_OBJECT(new_xref, ht_button, &b, "~Add", 668); in showXRefs()