]> git.treefish.org Git - phys/latlib.git/blobdiff - culooks.h
implemented linewidth.
[phys/latlib.git] / culooks.h
index 3e47fde760efebd481615916b40a51a79408749e..34466c1ba0373f0f5ba2dde75307e878e85b1c4d 100644 (file)
--- a/culooks.h
+++ b/culooks.h
@@ -28,6 +28,7 @@ class culooks
   void hideLinks();
   void setBgColor(const float& red, const float& green, const float& blue, const float& alpha);
   void setWireColor(const float& r, const float& g, const float& b, const float& a);
+  void setLineWidth(float width);
 
  private:
 
@@ -82,6 +83,7 @@ class culooks
     string name;
     float bgcolor[4];
     bool redisplay;
+    float linewidth;
   };
 
   class drawing