fxruby icon indicating copy to clipboard operation
fxruby copied to clipboard

How to change color for table header?

Open fabiopavan opened this issue 5 years ago • 2 comments

I still haven't found a way to change a headers' colors in a table. How can I do it?

fabiopavan avatar Oct 23 '20 03:10 fabiopavan

Do methods such as setBackColor(FXRGB(255, 255, 255)) or setCellColor(0, 0, FXRGB(255, 255, etc... work?

I think I saw some other examples that are similar ...

May be better fox FOX to transition into CSS and allow styling of any widget; GTK sort of went that route.

rubyFeedback avatar Aug 22 '21 15:08 rubyFeedback

Just to clarify: I struggle finding documentation myself. ;)

I am slowly working through the old "Create Lean and Mean GUIs with Ruby". I guess fxruby is limited in what upstream fox supports. Classical GUIs took a huge hit with the www becoming so dominant. It's weird because I think ruby is more fun than javascript.

rubyFeedback avatar Aug 22 '21 15:08 rubyFeedback