diff options
| author | Dana Jansens <danakj@orodu.net> | 2002-12-28 19:03:05 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2002-12-28 19:03:05 +0000 |
| commit | b8653c3ab8ee785fc0605a960ac83afb97ac7edf (patch) | |
| tree | d2f990befa60242c4eb741336c9a99aad7e3c440 /src/frame.hh | |
| parent | 1e7c9071de6f617f06008a5bb5572af40289a218 (diff) | |
better comments for the frame and its widgets' adjust() method
Diffstat (limited to 'src/frame.hh')
| -rw-r--r-- | src/frame.hh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/frame.hh b/src/frame.hh index 5f70b643..ab1e1b03 100644 --- a/src/frame.hh +++ b/src/frame.hh @@ -93,8 +93,9 @@ public: //! Set the style to decorate the frame with virtual void setStyle(otk::Style *style); - //! Realign children + //! Empty overridden method to prevent automatic alignment of children virtual void adjust(); + //! Displays focused decorations virtual void focus(); //! Displays unfocused decorations |
