From cfd2ba46158ad1ac6798e48150d18c969966a152 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Gustavsson?= Date: Tue, 2 Feb 2010 17:55:47 +0100 Subject: Generate without trailing spaces --- lib/wx/src/gen/wxRegion.erl | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'lib/wx/src/gen/wxRegion.erl') 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 external documentation. -%%
Alternatives: +%%
Alternatives: %%

%% new(Bmp::wxBitmap:wxBitmap()) -> wxRegion() %%

@@ -82,7 +82,7 @@ clear(#wx_ref{type=ThisT,ref=ThisRef}) -> %% @spec (This::wxRegion(),X::term()) -> WxRegionContain %% @doc See external documentation. -%%
Alternatives: +%%
Alternatives: %%

%% contains(This::wxRegion(), Pt::{X::integer(),Y::integer()}) -> WxRegionContain %%
WxRegionContain = integer() @@ -140,7 +140,7 @@ getBox(#wx_ref{type=ThisT,ref=ThisRef}) -> %% @spec (This::wxRegion(),X::wxRegion()|term()) -> bool() %% @doc See external documentation. -%%
Alternatives: +%%
Alternatives: %%

%% intersect(This::wxRegion(), Region::wxRegion()) -> bool() %%

@@ -175,7 +175,7 @@ isEmpty(#wx_ref{type=ThisT,ref=ThisRef}) -> %% @spec (This::wxRegion(),X::wxRegion()|term()) -> bool() %% @doc See external documentation. -%%
Alternatives: +%%
Alternatives: %%

%% subtract(This::wxRegion(), Region::wxRegion()) -> bool() %%

@@ -219,7 +219,7 @@ offset(#wx_ref{type=ThisT,ref=ThisRef},X,Y) %% @spec (This::wxRegion(),X::term()) -> bool() %% @doc See external documentation. -%%
Alternatives: +%%
Alternatives: %%

%% union(This::wxRegion(), Region::wxRegion() | wxBitmap:wxBitmap()) -> bool() %%

@@ -271,7 +271,7 @@ union(#wx_ref{type=ThisT,ref=ThisRef},X,Y,W,H) %% @spec (This::wxRegion(),X::wxRegion()|term()) -> bool() %% @doc See external documentation. -%%
Alternatives: +%%
Alternatives: %%

%% 'Xor'(This::wxRegion(), Region::wxRegion()) -> bool() %%

@@ -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. -- cgit v1.2.3