From 4a9055ebb2f5fc69205a1082bbc813839c0e3138 Mon Sep 17 00:00:00 2001 From: Dan Gudmundsson Date: Thu, 21 Nov 2013 14:18:31 +0100 Subject: wx: Update documentation links to wxWidgets --- lib/wx/src/gen/wxListCtrl.erl | 122 +++++++++++++++++++++--------------------- 1 file changed, 61 insertions(+), 61 deletions(-) (limited to 'lib/wx/src/gen/wxListCtrl.erl') diff --git a/lib/wx/src/gen/wxListCtrl.erl b/lib/wx/src/gen/wxListCtrl.erl index a6288fc02a..f9010eecf9 100644 --- a/lib/wx/src/gen/wxListCtrl.erl +++ b/lib/wx/src/gen/wxListCtrl.erl @@ -1,7 +1,7 @@ %% %% %CopyrightBegin% %% -%% Copyright Ericsson AB 2008-2012. All Rights Reserved. +%% Copyright Ericsson AB 2008-2013. All Rights Reserved. %% %% The contents of this file are subject to the Erlang Public License, %% Version 1.1, (the "License"); you may not use this file except in @@ -17,7 +17,7 @@ %% %CopyrightEnd% %% This file is generated DO NOT EDIT -%% @doc See external documentation: wxListCtrl. +%% @doc See external documentation: wxListCtrl. %%

