Home
last modified time | relevance | path

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

/dports/graphics/tgif/tgif-QPL-4.2.5/
H A Dchat.c86 TdgtSmplEdit *edit_ctl; member
134 if (gstChatInfo.edit_ctl != NULL) { in MoveResizeChatSubWindows()
234 char *buf=TdgtSmplEditGetText(gstChatInfo.edit_ctl); in ChatSendClicked()
244 TdgtSmplEditGetTextFormatInfo(gstChatInfo.edit_ctl, in ChatSendClicked()
263 TdgtSmplEditSetText(gstChatInfo.edit_ctl, ""); in ChatSendClicked()
384 } else if (gstChatInfo.edit_ctl != NULL &&
425 if (gstChatInfo.edit_ctl != NULL && IsTidgetEvent(gstChatInfo.edit_ctl->pti,
582 if (gstChatInfo.edit_ctl != NULL) MapTidget(gstChatInfo.edit_ctl->pti); in MapChatSubWindows()
704 if (gstChatInfo.edit_ctl == NULL) return FALSE; in CreateChatSubWindows()
781 if (gstChatInfo.edit_ctl != NULL) { in CleanUpChat()
[all …]
H A Dtgtwb5dl.c64 TdgtSmplEdit *edit_ctl; member
117 TdgtSmplEditSetText(pzdi->edit_ctl, "");
442 char *buf=UtilStrDup(TdgtSmplEditGetText(pzdi->edit_ctl));
566 TdgtSmplEditSetText(pzdi->edit_ctl, buf);
588 if (TdgtSmplEditDelLastChar(pzdi->edit_ctl)) {
941 TdgtSmplEditAppendStr(pzdi->edit_ctl, buf, 1);
1165 pswi = (&(pzdi->edit_ctl->pti->tci.win_info));
1167 TidgetMoveResize(pzdi->edit_ctl->pti, pswi->x, pswi->y, pswi->w, pswi->h);
1323 pzdi->edit_ctl = CreateTdgtSmplEdit(pTdgtBase->pti->tci.win, pTdgtBase->pti,
1326 if (pzdi->edit_ctl == NULL) {
[all …]