From: Daan L. <da...@cs...> - 2004-08-03 15:45:40
|
Claus Reinke wrote: > layer). Having complex text-entry widgets that can only be used > separately but not in a drawing frame is one example (should I recode > the whole thing in terms of drawText and on key, and thus duplicate > code?). Ha, we had the same problem. However, it seems that you can just create a text control and position it yourself (using "position") on a canvas -- et voila, inline editing. However, you probably need to smart with visibility and focus... for details, read the c++ source files in "generic/grid.cpp" of wxWidgets :-) -- Daan. |