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

« back to all changes in this revision

Viewing changes to lib/wx/src/gen/wxMenu.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
 
20
20
%% @doc See external documentation: <a href="http://www.wxwidgets.org/manuals/stable/wx_wxmenu.html">wxMenu</a>.
21
 
%% <p>This class is derived (and can use functions) from: 
 
21
%% <p>This class is derived (and can use functions) from:
22
22
%% <br />{@link wxEvtHandler}
23
23
%% </p>
24
24
%% @type wxMenu().  An object reference, The representation is internal
88
88
 
89
89
%% @spec (This::wxMenu(),Itemid::integer(),Text::string(),X::wxMenu()|term()) -> wxMenuItem:wxMenuItem()
90
90
%% @doc See <a href="http://www.wxwidgets.org/manuals/stable/wx_wxmenu.html#wxmenuappend">external documentation</a>.
91
 
%% <br /> Alternatives: 
 
91
%% <br /> Alternatives:
92
92
%% <p><c>
93
93
%% append(This::wxMenu(), Itemid::integer(), Text::string(), Submenu::wxMenu()) -> append(This,Itemid,Text,Submenu, []) </c></p>
94
94
%% <p><c>
114
114
 
115
115
%% @spec (This::wxMenu(),Itemid::integer(),Text::string(),X::string()|wxMenu(),X::bool()|term()) -> ok|wxMenuItem:wxMenuItem()
116
116
%% @doc See <a href="http://www.wxwidgets.org/manuals/stable/wx_wxmenu.html#wxmenuappend">external documentation</a>.
117
 
%% <br /> Alternatives: 
 
117
%% <br /> Alternatives:
118
118
%% <p><c>
119
119
%% append(This::wxMenu(), Itemid::integer(), Text::string(), Help::string(), IsCheckable::bool()) -> ok </c>
120
120
%% </p>
202
202
 
203
203
%% @spec (This::wxMenu(),X::integer()|term()) -> bool()
204
204
%% @doc See <a href="http://www.wxwidgets.org/manuals/stable/wx_wxmenu.html#wxmenudelete">external documentation</a>.
205
 
%% <br /> Alternatives: 
 
205
%% <br /> Alternatives:
206
206
%% <p><c>
207
207
%% delete(This::wxMenu(), Itemid::integer()) -> bool() </c>
208
208
%% </p>
222
222
 
223
223
%% @spec (This::wxMenu(),X::integer()|term()) -> bool()
224
224
%% @doc See <a href="http://www.wxwidgets.org/manuals/stable/wx_wxmenu.html#wxmenudestroy">external documentation</a>.
225
 
%% <br /> Alternatives: 
 
225
%% <br /> Alternatives:
226
226
%% <p><c>
227
227
%% 'Destroy'(This::wxMenu(), Itemid::integer()) -> bool() </c>
228
228
%% </p>
250
250
 
251
251
%% @spec (This::wxMenu(),X::integer()|string()) -> wxMenuItem:wxMenuItem()|integer()
252
252
%% @doc See <a href="http://www.wxwidgets.org/manuals/stable/wx_wxmenu.html#wxmenufinditem">external documentation</a>.
253
 
%% <br /> Alternatives: 
 
253
%% <br /> Alternatives:
254
254
%% <p><c>
255
255
%% findItem(This::wxMenu(), Itemid::integer()) -> wxMenuItem:wxMenuItem() </c>
256
256
%% </p>
316
316
 
317
317
%% @spec (This::wxMenu(),Pos::integer(),X::integer()|term()) -> wxMenuItem:wxMenuItem()
318
318
%% @doc See <a href="http://www.wxwidgets.org/manuals/stable/wx_wxmenu.html#wxmenuinsert">external documentation</a>.
319
 
%% <br /> Alternatives: 
 
319
%% <br /> Alternatives:
320
320
%% <p><c>
321
321
%% insert(This::wxMenu(), Pos::integer(), Itemid::integer()) -> insert(This,Pos,Itemid, []) </c></p>
322
322
%% <p><c>
357
357
 
358
358
%% @spec (This::wxMenu(),Pos::integer(),Itemid::integer(),Text::string(),X::string()|wxMenu(),X::bool()|term()) -> ok|wxMenuItem:wxMenuItem()
359
359
%% @doc See <a href="http://www.wxwidgets.org/manuals/stable/wx_wxmenu.html#wxmenuinsert">external documentation</a>.
360
 
%% <br /> Alternatives: 
 
360
%% <br /> Alternatives:
361
361
%% <p><c>
362
362
%% insert(This::wxMenu(), Pos::integer(), Itemid::integer(), Text::string(), Help::string(), IsCheckable::bool()) -> ok </c>
363
363
%% </p>
447
447
 
448
448
%% @spec (This::wxMenu(),X::integer()|term()) -> wxMenuItem:wxMenuItem()
449
449
%% @doc See <a href="http://www.wxwidgets.org/manuals/stable/wx_wxmenu.html#wxmenuprepend">external documentation</a>.
450
 
%% <br /> Alternatives: 
 
450
%% <br /> Alternatives:
451
451
%% <p><c>
452
452
%% prepend(This::wxMenu(), Itemid::integer()) -> prepend(This,Itemid, []) </c></p>
453
453
%% <p><c>
487
487
 
488
488
%% @spec (This::wxMenu(),Itemid::integer(),Text::string(),X::string()|wxMenu(),X::bool()|term()) -> ok|wxMenuItem:wxMenuItem()
489
489
%% @doc See <a href="http://www.wxwidgets.org/manuals/stable/wx_wxmenu.html#wxmenuprepend">external documentation</a>.
490
 
%% <br /> Alternatives: 
 
490
%% <br /> Alternatives:
491
491
%% <p><c>
492
492
%% prepend(This::wxMenu(), Itemid::integer(), Text::string(), Help::string(), IsCheckable::bool()) -> ok </c>
493
493
%% </p>
560
560
 
561
561
%% @spec (This::wxMenu(),X::integer()|term()) -> wxMenuItem:wxMenuItem()
562
562
%% @doc See <a href="http://www.wxwidgets.org/manuals/stable/wx_wxmenu.html#wxmenuremove">external documentation</a>.
563
 
%% <br /> Alternatives: 
 
563
%% <br /> Alternatives:
564
564
%% <p><c>
565
565
%% remove(This::wxMenu(), Itemid::integer()) -> wxMenuItem:wxMenuItem() </c>
566
566
%% </p>
607
607
 
608
608
%% @spec (This::wxMenu()) -> ok
609
609
%% @doc Destroys this object, do not use object again
610
 
destroy(Obj=#wx_ref{type=Type}) -> 
 
610
destroy(Obj=#wx_ref{type=Type}) ->
611
611
  ?CLASS(Type,wxMenu),
612
612
  wxe_util:destroy(?DESTROY_OBJECT,Obj),
613
613
  ok.
614
 
 %% From wxEvtHandler 
 
614
 %% From wxEvtHandler
615
615
%% @hidden
616
616
disconnect(This,EventType, Options) -> wxEvtHandler:disconnect(This,EventType, Options).
617
617
%% @hidden