View Raw SPL
/* invoke text properties dialog box */
_tpdlg(h)
{
        extern _lp_handle;

        /* handle to shape */
        _lp_handle = casthandle(h);

        _mf("textdlg.pan");
}