Home
last modified time | relevance | path

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

/dports/editors/jed/jed-0.99-19/src/
H A Dgtkterm.c1472 int gutPos, accumHeight; in adjustSubWinPanes() local
1488 gutPos = ( oldSW->jedWin->rows + 1 ) * win->fontHeight; in adjustSubWinPanes()
1490 accumHeight = gutPos + win->gutSize; in adjustSubWinPanes()
1492 gtk_paned_set_position( GTK_PANED( gtk_widget_get_parent( parBox ) ), gutPos ); in adjustSubWinPanes()
1506 gutPos = accumHeight + ( oldSW->jedWin->rows + 1 ) * win->fontHeight; in adjustSubWinPanes()
1508 gtk_paned_set_position( GTK_PANED( parPane ), gutPos ); in adjustSubWinPanes()
1510 accumHeight = gutPos + win->gutSize; in adjustSubWinPanes()