Class: Qt::TextEdit

Inherits:
Object show all
Defined in:
lib/cosmos/gui/qt.rb

Instance Method Summary collapse

Instance Method Details

#setColors(foreground, background) ⇒ Object



566
567
568
# File 'lib/cosmos/gui/qt.rb', line 566

def setColors(foreground, background)
  setPalette(Cosmos.getPalette(foreground, background))
end