can set wxNoteBook page header text font ?

Moloko Vellocet allanjos at gmail.com
Fri Dec 1 16:36:42 PST 2006


Hi, you can do the following to change the font of all the pages in a
wxNotebook object:

  wxNotebook *notebook =3D new wxNotebook(this, wxID_ANY);

  notebook->SetFont(wxFont(16, wxBOLD, wxNORMAL, wxBOLD));

References:
http://www.wxwidgets.org/manuals/2.6.3/wx_wxfont.html
http://www.wxwidgets.org/manuals/2.6.3/wx_wxnotebook.html


--

On 12/1/06, Xu, Ming (NIH/NLM/NCBI) [F] <mxu at ncbi.nlm.nih.gov> wrote:
>
>  Hi,
>
>
>
> How can wxNoteBook page header text font  be set or changed ?
>
>
>
> Thanks
>
>
>
> ming
>



-- =

_______________________________
Allann J. O. Silva

"I received the fundamentals of my education in school, but that was not
enough. My real education, the superstructure, the details, the true
architecture, I got out of the public library. For an impoverished child
whose family could not afford to buy books, the library was the open door to
wonder and achievement, and I can never be sufficiently grateful that I had
the wit to charge through that door and make the most of it." (from I.
Asimov, 1994)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.wxwidgets.org/pipermail/wx-users/attachments/20061201/536=
6df3b/attachment.htm


More information about the wx-users mailing list