Home
last modified time | relevance | path

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

/dports/cad/graywolf/graywolf-0.1.6-4-gf47937b/src/genrows/
H A Ddraw.c119 static TWDIALOGPTR row_dialogS ; variable
1863 if( !(row_dialogS) ){
1869 row_dialogS[LEFT_F].string = left ;
1870 row_dialogS[LEFT_F].len = strlen(left) ;
1872 row_dialogS[BOT_F].string = bottom ;
1873 row_dialogS[BOT_F].len = strlen(bottom) ;
1875 row_dialogS[RITE_F].string = right ;
1876 row_dialogS[RITE_F].len = strlen(right) ;
1878 row_dialogS[TOP_F].string = top ;
1879 row_dialogS[TOP_F].len = strlen(top) ;
[all …]
H A Ddialog2.h1 static TWDIALOGBOX row_dialogS[19] = { variable