Searched refs:_SetWindowSize (Results 1 - 2 of 2) sorted by relevance

/haiku/src/apps/terminal/
H A DAppearPrefView.h56 void _SetWindowSize(int rows, int cols);
H A DAppearPrefView.cpp147 _SetWindowSize(pref->getInt32(PREF_ROWS), pref->getInt32(PREF_COLS));
223 _SetWindowSize(rows, columns);
330 AppearancePrefView::_SetWindowSize(int rows, int cols) function in class:AppearancePrefView

Completed in 98 milliseconds