diff --git a/@GUI/about_call.m b/@GUI/about_call.m new file mode 100644 index 0000000000000000000000000000000000000000..f14fd25654dc3d033c5db23ba477fca4437f7c1f --- /dev/null +++ b/@GUI/about_call.m @@ -0,0 +1,3 @@ +function [] = about_call(object,src,event) + msgbox(sprintf('Table Toolbox v%s\nCopyright 2010\nColin Eles\nMcMaster Center for Software Certification',object.version),'About Table Tool','modal'); +end \ No newline at end of file diff --git a/@GUI/help_call.m b/@GUI/help_call.m new file mode 100644 index 0000000000000000000000000000000000000000..eeaf9eac50deab0a82ecbe64161b3ca682e0e6c3 --- /dev/null +++ b/@GUI/help_call.m @@ -0,0 +1,3 @@ +function [] = help_call(object,src,event) + +end \ No newline at end of file