PeterBLITZ / m2tklib

Automatically exported from code.google.com/p/m2tklib
0 stars 0 forks source link

Add LABELFN Element #39

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Add element which gets the string from a callback procedure.

const char get_str(void)
{
  return "label text"
}

Original issue reported on code.google.com by olikr...@gmail.com on 26 Jan 2012 at 9:34

GoogleCodeExporter commented 8 years ago
implemented, documentation required

Original comment by olikr...@gmail.com on 28 Jan 2012 at 6:17

GoogleCodeExporter commented 8 years ago
done

Original comment by olikr...@gmail.com on 28 Jan 2012 at 8:26