Author Topic: Tabs Color  (Read 3179 times)

Offline crates51

  • Single posting newcomer
  • *
  • Posts: 2
Tabs Color
« 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?


Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: Tabs Color
« Reply #1 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
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

Offline crates51

  • Single posting newcomer
  • *
  • Posts: 2
Re: Tabs Color
« Reply #2 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'"


Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: Tabs Color
« Reply #3 on: May 15, 2017, 11:17:12 pm »
What is the problem that this switch of tab style fixes, then?
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]