]> git.saurik.com Git - wxWidgets.git/blame - misc/msvc/autoexp.inc
Ukrainian translations update from Yuri Chornoivan.
[wxWidgets.git] / misc / msvc / autoexp.inc
CommitLineData
692a0709
VZ
1; This is a fragment that is supposed to be pasted into your autoexp.dat file
2; found somewhere under MSVS installation directory (its exact location depends
3; MSVS version so the simplest thing to do is to just search for it there).
4
5[AutoExpand]
6wxPoint=<x>,<y>
7wxSize=<x>*<y>
8wxRect=<x>,<y> <width>*<height>
9
10wxLongLong=<m_ll>
11wxString=<m_impl>
12
13[Visualizer]
14wxDateTime{
15 preview (#if ($e.IsValid()) ([wxDumpDate(&($e)),s]) #else (#("NIL")))
16}