clearer apidox
svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=811688
This commit is contained in:
parent
f6e555fdbc
commit
e97bd8e855
6
view.h
6
view.h
@ -118,8 +118,10 @@ public:
|
|||||||
Containment* containment() const;
|
Containment* containment() const;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Surpress the default behavior where the view tracks changes to the
|
* Set whether or not the view should adjust its size when the associated
|
||||||
* containment, and adapts itself to it.
|
* 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);
|
void setTrackContainmentChanges(bool trackChanges);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user