diff options
| author | Matthias Melcher <git@matthiasm.com> | 2019-02-02 16:28:18 +0100 |
|---|---|---|
| committer | Matthias Melcher <git@matthiasm.com> | 2019-02-02 16:28:18 +0100 |
| commit | 76668c7cc11c80f337bd7d04d6adead49c8a636f (patch) | |
| tree | fe70662776c4be630ce3a158886c37f94529de86 | |
| parent | e06c09fa2595d5e4450f5898bed69ef312536386 (diff) | |
Made Fl_Check_Browser::swap_item public.
| -rw-r--r-- | FL/Fl_Check_Browser.H | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/FL/Fl_Check_Browser.H b/FL/Fl_Check_Browser.H index 51d28039a..2184c721b 100644 --- a/FL/Fl_Check_Browser.H +++ b/FL/Fl_Check_Browser.H @@ -42,6 +42,8 @@ protected: void item_select(void *, int); int item_selected(void *) const; const char *item_text(void *item) const /* override */; + +public: void *item_at(int index) const /* override */; void item_swap(int ia, int ib) /* override */; void item_swap(void *a, void *b) /* override */; |
