Home
last modified time | relevance | path

Searched refs:TextWinClassName (Results 1 – 8 of 8) sorted by relevance

/dports/print/ghostscript9-x11/ghostscript-9.06/psi/
H A Ddwtext.c66 static const char* TextWinClassName = "rjlTextWinClass"; variable
68 static const wchar_t* TextWinClassName = L"rjlTextWinClass"; variable
399 wndclass.lpszClassName = TextWinClassName; in text_register_class()
458 tw->hwnd = CreateWindow(TextWinClassName, tw->Title, in text_create()
463 tw->hwnd = CreateWindowW(TextWinClassName, app_nameW, in text_create()
/dports/print/ghostscript9-base/ghostscript-9.06/psi/
H A Ddwtext.c66 static const char* TextWinClassName = "rjlTextWinClass"; variable
68 static const wchar_t* TextWinClassName = L"rjlTextWinClass"; variable
399 wndclass.lpszClassName = TextWinClassName; in text_register_class()
458 tw->hwnd = CreateWindow(TextWinClassName, tw->Title, in text_create()
463 tw->hwnd = CreateWindowW(TextWinClassName, app_nameW, in text_create()
/dports/print/ghostscript7-x11/ghostscript-7.07/src/
H A Ddwtext.c61 static const char* TextWinClassName = "rjlTextWinClass"; variable
337 wndclass.lpszClassName = TextWinClassName; in text_register_class()
375 tw->hwnd = CreateWindow(TextWinClassName, tw->Title, in text_create()
/dports/print/ghostscript7-base/ghostscript-7.07/src/
H A Ddwtext.c61 static const char* TextWinClassName = "rjlTextWinClass"; variable
337 wndclass.lpszClassName = TextWinClassName; in text_register_class()
375 tw->hwnd = CreateWindow(TextWinClassName, tw->Title, in text_create()
/dports/print/ghostscript8-x11/ghostscript-8.71/psi/
H A Ddwtext.c55 static const char* TextWinClassName = "rjlTextWinClass"; variable
331 wndclass.lpszClassName = TextWinClassName; in text_register_class()
369 tw->hwnd = CreateWindow(TextWinClassName, tw->Title, in text_create()
/dports/print/ghostscript8-base/ghostscript-8.71/psi/
H A Ddwtext.c55 static const char* TextWinClassName = "rjlTextWinClass"; variable
331 wndclass.lpszClassName = TextWinClassName; in text_register_class()
369 tw->hwnd = CreateWindow(TextWinClassName, tw->Title, in text_create()
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/psi/
H A Ddwtext.c65 static const wchar_t* TextWinClassName = L"rjlTextWinClass"; variable
377 wndclass.lpszClassName = TextWinClassName; in text_register_class()
425 tw->hwnd = CreateWindowW(TextWinClassName, app_nameW, in text_create()
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/psi/
H A Ddwtext.c65 static const wchar_t* TextWinClassName = L"rjlTextWinClass"; variable
377 wndclass.lpszClassName = TextWinClassName; in text_register_class()
425 tw->hwnd = CreateWindowW(TextWinClassName, app_nameW, in text_create()