diff options
author | Jacek Antonelli | 2008-09-06 18:24:57 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-09-06 18:25:07 -0500 |
commit | 798d367d54a6c6379ad355bd8345fa40e31e7fe9 (patch) | |
tree | 1921f1708cd0240648c97bc02df2c2ab5f2fc41e /linden/indra/llui/llscrollbar.h | |
parent | Second Life viewer sources 1.20.15 (diff) | |
download | meta-impy-798d367d54a6c6379ad355bd8345fa40e31e7fe9.zip meta-impy-798d367d54a6c6379ad355bd8345fa40e31e7fe9.tar.gz meta-impy-798d367d54a6c6379ad355bd8345fa40e31e7fe9.tar.bz2 meta-impy-798d367d54a6c6379ad355bd8345fa40e31e7fe9.tar.xz |
Second Life viewer sources 1.21.0-RC
Diffstat (limited to 'linden/indra/llui/llscrollbar.h')
-rw-r--r-- | linden/indra/llui/llscrollbar.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linden/indra/llui/llscrollbar.h b/linden/indra/llui/llscrollbar.h index 52f19d1..cb0ad97 100644 --- a/linden/indra/llui/llscrollbar.h +++ b/linden/indra/llui/llscrollbar.h | |||
@@ -51,7 +51,7 @@ class LLScrollbar | |||
51 | public: | 51 | public: |
52 | enum ORIENTATION { HORIZONTAL, VERTICAL }; | 52 | enum ORIENTATION { HORIZONTAL, VERTICAL }; |
53 | 53 | ||
54 | LLScrollbar(const LLString& name, LLRect rect, | 54 | LLScrollbar(const std::string& name, LLRect rect, |
55 | ORIENTATION orientation, | 55 | ORIENTATION orientation, |
56 | S32 doc_size, S32 doc_pos, S32 page_size, | 56 | S32 doc_size, S32 doc_pos, S32 page_size, |
57 | void(*change_callback)( S32 new_pos, LLScrollbar* self, void* userdata ), | 57 | void(*change_callback)( S32 new_pos, LLScrollbar* self, void* userdata ), |
@@ -69,7 +69,7 @@ public: | |||
69 | virtual BOOL handleHover(S32 x, S32 y, MASK mask); | 69 | virtual BOOL handleHover(S32 x, S32 y, MASK mask); |
70 | virtual BOOL handleScrollWheel(S32 x, S32 y, S32 clicks); | 70 | virtual BOOL handleScrollWheel(S32 x, S32 y, S32 clicks); |
71 | virtual BOOL handleDragAndDrop(S32 x, S32 y, MASK mask, BOOL drop, | 71 | virtual BOOL handleDragAndDrop(S32 x, S32 y, MASK mask, BOOL drop, |
72 | EDragAndDropType cargo_type, void *cargo_data, EAcceptance *accept, LLString &tooltip_msg); | 72 | EDragAndDropType cargo_type, void *cargo_data, EAcceptance *accept, std::string &tooltip_msg); |
73 | 73 | ||
74 | virtual void reshape(S32 width, S32 height, BOOL called_from_parent = TRUE); | 74 | virtual void reshape(S32 width, S32 height, BOOL called_from_parent = TRUE); |
75 | 75 | ||