" .XoO+@#$%&*=-;:>,<1234567890qwertyuipasdfghjk"
"lzxcvbnmMNBVCZASDFGHJKLPIUYTREWQ!~^/()_`'][{}|";
int chars_per_pixel;
int cols;
int i, j, k;
" .XoO+@#$%&*=-;:>,<1234567890qwertyuipasdfghjk"
"lzxcvbnmMNBVCZASDFGHJKLPIUYTREWQ!~^/()_`'][{}|";
int chars_per_pixel;
int cols;
int i, j, k;
image->GetWidth(), image->GetHeight(), cols, chars_per_pixel);
image->GetWidth(), image->GetHeight(), cols, chars_per_pixel);
else if (key == mask_key)
tmp.Printf(wxT("\"%s c None\",\n"), sym);
else
else if (key == mask_key)
tmp.Printf(wxT("\"%s c None\",\n"), sym);
else
- tmp.Printf(wxT("\"%s c #%s%s%s\",\n"), sym,
+ tmp.Printf(wxT("\"%s c #%s%s%s\",\n"), sym,
wxDecToHex((unsigned char)(key >> 16)).c_str(),
wxDecToHex((unsigned char)(key >> 8)).c_str(),
wxDecToHex((unsigned char)(key)).c_str());
wxDecToHex((unsigned char)(key >> 16)).c_str(),
wxDecToHex((unsigned char)(key >> 8)).c_str(),
wxDecToHex((unsigned char)(key)).c_str());