summaryrefslogtreecommitdiff
path: root/linux
diff options
context:
space:
mode:
authorleo2003-09-18 16:50:52 +0000
committerleo2003-09-18 16:50:52 +0000
commit4bd07328df37f1bc8a16cdd77decf49467b6c4be (patch)
tree31c714fab1ece4cd75a3df66e10821a2a9394caf /linux
parent3df8b99fe7e3961006ab4cd4a3bdc33c7c2b7e51 (diff)
Added a progress bar for long operations.
git-svn-id: http://svn.leocad.org/trunk@349 c7d43263-9d01-0410-8a33-9dba5d9f93d6
Diffstat (limited to 'linux')
-rw-r--r--linux/system.cpp12
1 files changed, 12 insertions, 0 deletions
diff --git a/linux/system.cpp b/linux/system.cpp
index 6261918..493204b 100644
--- a/linux/system.cpp
+++ b/linux/system.cpp
@@ -739,3 +739,15 @@ void SystemSwapBuffers()
// if (drawing_area)
// gtk_gl_area_swapbuffers (GTK_GL_AREA(drawing_area));
}
+
+void SystemStartProgressBar(int nLower, int nUpper, int nStep, const char* Text)
+{
+}
+
+void SytemEndProgressBar()
+{
+}
+
+void SytemStepProgressBar()
+{
+}