diff options
Diffstat (limited to 'lib/wx/src/gen/wxRadioBox.erl')
-rw-r--r-- | lib/wx/src/gen/wxRadioBox.erl | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lib/wx/src/gen/wxRadioBox.erl b/lib/wx/src/gen/wxRadioBox.erl index d70a554267..1b3717de23 100644 --- a/lib/wx/src/gen/wxRadioBox.erl +++ b/lib/wx/src/gen/wxRadioBox.erl @@ -146,6 +146,11 @@ enable(This) enable(This, []). %% @doc See <a href="http://www.wxwidgets.org/manuals/stable/wx_wxradiobox.html#wxradioboxenable">external documentation</a>. +%% <br /> Also:<br /> +%% enable(This, [Option]) -> boolean() when<br /> +%% This::wxRadioBox(),<br /> +%% Option :: {enable, boolean()}.<br /> +%% -spec enable(This, N) -> boolean() when This::wxRadioBox(), N::integer(); (This, [Option]) -> boolean() when @@ -212,6 +217,11 @@ show(This) show(This, []). %% @doc See <a href="http://www.wxwidgets.org/manuals/stable/wx_wxradiobox.html#wxradioboxshow">external documentation</a>. +%% <br /> Also:<br /> +%% show(This, [Option]) -> boolean() when<br /> +%% This::wxRadioBox(),<br /> +%% Option :: {show, boolean()}.<br /> +%% -spec show(This, N) -> boolean() when This::wxRadioBox(), N::integer(); (This, [Option]) -> boolean() when |