|
Archives
D Programming
DD.gnu digitalmars.D digitalmars.D.bugs digitalmars.D.dtl digitalmars.D.ide digitalmars.D.dwt digitalmars.D.announce digitalmars.D.learn digitalmars.D.debugger C/C++ Programming
c++c++.announce c++.atl c++.beta c++.chat c++.command-line c++.dos c++.dos.16-bits c++.dos.32-bits c++.idde c++.mfc c++.rtl c++.stl c++.stl.hp c++.stl.port c++.stl.sgi c++.stlsoft c++.windows c++.windows.16-bits c++.windows.32-bits c++.wxwindows digitalmars.empire digitalmars.DMDScript electronics |
digitalmars.D.learn - Subclass method -distorted now put again
dwt.widget.Text has method
void setText (char[] string);
Sets the contents of the receiver to the given string.
In my application I use many of these text boxes each with a name so I need a
function
void setText(char[] name, char[] text){
name.setText(text);}
How can I bring this into my program ?
May 06 2008
June escribió: May 07 2008
Ary Borenszweig Wrote:June escribió: May 07 2008
June schrieb:Ary Borenszweig Wrote:June escribió: May 07 2008
June wrote:Ary Borenszweig Wrote:June escribió: May 07 2008
"BCS" <BCS pathlink.com> wrote in message news:fvsdh5$2hii$11 digitalmars.com... May 07 2008
Jarrett Billingsley Wrote:"BCS" <BCS pathlink.com> wrote in message news:fvsdh5$2hii$11 digitalmars.com... May 07 2008
"June" <somewhere so.com> wrote in message news:fvtbau$p5q$1 digitalmars.com...Dont see how this applies . I want to add a function to 'dwt.widgets.Text' that takes two char arrays and alters the text in an instance of dwt.widgets.Text' dwt.widgets.Text' only has a function that takes one char array ? setText(char[] text) May 07 2008
Jarrett Billingsley Wrote:"June" <somewhere so.com> wrote in message news:fvtbau$p5q$1 digitalmars.com...Dont see how this applies . I want to add a function to 'dwt.widgets.Text' that takes two char May 08 2008
June escribió:Jarrett Billingsley Wrote:"June" <somewhere so.com> wrote in message news:fvtbau$p5q$1 digitalmars.com...Dont see how this applies . I want to add a function to 'dwt.widgets.Text' that takes two char May 07 2008
Ary Borenszweig wrote:Completely lost now . So much extraneous stuff May 08 2008
May 07 2008
|