gui.h

changeset 17
5606eebd0b90
parent 14
6d9d8efae2f8
child 21
9aebaaafa5da
--- a/gui.h	Sat Mar 16 03:24:50 2013 +0200
+++ b/gui.h	Sat Mar 16 03:42:04 2013 +0200
@@ -41,6 +41,9 @@
 	void buildObjList ();
 	void setTitle ();
 	
+	// Where would a new item be inserted into?
+	ulong getInsertionPoint ();
+	
 private:
 	void createMenuActions ();
 	void createMenus ();

mercurial