summaryrefslogtreecommitdiff
path: root/src/gui/gui_listbox.pas
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/gui_listbox.pas')
-rw-r--r--src/gui/gui_listbox.pas2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/gui_listbox.pas b/src/gui/gui_listbox.pas
index 0933c211..d565c7c8 100644
--- a/src/gui/gui_listbox.pas
+++ b/src/gui/gui_listbox.pas
@@ -6,6 +6,8 @@ unit gui_listbox;
TODO:
* Refactor these to have a better hierarchy
* Only surface properties as published in TfpgListBox
+ * Implement .BeginUpdate and .EndUpdate methods so we know when to refresh
+ the items list.
}
interface