ossp-pkg/as/as-gui/as_slot.cpp 1.3 -> 1.4
--- as_slot.cpp 2002/11/19 19:42:14 1.3
+++ as_slot.cpp 2002/11/19 20:29:08 1.4
@@ -168,6 +168,78 @@
}
//
+// Edit menu cut
+//
+void Titraqform::cut(void)
+{
+ Prototype Unimp;
+ Unimp.doMbox();
+}
+
+//
+// Edit menu copy
+//
+void Titraqform::copy(void)
+{
+ Prototype Unimp;
+ Unimp.doMbox();
+}
+
+//
+// Edit menu paste
+//
+void Titraqform::paste(void)
+{
+ Prototype Unimp;
+ Unimp.doMbox();
+}
+
+//
+// Edit menu select all entries
+//
+void Titraqform::selAll(void)
+{
+ Prototype Unimp;
+ Unimp.doMbox();
+}
+
+//
+// Edit menu configure preferences
+//
+void Titraqform::configPrefs(void)
+{
+ Prototype Unimp;
+ Unimp.doMbox();
+}
+
+//
+// View menu normal
+//
+void Titraqform::normalView(void)
+{
+ Prototype Unimp;
+ Unimp.doMbox();
+}
+
+//
+// View menu editing
+//
+void Titraqform::editingView(void)
+{
+ Prototype Unimp;
+ Unimp.doMbox();
+}
+
+//
+// View menu timing
+//
+void Titraqform::timingView(void)
+{
+ Prototype Unimp;
+ Unimp.doMbox();
+}
+
+//
// Learn more about this program itself
//
void Titraqform::about(void)
|
|