~ubuntu-branches/debian/squeeze/erlang/squeeze

« back to all changes in this revision

Viewing changes to lib/wx/src/gen/wxImage.erl

  • Committer: Bazaar Package Importer
  • Author(s): Sergei Golovan
  • Date: 2010-03-09 17:34:57 UTC
  • mfrom: (10.1.2 sid)
  • Revision ID: james.westby@ubuntu.com-20100309173457-4yd6hlcb2osfhx31
Tags: 1:13.b.4-dfsg-3
Manpages in section 1 are needed even if only arch-dependent packages are
built. So, re-enabled them.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
%%
2
2
%% %CopyrightBegin%
3
 
%% 
4
 
%% Copyright Ericsson AB 2008-2009. All Rights Reserved.
5
 
%% 
 
3
%%
 
4
%% Copyright Ericsson AB 2008-2010. All Rights Reserved.
 
5
%%
6
6
%% The contents of this file are subject to the Erlang Public License,
7
7
%% Version 1.1, (the "License"); you may not use this file except in
8
8
%% compliance with the License. You should have received a copy of the
9
9
%% Erlang Public License along with this software. If not, it can be
10
10
%% retrieved online at http://www.erlang.org/.
11
 
%% 
 
11
%%
12
12
%% Software distributed under the License is distributed on an "AS IS"
13
13
%% basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See
14
14
%% the License for the specific language governing rights and limitations
15
15
%% under the License.
16
 
%% 
 
16
%%
17
17
%% %CopyrightEnd%
18
18
%% This file is generated DO NOT EDIT
19
19
 
64
64
 
65
65
%% @spec (X::integer()|string(),X::integer()|term()) -> wxImage()
66
66
%% @doc See <a href="http://www.wxwidgets.org/manuals/stable/wx_wximage.html#wximagewximage">external documentation</a>.
67
 
%% <br /> Alternatives: 
 
67
%% <br /> Alternatives:
68
68
%% <p><c>
69
69
%% new(Width::integer(), Height::integer()) -> new(Width,Height, []) </c></p>
70
70
%% <p><c>
87
87
 
88
88
%% @spec (X::integer()|string(),X::integer()|string(),X::binary()|term()) -> wxImage()
89
89
%% @doc See <a href="http://www.wxwidgets.org/manuals/stable/wx_wximage.html#wximagewximage">external documentation</a>.
90
 
%% <br /> Alternatives: 
 
90
%% <br /> Alternatives:
91
91
%% <p><c>
92
92
%% new(Width::integer(), Height::integer(), Data::binary()) -> new(Width,Height,Data, []) </c></p>
93
93
%% <p><c>
121
121
 
122
122
%% @spec (Width::integer(),Height::integer(),Data::binary(),X::binary()|term()) -> wxImage()
123
123
%% @doc See <a href="http://www.wxwidgets.org/manuals/stable/wx_wximage.html#wximagewximage">external documentation</a>.
124
 
%% <br /> Alternatives: 
 
124
%% <br /> Alternatives:
125
125
%% <p><c>
126
126
%% new(Width::integer(), Height::integer(), Data::binary(), Alpha::binary()) -> new(Width,Height,Data,Alpha, []) </c></p>
127
127
%% <p><c>
239
239
 
240
240
%% @spec (This::wxImage(),Width::integer(),Height::integer(),X::binary()|term()) -> bool()
241
241
%% @doc See <a href="http://www.wxwidgets.org/manuals/stable/wx_wximage.html#wximagecreate">external documentation</a>.
242
 
%% <br /> Alternatives: 
 
242
%% <br /> Alternatives:
243
243
%% <p><c>
244
244
%% create(This::wxImage(), Width::integer(), Height::integer(), Data::binary()) -> create(This,Width,Height,Data, []) </c></p>
245
245
%% <p><c>
261
261
 
262
262
%% @spec (This::wxImage(),Width::integer(),Height::integer(),Data::binary(),X::binary()|term()) -> bool()
263
263
%% @doc See <a href="http://www.wxwidgets.org/manuals/stable/wx_wximage.html#wximagecreate">external documentation</a>.
264
 
%% <br /> Alternatives: 
 
264
%% <br /> Alternatives:
265
265
%% <p><c>
266
266
%% create(This::wxImage(), Width::integer(), Height::integer(), Data::binary(), Alpha::binary()) -> create(This,Width,Height,Data,Alpha, []) </c></p>
267
267
%% <p><c>
691
691
 
692
692
%% @spec (This::wxImage(),Name::string(),X::integer()|string()) -> bool()
693
693
%% @doc See <a href="http://www.wxwidgets.org/manuals/stable/wx_wximage.html#wximagesavefile">external documentation</a>.
694
 
%% <br /> Alternatives: 
 
694
%% <br /> Alternatives:
695
695
%% <p><c>
696
696
%% saveFile(This::wxImage(), Name::string(), Type::integer()) -> bool() </c>
697
697
%% </p>
852
852
 
853
853
%% @spec (This::wxImage(),Name::string(),X::integer()|string()) -> ok
854
854
%% @doc See <a href="http://www.wxwidgets.org/manuals/stable/wx_wximage.html#wximagesetoption">external documentation</a>.
855
 
%% <br /> Alternatives: 
 
855
%% <br /> Alternatives:
856
856
%% <p><c>
857
857
%% setOption(This::wxImage(), Name::string(), Value::integer()) -> ok </c>
858
858
%% </p>
899
899
 
900
900
%% @spec (This::wxImage()) -> ok
901
901
%% @doc Destroys this object, do not use object again
902
 
destroy(Obj=#wx_ref{type=Type}) -> 
 
902
destroy(Obj=#wx_ref{type=Type}) ->
903
903
  ?CLASS(Type,wxImage),
904
904
  wxe_util:destroy(?DESTROY_OBJECT,Obj),
905
905
  ok.