src/gui.h

changeset 192
c414924a647c
parent 190
82f784cf2ce5
child 194
cfe9ae5f1124
--- a/src/gui.h	Sat May 11 04:02:13 2013 +0300
+++ b/src/gui.h	Sun May 12 20:21:44 2013 +0300
@@ -128,7 +128,8 @@
 	ForgeWindow ();
 	void buildObjList ();
 	void setTitle ();
-	void refresh ();
+	void fullRefresh ();
+	void update ();
 	ulong getInsertionPoint ();
 	void deleteSelection (vector<ulong>* ulapIndices, std::vector<LDObject*>* papObjects);
 	void updateToolBars ();

mercurial