Developer forums (C::B DEVELOPMENT STRICTLY!) > Development
Suggestion about the Settings Dialog
thomas:
...but it gets less likely the more often you cross-post for it ;)
sethjackson:
:lol: :lol: :lol:
takeshimiya:
--- Quote from: Zingam on February 14, 2006, 09:32:46 pm ---But what about an option to have just text and no icons at all?
--- End quote ---
Yes, indeed I have it that way from the very moment the icons appeared. Sorry, I can't stand having to scroll.
Zingam:
And how did you do it? :shock:
takeshimiya:
Quick&Dirty way: One liner-patch to wxListbook.
--- Code: (diff) ---wxWidgets-2.6.2\src\generic\listbkg.cpp @line 119
***************
- wxLC_ICON | wxLC_SINGLE_SEL |
+ wxLC_SMALL_ICON | wxLC_SINGLE_SEL |
--- End code ---
The correct way would be to reimplement wxListbook.
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version