- 639 名前:名無しさん@お腹いっぱい。 [2009/01/21(水) 18:40:31 ID:5GGCAVgS0]
- TestClip {
HTEXT text = getfocus(); // 対象のテキストを取得します。 switch ( text.v.clip ) { case ID_VZ: { // VZ IFILE NowPos00, NowPos01; int nowLx, nowLine, topLx, topLine, endLx, endLine; BOOL bl0, bl1; iprintf( "VZ:ID_VZ=%d %X text.v.clitop=%d text.v.cliend=%d ", ID_VZ, ID_VZ, text.v.clitop, text.v.cliend ); nowLx = text.v.lx; nowLine = text.v.line; NowPos00 = vgetadr( text.v ); bl0 = vjumpadr( text.v, text.v.clitop ); topLx = text.v.lx; topLine = text.v.line; bl1 = vjumpadr( text.v, text.v.cliend ); NowPos01 = vgetadr( text.v ); endLx = text.v.lx; endLine = text.v.line; vjumpadr( text.v, NowPos00 ); iprintf( "VZ:nowLx=%d nowLine=%d ", nowLx, nowLine ); iprintf( "VZ:topLx=%d topLine=%d ", topLx, topLine ); iprintf( "VZ:endLx=%d endLine=%d ", endLx, endLine ); iprintf( "VZ:bl0=%d bl1=%d NowPos00=%d NowPos01=%d ", bl0, bl1, NowPos00, NowPos01 ); break; } } }
|

|