This class is derived (and can use functions) from: %%
{@link wxControl} %%
{@link wxWindow} @@ -151,7 +151,7 @@ arrange(This) when is_record(This, wx_ref) -> arrange(This, []). -%% @doc See external documentation. +%% @doc See external documentation. -spec arrange(This, [Option]) -> boolean() when This::wxListCtrl(), Option :: {flag, integer()}. @@ -164,7 +164,7 @@ arrange(#wx_ref{type=ThisT,ref=ThisRef}, Options) wxe_util:call(?wxListCtrl_Arrange, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec assignImageList(This, ImageList, Which) -> ok when This::wxListCtrl(), ImageList::wxImageList:wxImageList(), Which::integer(). assignImageList(#wx_ref{type=ThisT,ref=ThisRef},#wx_ref{type=ImageListT,ref=ImageListRef},Which) @@ -174,7 +174,7 @@ assignImageList(#wx_ref{type=ThisT,ref=ThisRef},#wx_ref{type=ImageListT,ref=Imag wxe_util:cast(?wxListCtrl_AssignImageList, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec clearAll(This) -> ok when This::wxListCtrl(). clearAll(#wx_ref{type=ThisT,ref=ThisRef}) -> @@ -217,7 +217,7 @@ create(#wx_ref{type=ThisT,ref=ThisRef},#wx_ref{type=ParentT,ref=ParentRef}, Opti wxe_util:call(?wxListCtrl_Create, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec deleteAllItems(This) -> boolean() when This::wxListCtrl(). deleteAllItems(#wx_ref{type=ThisT,ref=ThisRef}) -> @@ -225,7 +225,7 @@ deleteAllItems(#wx_ref{type=ThisT,ref=ThisRef}) -> wxe_util:call(?wxListCtrl_DeleteAllItems, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec deleteColumn(This, Col) -> boolean() when This::wxListCtrl(), Col::integer(). deleteColumn(#wx_ref{type=ThisT,ref=ThisRef},Col) @@ -234,7 +234,7 @@ deleteColumn(#wx_ref{type=ThisT,ref=ThisRef},Col) wxe_util:call(?wxListCtrl_DeleteColumn, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec deleteItem(This, Item) -> boolean() when This::wxListCtrl(), Item::integer(). deleteItem(#wx_ref{type=ThisT,ref=ThisRef},Item) @@ -243,7 +243,7 @@ deleteItem(#wx_ref{type=ThisT,ref=ThisRef},Item) wxe_util:call(?wxListCtrl_DeleteItem, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec editLabel(This, Item) -> wxTextCtrl:wxTextCtrl() when This::wxListCtrl(), Item::integer(). editLabel(#wx_ref{type=ThisT,ref=ThisRef},Item) @@ -252,7 +252,7 @@ editLabel(#wx_ref{type=ThisT,ref=ThisRef},Item) wxe_util:call(?wxListCtrl_EditLabel, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec ensureVisible(This, Item) -> boolean() when This::wxListCtrl(), Item::integer(). ensureVisible(#wx_ref{type=ThisT,ref=ThisRef},Item) @@ -269,7 +269,7 @@ findItem(This,Start,Str) when is_record(This, wx_ref),is_integer(Start),is_list(Str) -> findItem(This,Start,Str, []). -%% @doc See external documentation. +%% @doc See external documentation. %%
Also:
%% findItem(This, Start, Pt, Direction) -> integer() when
%% This::wxListCtrl(), Start::integer(), Pt::{X::integer(), Y::integer()}, Direction::integer().
@@ -294,7 +294,7 @@ findItem(#wx_ref{type=ThisT,ref=ThisRef},Start,{PtX,PtY},Direction) wxe_util:call(?wxListCtrl_FindItem_3_1, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec getColumn(This, Col, Item) -> boolean() when This::wxListCtrl(), Col::integer(), Item::wxListItem:wxListItem(). getColumn(#wx_ref{type=ThisT,ref=ThisRef},Col,#wx_ref{type=ItemT,ref=ItemRef}) @@ -304,7 +304,7 @@ getColumn(#wx_ref{type=ThisT,ref=ThisRef},Col,#wx_ref{type=ItemT,ref=ItemRef}) wxe_util:call(?wxListCtrl_GetColumn, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec getColumnCount(This) -> integer() when This::wxListCtrl(). getColumnCount(#wx_ref{type=ThisT,ref=ThisRef}) -> @@ -312,7 +312,7 @@ getColumnCount(#wx_ref{type=ThisT,ref=ThisRef}) -> wxe_util:call(?wxListCtrl_GetColumnCount, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec getColumnWidth(This, Col) -> integer() when This::wxListCtrl(), Col::integer(). getColumnWidth(#wx_ref{type=ThisT,ref=ThisRef},Col) @@ -321,7 +321,7 @@ getColumnWidth(#wx_ref{type=ThisT,ref=ThisRef},Col) wxe_util:call(?wxListCtrl_GetColumnWidth, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec getCountPerPage(This) -> integer() when This::wxListCtrl(). getCountPerPage(#wx_ref{type=ThisT,ref=ThisRef}) -> @@ -329,7 +329,7 @@ getCountPerPage(#wx_ref{type=ThisT,ref=ThisRef}) -> wxe_util:call(?wxListCtrl_GetCountPerPage, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec getEditControl(This) -> wxTextCtrl:wxTextCtrl() when This::wxListCtrl(). getEditControl(#wx_ref{type=ThisT,ref=ThisRef}) -> @@ -337,7 +337,7 @@ getEditControl(#wx_ref{type=ThisT,ref=ThisRef}) -> wxe_util:call(?wxListCtrl_GetEditControl, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec getImageList(This, Which) -> wxImageList:wxImageList() when This::wxListCtrl(), Which::integer(). getImageList(#wx_ref{type=ThisT,ref=ThisRef},Which) @@ -346,7 +346,7 @@ getImageList(#wx_ref{type=ThisT,ref=ThisRef},Which) wxe_util:call(?wxListCtrl_GetImageList, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec getItem(This, Info) -> boolean() when This::wxListCtrl(), Info::wxListItem:wxListItem(). getItem(#wx_ref{type=ThisT,ref=ThisRef},#wx_ref{type=InfoT,ref=InfoRef}) -> @@ -355,7 +355,7 @@ getItem(#wx_ref{type=ThisT,ref=ThisRef},#wx_ref{type=InfoT,ref=InfoRef}) -> wxe_util:call(?wxListCtrl_GetItem, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec getItemBackgroundColour(This, Item) -> wx:wx_colour4() when This::wxListCtrl(), Item::integer(). getItemBackgroundColour(#wx_ref{type=ThisT,ref=ThisRef},Item) @@ -364,7 +364,7 @@ getItemBackgroundColour(#wx_ref{type=ThisT,ref=ThisRef},Item) wxe_util:call(?wxListCtrl_GetItemBackgroundColour, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec getItemCount(This) -> integer() when This::wxListCtrl(). getItemCount(#wx_ref{type=ThisT,ref=ThisRef}) -> @@ -372,7 +372,7 @@ getItemCount(#wx_ref{type=ThisT,ref=ThisRef}) -> wxe_util:call(?wxListCtrl_GetItemCount, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec getItemData(This, Item) -> integer() when This::wxListCtrl(), Item::integer(). getItemData(#wx_ref{type=ThisT,ref=ThisRef},Item) @@ -381,7 +381,7 @@ getItemData(#wx_ref{type=ThisT,ref=ThisRef},Item) wxe_util:call(?wxListCtrl_GetItemData, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec getItemFont(This, Item) -> wxFont:wxFont() when This::wxListCtrl(), Item::integer(). getItemFont(#wx_ref{type=ThisT,ref=ThisRef},Item) @@ -390,7 +390,7 @@ getItemFont(#wx_ref{type=ThisT,ref=ThisRef},Item) wxe_util:call(?wxListCtrl_GetItemFont, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec getItemPosition(This, Item) -> Result when Result ::{Res ::boolean(), Pos::{X::integer(), Y::integer()}}, This::wxListCtrl(), Item::integer(). @@ -409,7 +409,7 @@ getItemRect(This,Item) when is_record(This, wx_ref),is_integer(Item) -> getItemRect(This,Item, []). -%% @doc See external documentation. +%% @doc See external documentation. -spec getItemRect(This, Item, [Option]) -> Result when Result :: {Res ::boolean(), Rect::{X::integer(), Y::integer(), W::integer(), H::integer()}}, This::wxListCtrl(), Item::integer(), @@ -423,7 +423,7 @@ getItemRect(#wx_ref{type=ThisT,ref=ThisRef},Item, Options) wxe_util:call(?wxListCtrl_GetItemRect, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec getItemSpacing(This) -> {W::integer(), H::integer()} when This::wxListCtrl(). getItemSpacing(#wx_ref{type=ThisT,ref=ThisRef}) -> @@ -431,7 +431,7 @@ getItemSpacing(#wx_ref{type=ThisT,ref=ThisRef}) -> wxe_util:call(?wxListCtrl_GetItemSpacing, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec getItemState(This, Item, StateMask) -> integer() when This::wxListCtrl(), Item::integer(), StateMask::integer(). getItemState(#wx_ref{type=ThisT,ref=ThisRef},Item,StateMask) @@ -440,7 +440,7 @@ getItemState(#wx_ref{type=ThisT,ref=ThisRef},Item,StateMask) wxe_util:call(?wxListCtrl_GetItemState, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec getItemText(This, Item) -> unicode:charlist() when This::wxListCtrl(), Item::integer(). getItemText(#wx_ref{type=ThisT,ref=ThisRef},Item) @@ -449,7 +449,7 @@ getItemText(#wx_ref{type=ThisT,ref=ThisRef},Item) wxe_util:call(?wxListCtrl_GetItemText, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec getItemTextColour(This, Item) -> wx:wx_colour4() when This::wxListCtrl(), Item::integer(). getItemTextColour(#wx_ref{type=ThisT,ref=ThisRef},Item) @@ -466,7 +466,7 @@ getNextItem(This,Item) when is_record(This, wx_ref),is_integer(Item) -> getNextItem(This,Item, []). -%% @doc See external documentation. +%% @doc See external documentation. -spec getNextItem(This, Item, [Option]) -> integer() when This::wxListCtrl(), Item::integer(), Option :: {geometry, integer()} @@ -481,7 +481,7 @@ getNextItem(#wx_ref{type=ThisT,ref=ThisRef},Item, Options) wxe_util:call(?wxListCtrl_GetNextItem, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec getSelectedItemCount(This) -> integer() when This::wxListCtrl(). getSelectedItemCount(#wx_ref{type=ThisT,ref=ThisRef}) -> @@ -489,7 +489,7 @@ getSelectedItemCount(#wx_ref{type=ThisT,ref=ThisRef}) -> wxe_util:call(?wxListCtrl_GetSelectedItemCount, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec getTextColour(This) -> wx:wx_colour4() when This::wxListCtrl(). getTextColour(#wx_ref{type=ThisT,ref=ThisRef}) -> @@ -497,7 +497,7 @@ getTextColour(#wx_ref{type=ThisT,ref=ThisRef}) -> wxe_util:call(?wxListCtrl_GetTextColour, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec getTopItem(This) -> integer() when This::wxListCtrl(). getTopItem(#wx_ref{type=ThisT,ref=ThisRef}) -> @@ -505,7 +505,7 @@ getTopItem(#wx_ref{type=ThisT,ref=ThisRef}) -> wxe_util:call(?wxListCtrl_GetTopItem, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec getViewRect(This) -> {X::integer(), Y::integer(), W::integer(), H::integer()} when This::wxListCtrl(). getViewRect(#wx_ref{type=ThisT,ref=ThisRef}) -> @@ -513,7 +513,7 @@ getViewRect(#wx_ref{type=ThisT,ref=ThisRef}) -> wxe_util:call(?wxListCtrl_GetViewRect, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec hitTest(This, Point, Flags) -> integer() when This::wxListCtrl(), Point::{X::integer(), Y::integer()}, Flags::integer(). hitTest(#wx_ref{type=ThisT,ref=ThisRef},{PointX,PointY},Flags) @@ -522,7 +522,7 @@ hitTest(#wx_ref{type=ThisT,ref=ThisRef},{PointX,PointY},Flags) wxe_util:call(?wxListCtrl_HitTest, <>). -%% @doc See external documentation. +%% @doc See external documentation. %%
Also:
%% insertColumn(This, Col, Info) -> integer() when
%% This::wxListCtrl(), Col::integer(), Info::wxListItem:wxListItem().
@@ -542,7 +542,7 @@ insertColumn(#wx_ref{type=ThisT,ref=ThisRef},Col,#wx_ref{type=InfoT,ref=InfoRef} wxe_util:call(?wxListCtrl_InsertColumn_2, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec insertColumn(This, Col, Heading, [Option]) -> integer() when This::wxListCtrl(), Col::integer(), Heading::unicode:chardata(), Option :: {format, integer()} @@ -558,7 +558,7 @@ insertColumn(#wx_ref{type=ThisT,ref=ThisRef},Col,Heading, Options) wxe_util:call(?wxListCtrl_InsertColumn_3, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec insertItem(This, Info) -> integer() when This::wxListCtrl(), Info::wxListItem:wxListItem(). insertItem(#wx_ref{type=ThisT,ref=ThisRef},#wx_ref{type=InfoT,ref=InfoRef}) -> @@ -567,7 +567,7 @@ insertItem(#wx_ref{type=ThisT,ref=ThisRef},#wx_ref{type=InfoT,ref=InfoRef}) -> wxe_util:call(?wxListCtrl_InsertItem_1, <>). -%% @doc See external documentation. +%% @doc See external documentation. %%
Also:
%% insertItem(This, Index, Label) -> integer() when
%% This::wxListCtrl(), Index::integer(), Label::unicode:chardata().
@@ -588,7 +588,7 @@ insertItem(#wx_ref{type=ThisT,ref=ThisRef},Index,Label) wxe_util:call(?wxListCtrl_InsertItem_2_1, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec insertItem(This, Index, Label, ImageIndex) -> integer() when This::wxListCtrl(), Index::integer(), Label::unicode:chardata(), ImageIndex::integer(). insertItem(#wx_ref{type=ThisT,ref=ThisRef},Index,Label,ImageIndex) @@ -598,7 +598,7 @@ insertItem(#wx_ref{type=ThisT,ref=ThisRef},Index,Label,ImageIndex) wxe_util:call(?wxListCtrl_InsertItem_3, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec refreshItem(This, Item) -> ok when This::wxListCtrl(), Item::integer(). refreshItem(#wx_ref{type=ThisT,ref=ThisRef},Item) @@ -607,7 +607,7 @@ refreshItem(#wx_ref{type=ThisT,ref=ThisRef},Item) wxe_util:cast(?wxListCtrl_RefreshItem, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec refreshItems(This, ItemFrom, ItemTo) -> ok when This::wxListCtrl(), ItemFrom::integer(), ItemTo::integer(). refreshItems(#wx_ref{type=ThisT,ref=ThisRef},ItemFrom,ItemTo) @@ -616,7 +616,7 @@ refreshItems(#wx_ref{type=ThisT,ref=ThisRef},ItemFrom,ItemTo) wxe_util:cast(?wxListCtrl_RefreshItems, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec scrollList(This, Dx, Dy) -> boolean() when This::wxListCtrl(), Dx::integer(), Dy::integer(). scrollList(#wx_ref{type=ThisT,ref=ThisRef},Dx,Dy) @@ -625,7 +625,7 @@ scrollList(#wx_ref{type=ThisT,ref=ThisRef},Dx,Dy) wxe_util:call(?wxListCtrl_ScrollList, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec setBackgroundColour(This, Colour) -> boolean() when This::wxListCtrl(), Colour::wx:wx_colour(). setBackgroundColour(#wx_ref{type=ThisT,ref=ThisRef},Colour) @@ -634,7 +634,7 @@ setBackgroundColour(#wx_ref{type=ThisT,ref=ThisRef},Colour) wxe_util:call(?wxListCtrl_SetBackgroundColour, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec setColumn(This, Col, Item) -> boolean() when This::wxListCtrl(), Col::integer(), Item::wxListItem:wxListItem(). setColumn(#wx_ref{type=ThisT,ref=ThisRef},Col,#wx_ref{type=ItemT,ref=ItemRef}) @@ -644,7 +644,7 @@ setColumn(#wx_ref{type=ThisT,ref=ThisRef},Col,#wx_ref{type=ItemT,ref=ItemRef}) wxe_util:call(?wxListCtrl_SetColumn, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec setColumnWidth(This, Col, Width) -> boolean() when This::wxListCtrl(), Col::integer(), Width::integer(). setColumnWidth(#wx_ref{type=ThisT,ref=ThisRef},Col,Width) @@ -653,7 +653,7 @@ setColumnWidth(#wx_ref{type=ThisT,ref=ThisRef},Col,Width) wxe_util:call(?wxListCtrl_SetColumnWidth, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec setImageList(This, ImageList, Which) -> ok when This::wxListCtrl(), ImageList::wxImageList:wxImageList(), Which::integer(). setImageList(#wx_ref{type=ThisT,ref=ThisRef},#wx_ref{type=ImageListT,ref=ImageListRef},Which) @@ -663,7 +663,7 @@ setImageList(#wx_ref{type=ThisT,ref=ThisRef},#wx_ref{type=ImageListT,ref=ImageLi wxe_util:cast(?wxListCtrl_SetImageList, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec setItem(This, Info) -> boolean() when This::wxListCtrl(), Info::wxListItem:wxListItem(). setItem(#wx_ref{type=ThisT,ref=ThisRef},#wx_ref{type=InfoT,ref=InfoRef}) -> @@ -680,7 +680,7 @@ setItem(This,Index,Col,Label) when is_record(This, wx_ref),is_integer(Index),is_integer(Col),is_list(Label) -> setItem(This,Index,Col,Label, []). -%% @doc See external documentation. +%% @doc See external documentation. -spec setItem(This, Index, Col, Label, [Option]) -> integer() when This::wxListCtrl(), Index::integer(), Col::integer(), Label::unicode:chardata(), Option :: {imageId, integer()}. @@ -694,7 +694,7 @@ setItem(#wx_ref{type=ThisT,ref=ThisRef},Index,Col,Label, Options) wxe_util:call(?wxListCtrl_SetItem_4, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec setItemBackgroundColour(This, Item, Col) -> ok when This::wxListCtrl(), Item::integer(), Col::wx:wx_colour(). setItemBackgroundColour(#wx_ref{type=ThisT,ref=ThisRef},Item,Col) @@ -703,7 +703,7 @@ setItemBackgroundColour(#wx_ref{type=ThisT,ref=ThisRef},Item,Col) wxe_util:cast(?wxListCtrl_SetItemBackgroundColour, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec setItemCount(This, Count) -> ok when This::wxListCtrl(), Count::integer(). setItemCount(#wx_ref{type=ThisT,ref=ThisRef},Count) @@ -712,7 +712,7 @@ setItemCount(#wx_ref{type=ThisT,ref=ThisRef},Count) wxe_util:cast(?wxListCtrl_SetItemCount, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec setItemData(This, Item, Data) -> boolean() when This::wxListCtrl(), Item::integer(), Data::integer(). setItemData(#wx_ref{type=ThisT,ref=ThisRef},Item,Data) @@ -721,7 +721,7 @@ setItemData(#wx_ref{type=ThisT,ref=ThisRef},Item,Data) wxe_util:call(?wxListCtrl_SetItemData, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec setItemFont(This, Item, F) -> ok when This::wxListCtrl(), Item::integer(), F::wxFont:wxFont(). setItemFont(#wx_ref{type=ThisT,ref=ThisRef},Item,#wx_ref{type=FT,ref=FRef}) @@ -739,7 +739,7 @@ setItemImage(This,Item,Image) when is_record(This, wx_ref),is_integer(Item),is_integer(Image) -> setItemImage(This,Item,Image, []). -%% @doc See external documentation. +%% @doc See external documentation. -spec setItemImage(This, Item, Image, [Option]) -> boolean() when This::wxListCtrl(), Item::integer(), Image::integer(), Option :: {selImage, integer()}. @@ -752,7 +752,7 @@ setItemImage(#wx_ref{type=ThisT,ref=ThisRef},Item,Image, Options) wxe_util:call(?wxListCtrl_SetItemImage, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec setItemColumnImage(This, Item, Column, Image) -> boolean() when This::wxListCtrl(), Item::integer(), Column::integer(), Image::integer(). setItemColumnImage(#wx_ref{type=ThisT,ref=ThisRef},Item,Column,Image) @@ -761,7 +761,7 @@ setItemColumnImage(#wx_ref{type=ThisT,ref=ThisRef},Item,Column,Image) wxe_util:call(?wxListCtrl_SetItemColumnImage, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec setItemPosition(This, Item, Pos) -> boolean() when This::wxListCtrl(), Item::integer(), Pos::{X::integer(), Y::integer()}. setItemPosition(#wx_ref{type=ThisT,ref=ThisRef},Item,{PosX,PosY}) @@ -770,7 +770,7 @@ setItemPosition(#wx_ref{type=ThisT,ref=ThisRef},Item,{PosX,PosY}) wxe_util:call(?wxListCtrl_SetItemPosition, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec setItemState(This, Item, State, StateMask) -> boolean() when This::wxListCtrl(), Item::integer(), State::integer(), StateMask::integer(). setItemState(#wx_ref{type=ThisT,ref=ThisRef},Item,State,StateMask) @@ -779,7 +779,7 @@ setItemState(#wx_ref{type=ThisT,ref=ThisRef},Item,State,StateMask) wxe_util:call(?wxListCtrl_SetItemState, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec setItemText(This, Item, Str) -> ok when This::wxListCtrl(), Item::integer(), Str::unicode:chardata(). setItemText(#wx_ref{type=ThisT,ref=ThisRef},Item,Str) @@ -789,7 +789,7 @@ setItemText(#wx_ref{type=ThisT,ref=ThisRef},Item,Str) wxe_util:cast(?wxListCtrl_SetItemText, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec setItemTextColour(This, Item, Col) -> ok when This::wxListCtrl(), Item::integer(), Col::wx:wx_colour(). setItemTextColour(#wx_ref{type=ThisT,ref=ThisRef},Item,Col) @@ -806,7 +806,7 @@ setSingleStyle(This,Style) when is_record(This, wx_ref),is_integer(Style) -> setSingleStyle(This,Style, []). -%% @doc See external documentation. +%% @doc See external documentation. -spec setSingleStyle(This, Style, [Option]) -> ok when This::wxListCtrl(), Style::integer(), Option :: {add, boolean()}. @@ -819,7 +819,7 @@ setSingleStyle(#wx_ref{type=ThisT,ref=ThisRef},Style, Options) wxe_util:cast(?wxListCtrl_SetSingleStyle, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec setTextColour(This, Col) -> ok when This::wxListCtrl(), Col::wx:wx_colour(). setTextColour(#wx_ref{type=ThisT,ref=ThisRef},Col) @@ -828,7 +828,7 @@ setTextColour(#wx_ref{type=ThisT,ref=ThisRef},Col) wxe_util:cast(?wxListCtrl_SetTextColour, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec setWindowStyleFlag(This, Style) -> ok when This::wxListCtrl(), Style::integer(). setWindowStyleFlag(#wx_ref{type=ThisT,ref=ThisRef},Style) -- cgit v1.2.3