diff options
Diffstat (limited to 'src/gui/widgets/browserbox.h')
-rw-r--r-- | src/gui/widgets/browserbox.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gui/widgets/browserbox.h b/src/gui/widgets/browserbox.h index 2bdf31237..6fdb40042 100644 --- a/src/gui/widgets/browserbox.h +++ b/src/gui/widgets/browserbox.h @@ -185,6 +185,9 @@ class BrowserBox : public gcn::Widget, TextRows &getRows() { return mTextRows; } + bool hasRows() + { return !mTextRows.empty(); } + void setAlwaysUpdate(bool n) { mAlwaysUpdate = n; } |