Displaying 1 result from an estimated 1 matches for "nb_right".
Did you mean:
rb_right
2007 Nov 09
6
Wx::Notebook tabs, bug reports on...
Thank you Alex for the answer to my previous question --
it was exactly what I was looking for!
Moving on, I have some bugs to report:
I''m using the Wx::Notebook class and it looks to me
like Wx::NB_LEFT, Wx::NB_RIGHT, and Wx::NB_BOTTOM are
defined incorrectly. To get my tabs to appear on the
bottom, for example, I find I have to use Wx::NB_LEFT.
Same symptom in samples/bigdemo/WxNotebook.rbw -- the
constructor uses Wx::NB_BOTTOM but the tabs appear on
the right. Off by 1?
I''m also having trouble with...