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/wxImage.erl | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'lib/wx/src/gen/wxImage.erl') diff --git a/lib/wx/src/gen/wxImage.erl b/lib/wx/src/gen/wxImage.erl index d35a56bdc6..5fe105fbb2 100644 --- a/lib/wx/src/gen/wxImage.erl +++ b/lib/wx/src/gen/wxImage.erl @@ -64,7 +64,7 @@ new(Name) %% @spec (X::integer()|string(),X::integer()|term()) -> wxImage() %% @doc See external documentation. -%%
Alternatives: +%%
Alternatives: %%

%% new(Width::integer(), Height::integer()) -> new(Width,Height, [])

%%

@@ -87,7 +87,7 @@ new(Name, Options) %% @spec (X::integer()|string(),X::integer()|string(),X::binary()|term()) -> wxImage() %% @doc See external documentation. -%%
Alternatives: +%%
Alternatives: %%

%% new(Width::integer(), Height::integer(), Data::binary()) -> new(Width,Height,Data, [])

%%

@@ -121,7 +121,7 @@ new(Name,Mimetype, Options) %% @spec (Width::integer(),Height::integer(),Data::binary(),X::binary()|term()) -> wxImage() %% @doc See external documentation. -%%
Alternatives: +%%
Alternatives: %%

%% new(Width::integer(), Height::integer(), Data::binary(), Alpha::binary()) -> new(Width,Height,Data,Alpha, [])

%%

@@ -239,7 +239,7 @@ create(This,Width,Height) %% @spec (This::wxImage(),Width::integer(),Height::integer(),X::binary()|term()) -> bool() %% @doc See external documentation. -%%
Alternatives: +%%
Alternatives: %%

%% create(This::wxImage(), Width::integer(), Height::integer(), Data::binary()) -> create(This,Width,Height,Data, [])

%%

@@ -261,7 +261,7 @@ create(#wx_ref{type=ThisT,ref=ThisRef},Width,Height, Options) %% @spec (This::wxImage(),Width::integer(),Height::integer(),Data::binary(),X::binary()|term()) -> bool() %% @doc See external documentation. -%%
Alternatives: +%%
Alternatives: %%

%% create(This::wxImage(), Width::integer(), Height::integer(), Data::binary(), Alpha::binary()) -> create(This,Width,Height,Data,Alpha, [])

%%

@@ -691,7 +691,7 @@ saveFile(#wx_ref{type=ThisT,ref=ThisRef},Name) %% @spec (This::wxImage(),Name::string(),X::integer()|string()) -> bool() %% @doc See external documentation. -%%
Alternatives: +%%
Alternatives: %%

%% saveFile(This::wxImage(), Name::string(), Type::integer()) -> bool() %%

@@ -852,7 +852,7 @@ setMaskFromImage(#wx_ref{type=ThisT,ref=ThisRef},#wx_ref{type=MaskT,ref=MaskRef} %% @spec (This::wxImage(),Name::string(),X::integer()|string()) -> ok %% @doc See external documentation. -%%
Alternatives: +%%
Alternatives: %%

%% setOption(This::wxImage(), Name::string(), Value::integer()) -> ok %%

@@ -899,7 +899,7 @@ setRGB(#wx_ref{type=ThisT,ref=ThisRef},X,Y,R,G,B) %% @spec (This::wxImage()) -> ok %% @doc Destroys this object, do not use object again -destroy(Obj=#wx_ref{type=Type}) -> +destroy(Obj=#wx_ref{type=Type}) -> ?CLASS(Type,wxImage), wxe_util:destroy(?DESTROY_OBJECT,Obj), ok. -- cgit v1.2.3