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

« back to all changes in this revision

Viewing changes to lib/wx/src/gen/wxListCtrl.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_wxlistctrl.html">wxListCtrl</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 wxControl}
23
23
%% <br />{@link wxWindow}
24
24
%% <br />{@link wxEvtHandler}
32
32
-export([ sortItems/2 ,arrange/1,arrange/2,assignImageList/3,clearAll/1,create/2,
33
33
  create/3,deleteAllItems/1,deleteColumn/2,deleteItem/2,destroy/1,editLabel/2,
34
34
  ensureVisible/2,findItem/3,findItem/4,getColumn/3,getColumnCount/1,
35
 
  getColumnWidth/2,getCountPerPage/1,getImageList/2,getItem/2,getItemBackgroundColour/2,
36
 
  getItemCount/1,getItemData/2,getItemFont/2,getItemPosition/3,getItemRect/3,
37
 
  getItemRect/4,getItemSpacing/1,getItemState/3,getItemText/2,getItemTextColour/2,
38
 
  getNextItem/2,getNextItem/3,getSelectedItemCount/1,getTextColour/1,
39
 
  getTopItem/1,getViewRect/1,hitTest/2,insertColumn/3,insertColumn/4,
40
 
  insertItem/2,insertItem/3,insertItem/4,new/0,new/1,new/2,refreshItem/2,
41
 
  refreshItems/3,scrollList/3,setBackgroundColour/2,setColumn/3,setColumnWidth/3,
42
 
  setImageList/3,setItem/2,setItem/4,setItem/5,setItemBackgroundColour/3,
43
 
  setItemColumnImage/4,setItemCount/2,setItemData/3,setItemFont/3,setItemImage/3,
44
 
  setItemImage/4,setItemPosition/3,setItemState/4,setItemText/3,setItemTextColour/3,
 
35
  getColumnWidth/2,getCountPerPage/1,getEditControl/1,getImageList/2,
 
36
  getItem/2,getItemBackgroundColour/2,getItemCount/1,getItemData/2,
 
37
  getItemFont/2,getItemPosition/3,getItemRect/3,getItemRect/4,getItemSpacing/1,
 
38
  getItemState/3,getItemText/2,getItemTextColour/2,getNextItem/2,getNextItem/3,
 
39
  getSelectedItemCount/1,getTextColour/1,getTopItem/1,getViewRect/1,
 
40
  hitTest/2,insertColumn/3,insertColumn/4,insertItem/2,insertItem/3,
 
41
  insertItem/4,new/0,new/1,new/2,refreshItem/2,refreshItems/3,scrollList/3,
 
42
  setBackgroundColour/2,setColumn/3,setColumnWidth/3,setImageList/3,
 
43
  setItem/2,setItem/4,setItem/5,setItemBackgroundColour/3,setItemColumnImage/4,
 
44
  setItemCount/2,setItemData/3,setItemFont/3,setItemImage/3,setItemImage/4,
 
45
  setItemPosition/3,setItemState/4,setItemText/3,setItemTextColour/3,
45
46
  setSingleStyle/2,setSingleStyle/3,setTextColour/2,setWindowStyleFlag/2]).
46
47
 
47
48
%% inherited exports
220
221
 
221
222
%% @spec (This::wxListCtrl(),Start::integer(),X::string()|term(),X::term()|integer()) -> integer()
222
223
%% @doc See <a href="http://www.wxwidgets.org/manuals/stable/wx_wxlistctrl.html#wxlistctrlfinditem">external documentation</a>.
223
 
%% <br /> Alternatives: 
 
224
%% <br /> Alternatives:
224
225
%% <p><c>
225
226
%% findItem(This::wxListCtrl(), Start::integer(), Str::string(), [Option]) -> integer() </c>
226
227
%%<br /> Option = {partial, bool()}
274
275
  wxe_util:call(?wxListCtrl_GetCountPerPage,
275
276
  <<ThisRef:32/?UI>>).
276
277
 
 
278
%% @spec (This::wxListCtrl()) -> wxTextCtrl:wxTextCtrl()
 
279
%% @doc See <a href="http://www.wxwidgets.org/manuals/stable/wx_wxlistctrl.html#wxlistctrlgeteditcontrol">external documentation</a>.
 
280
getEditControl(#wx_ref{type=ThisT,ref=ThisRef}) ->
 
281
  ?CLASS(ThisT,wxListCtrl),
 
282
  wxe_util:call(?wxListCtrl_GetEditControl,
 
283
  <<ThisRef:32/?UI>>).
 
284
 
277
285
%% @spec (This::wxListCtrl(), Which::integer()) -> wxImageList:wxImageList()
278
286
%% @doc See <a href="http://www.wxwidgets.org/manuals/stable/wx_wxlistctrl.html#wxlistctrlgetimagelist">external documentation</a>.
279
287
getImageList(#wx_ref{type=ThisT,ref=ThisRef},Which)
435
443
 
436
444
%% @spec (This::wxListCtrl(),Col::integer(),X::string()|term()) -> integer()
437
445
%% @doc See <a href="http://www.wxwidgets.org/manuals/stable/wx_wxlistctrl.html#wxlistctrlinsertcolumn">external documentation</a>.
438
 
%% <br /> Alternatives: 
 
446
%% <br /> Alternatives:
439
447
%% <p><c>
440
448
%% insertColumn(This::wxListCtrl(), Col::integer(), Heading::string()) -> insertColumn(This,Col,Heading, []) </c></p>
441
449
%% <p><c>
476
484
 
477
485
%% @spec (This::wxListCtrl(),Index::integer(),X::integer()|string()) -> integer()
478
486
%% @doc See <a href="http://www.wxwidgets.org/manuals/stable/wx_wxlistctrl.html#wxlistctrlinsertitem">external documentation</a>.
479
 
%% <br /> Alternatives: 
 
487
%% <br /> Alternatives:
480
488
%% <p><c>
481
489
%% insertItem(This::wxListCtrl(), Index::integer(), ImageIndex::integer()) -> integer() </c>
482
490
%% </p>
735
743
        wxe_util:call(?wxListCtrl_SortItems, <<ThisRef:32/?UI,SortId:32/?UI>>).
736
744
%% @spec (This::wxListCtrl()) -> ok
737
745
%% @doc Destroys this object, do not use object again
738
 
destroy(Obj=#wx_ref{type=Type}) -> 
 
746
destroy(Obj=#wx_ref{type=Type}) ->
739
747
  ?CLASS(Type,wxListCtrl),
740
748
  wxe_util:destroy(?DESTROY_OBJECT,Obj),
741
749
  ok.
742
 
 %% From wxControl 
 
750
 %% From wxControl
743
751
%% @hidden
744
752
setLabel(This,Label) -> wxControl:setLabel(This,Label).
745
753
%% @hidden
746
754
getLabel(This) -> wxControl:getLabel(This).
747
 
 %% From wxWindow 
 
755
 %% From wxWindow
748
756
%% @hidden
749
757
warpPointer(This,X,Y) -> wxWindow:warpPointer(This,X,Y).
750
758
%% @hidden
1087
1095
captureMouse(This) -> wxWindow:captureMouse(This).
1088
1096
%% @hidden
1089
1097
cacheBestSize(This,Size) -> wxWindow:cacheBestSize(This,Size).
1090
 
 %% From wxEvtHandler 
 
1098
 %% From wxEvtHandler
1091
1099
%% @hidden
1092
1100
disconnect(This,EventType, Options) -> wxEvtHandler:disconnect(This,EventType, Options).
1093
1101
%% @hidden