diff options
author | Erlang/OTP <[email protected]> | 2010-02-05 16:32:00 +0000 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2010-02-05 16:32:00 +0000 |
commit | e76fa2fb451a111196128afbc372d3b8b1e3dfad (patch) | |
tree | e45dc19f5be68d6074035363fae30e207a69bed1 /lib/wx/src/gen/wxRegion.erl | |
parent | 2e6ff4b8c161c358cf496b2ebb5f2dbbaa04aabd (diff) | |
parent | cfd2ba46158ad1ac6798e48150d18c969966a152 (diff) | |
download | otp-e76fa2fb451a111196128afbc372d3b8b1e3dfad.tar.gz otp-e76fa2fb451a111196128afbc372d3b8b1e3dfad.tar.bz2 otp-e76fa2fb451a111196128afbc372d3b8b1e3dfad.zip |
Merge branch 'dgud/wx_list_ctrl' into ccase/r13b04_dev
* dgud/wx_list_ctrl:
Generate without trailing spaces
Fix correct starting copyright year
Do not emit trailing whitespace
Added tests for wxListCtrl:getItem/2.
Added wxListCtrl:getEditCtrl (not available on Mac)
OTP-8408 Added wxListCtrl:getEditCtrl/1 (not available on Mac).
Diffstat (limited to 'lib/wx/src/gen/wxRegion.erl')
-rw-r--r-- | lib/wx/src/gen/wxRegion.erl | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/lib/wx/src/gen/wxRegion.erl b/lib/wx/src/gen/wxRegion.erl index 6a929480b1..0ceba1d203 100644 --- a/lib/wx/src/gen/wxRegion.erl +++ b/lib/wx/src/gen/wxRegion.erl @@ -43,7 +43,7 @@ new() -> %% @spec (X::term()) -> wxRegion() %% @doc See <a href="http://www.wxwidgets.org/manuals/stable/wx_wxregion.html#wxregionwxregion">external documentation</a>. -%% <br /> Alternatives: +%% <br /> Alternatives: %% <p><c> %% new(Bmp::wxBitmap:wxBitmap()) -> wxRegion() </c> %% </p> @@ -82,7 +82,7 @@ clear(#wx_ref{type=ThisT,ref=ThisRef}) -> %% @spec (This::wxRegion(),X::term()) -> WxRegionContain %% @doc See <a href="http://www.wxwidgets.org/manuals/stable/wx_wxregion.html#wxregioncontains">external documentation</a>. -%% <br /> Alternatives: +%% <br /> Alternatives: %% <p><c> %% contains(This::wxRegion(), Pt::{X::integer(),Y::integer()}) -> WxRegionContain </c> %%<br /> WxRegionContain = integer() @@ -140,7 +140,7 @@ getBox(#wx_ref{type=ThisT,ref=ThisRef}) -> %% @spec (This::wxRegion(),X::wxRegion()|term()) -> bool() %% @doc See <a href="http://www.wxwidgets.org/manuals/stable/wx_wxregion.html#wxregionintersect">external documentation</a>. -%% <br /> Alternatives: +%% <br /> Alternatives: %% <p><c> %% intersect(This::wxRegion(), Region::wxRegion()) -> bool() </c> %% </p> @@ -175,7 +175,7 @@ isEmpty(#wx_ref{type=ThisT,ref=ThisRef}) -> %% @spec (This::wxRegion(),X::wxRegion()|term()) -> bool() %% @doc See <a href="http://www.wxwidgets.org/manuals/stable/wx_wxregion.html#wxregionsubtract">external documentation</a>. -%% <br /> Alternatives: +%% <br /> Alternatives: %% <p><c> %% subtract(This::wxRegion(), Region::wxRegion()) -> bool() </c> %% </p> @@ -219,7 +219,7 @@ offset(#wx_ref{type=ThisT,ref=ThisRef},X,Y) %% @spec (This::wxRegion(),X::term()) -> bool() %% @doc See <a href="http://www.wxwidgets.org/manuals/stable/wx_wxregion.html#wxregionunion">external documentation</a>. -%% <br /> Alternatives: +%% <br /> Alternatives: %% <p><c> %% union(This::wxRegion(), Region::wxRegion() | wxBitmap:wxBitmap()) -> bool() </c> %% </p> @@ -271,7 +271,7 @@ union(#wx_ref{type=ThisT,ref=ThisRef},X,Y,W,H) %% @spec (This::wxRegion(),X::wxRegion()|term()) -> bool() %% @doc See <a href="http://www.wxwidgets.org/manuals/stable/wx_wxregion.html#wxregionxor">external documentation</a>. -%% <br /> Alternatives: +%% <br /> Alternatives: %% <p><c> %% 'Xor'(This::wxRegion(), Region::wxRegion()) -> bool() </c> %% </p> @@ -299,7 +299,7 @@ union(#wx_ref{type=ThisT,ref=ThisRef},X,Y,W,H) %% @spec (This::wxRegion()) -> ok %% @doc Destroys this object, do not use object again -destroy(Obj=#wx_ref{type=Type}) -> +destroy(Obj=#wx_ref{type=Type}) -> ?CLASS(Type,wxRegion), wxe_util:destroy(?DESTROY_OBJECT,Obj), ok. |