X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fcontainer.h;h=fd574daa4fbadd68836961471476f4c575aa58c3;hb=89b8b0c60579d8ef0cf9a13521e7bf7c7864883f;hp=d94357cd545b837187fb0554beb40705f2b15181;hpb=14fee18e7a8ebfccfc1ebe203fe049f268efb40a;p=architektonas diff --git a/src/container.h b/src/container.h index d94357c..fd574da 100644 --- a/src/container.h +++ b/src/container.h @@ -31,6 +31,7 @@ class Container: public Object Object * SelectedItem(unsigned int); void MoveContentsTo(Container *); void MoveSelectedContentsTo(Container *); + void ResizeAllDimensions(double); protected: Vector oldPoint; // Used for dragging @@ -43,6 +44,7 @@ class Container: public Object bool draggingHandle1; bool draggingHandle2; bool objectWasDragged; + bool hit; }; #endif // __CONTAINER_H__