74 const char *name = NULL,
75 SbBool buildInsideParent = TRUE);
98 void commonConstructor();
102 static char *stringBuffer;
104 static unsigned int maxNumMessages;
105 static unsigned int numMessages ;
108 static void clearStringBuffer(
void);
111 static POINT upLeftCtrlCorner;
112 static POINT upLeftClearButtonCorner;
113 static POINT upLeftSaveButtonCorner;
114 static POINT upLeftCloseButtonCorner;
115 static RECT initDlgSize;
118 void copyString(
const char *
string,
char *intoString);
121 char *addString(
const SbString& newString);
124 void formatString(
SbString& newString);
126 int countChar(
const char *source,
char toCount);
128 char *changeCarriageReturn(
const SbString& str,
int n);
131 SoWidget buildWidget(SoWidget parent);
134 static WBOOL CALLBACK dialogWndProc(Hwnd hdlg, UINT message, WPARAM wParam, LPARAM lParam);
135 static WBOOL CALLBACK editWndProc(Hwnd hdlg, UINT message, WPARAM wParam, LPARAM lParam);
137 static void onCommand(Hwnd hdlg,
int id, Hwnd hCtrl, UINT codeNotify);
142 SbThreadId_t m_threadId;
145 static bool s_controlIsDown;