~ubuntu-branches/ubuntu/trusty/erlang/trusty

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Clint Byrum
  • Date: 2011-05-05 15:48:43 UTC
  • mfrom: (3.5.13 sid)
  • Revision ID: james.westby@ubuntu.com-20110505154843-0om6ekzg6m7ugj27
Tags: 1:14.b.2-dfsg-3ubuntu1
* Merge from debian unstable.  Remaining changes:
  - Drop libwxgtk2.8-dev build dependency. Wx isn't in main, and not
    supposed to.
  - Drop erlang-wx binary.
  - Drop erlang-wx dependency from -megaco, -common-test, and -reltool, they
    do not really need wx. Also drop it from -debugger; the GUI needs wx,
    but it apparently has CLI bits as well, and is also needed by -megaco,
    so let's keep the package for now.
  - debian/patches/series: Do what I meant, and enable build-options.patch
    instead.
* Additional changes:
  - Drop erlang-wx from -et
* Dropped Changes:
  - patches/pcre-crash.patch: CVE-2008-2371: outer level option with
    alternatives caused crash. (Applied Upstream)
  - fix for ssl certificate verification in newSSL: 
    ssl_cacertfile_fix.patch (Applied Upstream)
  - debian/patches/series: Enable native.patch again, to get stripped beam
    files and reduce the package size again. (build-options is what
    actually accomplished this)
  - Remove build-options.patch on advice from upstream and because it caused
    odd build failures.

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.