Home
last modified time | relevance | path

Searched refs:DoForegroundColor (Results 1 – 3 of 3) sorted by relevance

/dports/science/gnudatalanguage/gdl-1.0.1/src/
H A Dgdlwidget.hpp1599 void DoForegroundColor();
1600 void DoForegroundColor(DLongGDL* selection);
H A Dgdlwidget.cpp2650 if (isForegroundColored) this->DoForegroundColor(); in GDLWidgetTable()
2953 void GDLWidgetTable::DoForegroundColor() { in DoForegroundColor() function in GDLWidgetTable
2972 void GDLWidgetTable::DoForegroundColor(DLongGDL* selection) { in DoForegroundColor() function in GDLWidgetTable
H A Dwidget.cpp3841 …if (useATableSelection) table->DoForegroundColor(tableSelectionToUse); else table->DoForegroundCol… in widget_control()