X-Git-Url: http://git.treefish.org/~alex/phys/latlib.git/blobdiff_plain/870fa143f6a703e4f4432097ce8332ab3f15e4ad..77794fd69f839fbaefe813ea5ea45601aa056da0:/culooks.h diff --git a/culooks.h b/culooks.h index 3e47fde..66b3320 100644 --- 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 {