Lines Matching refs:edit_win_info
71 SimpleWinInfo base_win_info, list_win_info, edit_win_info; member
135 TidgetMoveResize(gstChatInfo.edit_ctl->pti, gstChatInfo.edit_win_info.x, in MoveResizeChatSubWindows()
136 gstChatInfo.edit_win_info.y, gstChatInfo.edit_win_info.w, in MoveResizeChatSubWindows()
137 gstChatInfo.edit_win_info.h); in MoveResizeChatSubWindows()
484 gstChatInfo.edit_win_info.x = x; in GetInitialChatWindowHeight()
485 gstChatInfo.edit_win_info.y = y; in GetInitialChatWindowHeight()
486 gstChatInfo.edit_win_info.w = (-1); in GetInitialChatWindowHeight()
487 gstChatInfo.edit_win_info.h = gstChatInfo.btn_width; in GetInitialChatWindowHeight()
550 gstChatInfo.edit_win_info.x = x; in SetChatWindowGeom()
551 gstChatInfo.edit_win_info.y = y; in SetChatWindowGeom()
552 gstChatInfo.edit_win_info.w = (-1); in SetChatWindowGeom()
553 gstChatInfo.edit_win_info.h = gstChatInfo.btn_width; in SetChatWindowGeom()
565 gstChatInfo.edit_win_info.w = gstChatInfo.btn_win_info[CHAT_BTN_SEND].x - in SetChatWindowGeom()
566 (gstChatInfo.btn_width>>1) - gstChatInfo.edit_win_info.x; in SetChatWindowGeom()
701 gstChatInfo.edit_win_info.x, gstChatInfo.edit_win_info.y, in CreateChatSubWindows()
702 gstChatInfo.edit_win_info.w, TDGTSEDT_DEF_H_PAD, TDGTSEDT_DEF_V_PAD, in CreateChatSubWindows()