Code::Blocks Forums
User forums => Using Code::Blocks => Topic started by: wally on April 11, 2009, 12:45:03 pm
-
is there a way to get the methods and properties of an
object during coding, similar as code completion does ?
regs wally
-
is there a way to get the methods and properties of an
object during coding, similar as code completion does ?
regs wally
Which do you mean by "Get the methods and properties of an object".
Can you give more detail?
-
similar to VB or Gambas ...
e.g. gauge->SetValue()
SetValue is an method of gauge object, right ?