Code::Blocks Forums

User forums => Help => Topic started by: crates51 on May 14, 2017, 07:45:12 pm

Title: Tabs Color
Post by: crates51 on May 14, 2017, 07:45:12 pm
Hello!
I'm new in this Forum, so i hope i'll post in the right place
My question is: how can i change the color of the tabs text in the CodeBlocks?
(https://ibb.co/fzrgvk)
Title: Re: Tabs Color
Post by: oBFusCATed on May 14, 2017, 11:13:16 pm
Simple answer: you can't
More complex: by writing your own art provider for wxAuiNotebook.
See here for the API: http://docs.wxwidgets.org/trunk/classwx_aui_tool_bar_art.html
Title: Re: Tabs Color
Post by: crates51 on May 15, 2017, 10:53:40 pm
Thanks For Your Reply But i found a solution here http://forums.codeblocks.org/index.php?topic=20517.0 :P

"What I did was switch to 'Visual Studio 7.1' style in 'settings->environment->notebooks appearance->tabs style'"

Title: Re: Tabs Color
Post by: oBFusCATed on May 15, 2017, 11:17:12 pm
What is the problem that this switch of tab style fixes, then?