There's no documentation for this item.
| Constants |
| Parameter |
A named parameter in a Wx constructor parameter list
|
| STANDARD_DEFAULTS |
Common Wx constructor argument keywords, with their default values.
|
| Public Methods |
| args_as_hash |
|
| args_as_list |
|
| describe_constructor |
|
| param_spec |
|
| wx_ctor_params |
Adds a list of named parameters params to the parameter
specification for this Wx class’s constructor. Each parameter should
be specified as a either a common known symbol, such as +:size+ or +:pos:+
or +:style:+ (corresponding to the common constructor arguments in
WxWidgets API), or a single-key with the key the name of the argument, and
the value a default value.
|
<code/>and<pre/>for code samples.