Views
There are three different implementations of a replacement mechanism for when dollar args are used in properties panels.
-
gatom panels have their escape and unescape procs,
-
the iemguis have inline code in the apply proc with iemgui_dollar2raute()/iemgui_raute2dollar() functions in g_all_guis.c.
-
the array panel has inline code in the apply proc and the sharptodollar() function in g_array.c
Discussions