On Nov 23, 2007, at 3:24 PM, Hartmut Sbosny wrote: > Am Freitag, 23. November 2007 09:34 matthiasm wrote: > >> On Nov 22, 2007, at 8:00 PM, Hartmut Sbosny wrote: >> >>> I build a menu dymamically by add()ing the items and want to change >>> some attributes. What is the proper way to do that? ... >> >> That is the proper way. The "const" is kind of a relic from old times >> and hints at the fact that using another "add()" may change the base >> pointer to your menu structure. Looking at the 12 year-old api today, >> a menu s of course nothing but another widget hierarchy, but back >> then, there were no submenus and an array was chosen to create a menu >> bar. FLTK2 is much better in this respect by using said hierarchy. > > Danke. > > Btw: The last sentence I did not realy understand -- is "said > hierarchy" a > technical term? >
"in said hierarchy" or "in the hierarchy that I am talking about" "in der Hierarchie, die ich soeben beschrieben habe" oder "in jener Hirarchie" ... I think, but my English is far from perfect anyways... . Matthias ---- http://robowerk.com/ _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

