]> git.treefish.org Git - phys/latlib.git/blobdiff - culooks.h
...
[phys/latlib.git] / culooks.h
index 3e47fde760efebd481615916b40a51a79408749e..66b33206b7a5bc96b7016b8059a024701ee9af44 100644 (file)
--- a/culooks.h
+++ b/culooks.h
@@ -28,6 +28,8 @@ 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 setFrameWidth(float width);
+  void setLinkWidth(float width);
 
  private:
 
@@ -55,6 +57,8 @@ class culooks
     void hidePlaqs();
     void hideLinks();
     void setWireColor(const float& r, const float& g, const float& b, const float& a);
+    void setFrameWidth(float width);
+    void setLinkWidth(float width);
   private:
     float wireColor[4];
     void drawAll();
@@ -70,6 +74,8 @@ class culooks
     static int allid;
     bool hideplaquettes;
     bool hidelinks;
+    float framewidth;
+    float linkwidth;
   };
   
   struct window {