clearer apidox

svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=811688
This commit is contained in:
Aaron J. Seigo 2008-05-23 15:43:49 +00:00
parent f6e555fdbc
commit e97bd8e855

6
view.h
View File

@ -118,8 +118,10 @@ public:
Containment* containment() const;
/**
* Surpress the default behavior where the view tracks changes to the
* containment, and adapts itself to it.
* Set whether or not the view should adjust its size when the associated
* containment does.
* @arg trackChanges true to syncronize the view's size with the containment's
* (this is the default behaviour), false to ignore containment size changes
*/
void setTrackContainmentChanges(bool trackChanges);