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/wxTreeCtrl.erl | 148 +++++++++++++++++++++--------------------- 1 file changed, 74 insertions(+), 74 deletions(-) (limited to 'lib/wx/src/gen/wxTreeCtrl.erl') diff --git a/lib/wx/src/gen/wxTreeCtrl.erl b/lib/wx/src/gen/wxTreeCtrl.erl index df2b9bed39..c25310b284 100644 --- a/lib/wx/src/gen/wxTreeCtrl.erl +++ b/lib/wx/src/gen/wxTreeCtrl.erl @@ -17,7 +17,7 @@ %% %CopyrightEnd% %% This file is generated DO NOT EDIT -%% @doc See external documentation: wxTreeCtrl. +%% @doc See external documentation: wxTreeCtrl. %% %% Note: The representation of treeItemId() have changed from the original class implementation to be an semi-opaque type,Equality between TreeItemId's can be tested and zero means that the TreeItem is invalid. @@ -98,7 +98,7 @@ parent_class(wxEvtHandler) -> true; parent_class(_Class) -> erlang:error({badtype, ?MODULE}). -type wxTreeCtrl() :: wx:wx_object(). -%% @doc See external documentation. +%% @doc See external documentation. -spec new() -> wxTreeCtrl(). new() -> wxe_util:construct(?wxTreeCtrl_new_0, @@ -112,7 +112,7 @@ new(Parent) when is_record(Parent, wx_ref) -> new(Parent, []). -%% @doc See external documentation. +%% @doc See external documentation. -spec new(Parent, [Option]) -> wxTreeCtrl() when Parent::wxWindow:wxWindow(), Option :: {id, integer()} @@ -141,7 +141,7 @@ addRoot(This,Text) when is_record(This, wx_ref),is_list(Text) -> addRoot(This,Text, []). -%% @doc See external documentation. +%% @doc See external documentation. -spec addRoot(This, Text, [Option]) -> integer() when This::wxTreeCtrl(), Text::unicode:chardata(), Option :: {image, integer()} @@ -167,7 +167,7 @@ appendItem(This,Parent,Text) when is_record(This, wx_ref),is_integer(Parent),is_list(Text) -> appendItem(This,Parent,Text, []). -%% @doc See external documentation. +%% @doc See external documentation. -spec appendItem(This, Parent, Text, [Option]) -> integer() when This::wxTreeCtrl(), Parent::integer(), Text::unicode:chardata(), Option :: {image, integer()} @@ -185,7 +185,7 @@ appendItem(#wx_ref{type=ThisT,ref=ThisRef},Parent,Text, Options) wxe_util:call(?wxTreeCtrl_AppendItem, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec assignImageList(This, ImageList) -> ok when This::wxTreeCtrl(), ImageList::wxImageList:wxImageList(). assignImageList(#wx_ref{type=ThisT,ref=ThisRef},#wx_ref{type=ImageListT,ref=ImageListRef}) -> @@ -194,7 +194,7 @@ assignImageList(#wx_ref{type=ThisT,ref=ThisRef},#wx_ref{type=ImageListT,ref=Imag wxe_util:cast(?wxTreeCtrl_AssignImageList, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec assignStateImageList(This, ImageList) -> ok when This::wxTreeCtrl(), ImageList::wxImageList:wxImageList(). assignStateImageList(#wx_ref{type=ThisT,ref=ThisRef},#wx_ref{type=ImageListT,ref=ImageListRef}) -> @@ -203,7 +203,7 @@ assignStateImageList(#wx_ref{type=ThisT,ref=ThisRef},#wx_ref{type=ImageListT,ref wxe_util:cast(?wxTreeCtrl_AssignStateImageList, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec collapse(This, Item) -> ok when This::wxTreeCtrl(), Item::integer(). collapse(#wx_ref{type=ThisT,ref=ThisRef},Item) @@ -212,7 +212,7 @@ collapse(#wx_ref{type=ThisT,ref=ThisRef},Item) wxe_util:cast(?wxTreeCtrl_Collapse, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec collapseAndReset(This, Item) -> ok when This::wxTreeCtrl(), Item::integer(). collapseAndReset(#wx_ref{type=ThisT,ref=ThisRef},Item) @@ -229,7 +229,7 @@ create(This,Parent) when is_record(This, wx_ref),is_record(Parent, wx_ref) -> create(This,Parent, []). -%% @doc See external documentation. +%% @doc See external documentation. -spec create(This, Parent, [Option]) -> boolean() when This::wxTreeCtrl(), Parent::wxWindow:wxWindow(), Option :: {id, integer()} @@ -251,7 +251,7 @@ create(#wx_ref{type=ThisT,ref=ThisRef},#wx_ref{type=ParentT,ref=ParentRef}, Opti wxe_util:call(?wxTreeCtrl_Create, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec delete(This, Item) -> ok when This::wxTreeCtrl(), Item::integer(). delete(#wx_ref{type=ThisT,ref=ThisRef},Item) @@ -260,7 +260,7 @@ delete(#wx_ref{type=ThisT,ref=ThisRef},Item) wxe_util:cast(?wxTreeCtrl_Delete, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec deleteAllItems(This) -> ok when This::wxTreeCtrl(). deleteAllItems(#wx_ref{type=ThisT,ref=ThisRef}) -> @@ -268,7 +268,7 @@ deleteAllItems(#wx_ref{type=ThisT,ref=ThisRef}) -> wxe_util:cast(?wxTreeCtrl_DeleteAllItems, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec deleteChildren(This, Item) -> ok when This::wxTreeCtrl(), Item::integer(). deleteChildren(#wx_ref{type=ThisT,ref=ThisRef},Item) @@ -277,7 +277,7 @@ deleteChildren(#wx_ref{type=ThisT,ref=ThisRef},Item) wxe_util:cast(?wxTreeCtrl_DeleteChildren, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec editLabel(This, Item) -> wxTextCtrl:wxTextCtrl() when This::wxTreeCtrl(), Item::integer(). editLabel(#wx_ref{type=ThisT,ref=ThisRef},Item) @@ -286,7 +286,7 @@ editLabel(#wx_ref{type=ThisT,ref=ThisRef},Item) wxe_util:call(?wxTreeCtrl_EditLabel, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec ensureVisible(This, Item) -> ok when This::wxTreeCtrl(), Item::integer(). ensureVisible(#wx_ref{type=ThisT,ref=ThisRef},Item) @@ -295,7 +295,7 @@ ensureVisible(#wx_ref{type=ThisT,ref=ThisRef},Item) wxe_util:cast(?wxTreeCtrl_EnsureVisible, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec expand(This, Item) -> ok when This::wxTreeCtrl(), Item::integer(). expand(#wx_ref{type=ThisT,ref=ThisRef},Item) @@ -313,7 +313,7 @@ getBoundingRect(This,Item) when is_record(This, wx_ref),is_integer(Item) -> getBoundingRect(This,Item, []). -%% @doc See external documentation. +%% @doc See external documentation. -spec getBoundingRect(This, Item, [Option]) -> Result when Result :: {Res ::boolean(), Rect::{X::integer(), Y::integer(), W::integer(), H::integer()}}, This::wxTreeCtrl(), Item::integer(), @@ -335,7 +335,7 @@ getChildrenCount(This,Item) when is_record(This, wx_ref),is_integer(Item) -> getChildrenCount(This,Item, []). -%% @doc See external documentation. +%% @doc See external documentation. -spec getChildrenCount(This, Item, [Option]) -> integer() when This::wxTreeCtrl(), Item::integer(), Option :: {recursively, boolean()}. @@ -348,7 +348,7 @@ getChildrenCount(#wx_ref{type=ThisT,ref=ThisRef},Item, Options) wxe_util:call(?wxTreeCtrl_GetChildrenCount, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec getCount(This) -> integer() when This::wxTreeCtrl(). getCount(#wx_ref{type=ThisT,ref=ThisRef}) -> @@ -356,7 +356,7 @@ getCount(#wx_ref{type=ThisT,ref=ThisRef}) -> wxe_util:call(?wxTreeCtrl_GetCount, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec getEditControl(This) -> wxTextCtrl:wxTextCtrl() when This::wxTreeCtrl(). getEditControl(#wx_ref{type=ThisT,ref=ThisRef}) -> @@ -364,7 +364,7 @@ getEditControl(#wx_ref{type=ThisT,ref=ThisRef}) -> wxe_util:call(?wxTreeCtrl_GetEditControl, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec getFirstChild(This, Item) -> Result when Result ::{Res ::integer(), Cookie::integer()}, This::wxTreeCtrl(), Item::integer(). @@ -374,7 +374,7 @@ getFirstChild(#wx_ref{type=ThisT,ref=ThisRef},Item) wxe_util:call(?wxTreeCtrl_GetFirstChild, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec getNextChild(This, Item, Cookie) -> Result when Result ::{Res ::integer(), Cookie::integer()}, This::wxTreeCtrl(), Item::integer(), Cookie::integer(). @@ -384,7 +384,7 @@ getNextChild(#wx_ref{type=ThisT,ref=ThisRef},Item,Cookie) wxe_util:call(?wxTreeCtrl_GetNextChild, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec getFirstVisibleItem(This) -> integer() when This::wxTreeCtrl(). getFirstVisibleItem(#wx_ref{type=ThisT,ref=ThisRef}) -> @@ -392,7 +392,7 @@ getFirstVisibleItem(#wx_ref{type=ThisT,ref=ThisRef}) -> wxe_util:call(?wxTreeCtrl_GetFirstVisibleItem, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec getImageList(This) -> wxImageList:wxImageList() when This::wxTreeCtrl(). getImageList(#wx_ref{type=ThisT,ref=ThisRef}) -> @@ -400,7 +400,7 @@ getImageList(#wx_ref{type=ThisT,ref=ThisRef}) -> wxe_util:call(?wxTreeCtrl_GetImageList, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec getIndent(This) -> integer() when This::wxTreeCtrl(). getIndent(#wx_ref{type=ThisT,ref=ThisRef}) -> @@ -408,7 +408,7 @@ getIndent(#wx_ref{type=ThisT,ref=ThisRef}) -> wxe_util:call(?wxTreeCtrl_GetIndent, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec getItemBackgroundColour(This, Item) -> wx:wx_colour4() when This::wxTreeCtrl(), Item::integer(). getItemBackgroundColour(#wx_ref{type=ThisT,ref=ThisRef},Item) @@ -417,7 +417,7 @@ getItemBackgroundColour(#wx_ref{type=ThisT,ref=ThisRef},Item) wxe_util:call(?wxTreeCtrl_GetItemBackgroundColour, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec getItemData(This, Item) -> term() when This::wxTreeCtrl(), Item::integer(). getItemData(#wx_ref{type=ThisT,ref=ThisRef},Item) @@ -426,7 +426,7 @@ getItemData(#wx_ref{type=ThisT,ref=ThisRef},Item) wxe_util:call(?wxTreeCtrl_GetItemData, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec getItemFont(This, Item) -> wxFont:wxFont() when This::wxTreeCtrl(), Item::integer(). getItemFont(#wx_ref{type=ThisT,ref=ThisRef},Item) @@ -435,7 +435,7 @@ getItemFont(#wx_ref{type=ThisT,ref=ThisRef},Item) wxe_util:call(?wxTreeCtrl_GetItemFont, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec getItemImage(This, Item) -> integer() when This::wxTreeCtrl(), Item::integer(). getItemImage(#wx_ref{type=ThisT,ref=ThisRef},Item) @@ -444,7 +444,7 @@ getItemImage(#wx_ref{type=ThisT,ref=ThisRef},Item) wxe_util:call(?wxTreeCtrl_GetItemImage_1, <>). -%% @doc See external documentation. +%% @doc See external documentation. %%
Which = ?wxTreeItemIcon_Normal | ?wxTreeItemIcon_Selected | ?wxTreeItemIcon_Expanded | ?wxTreeItemIcon_SelectedExpanded | ?wxTreeItemIcon_Max -spec getItemImage(This, Item, [Option]) -> integer() when This::wxTreeCtrl(), Item::integer(), @@ -458,7 +458,7 @@ getItemImage(#wx_ref{type=ThisT,ref=ThisRef},Item, Options) wxe_util:call(?wxTreeCtrl_GetItemImage_2, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec getItemText(This, Item) -> unicode:charlist() when This::wxTreeCtrl(), Item::integer(). getItemText(#wx_ref{type=ThisT,ref=ThisRef},Item) @@ -467,7 +467,7 @@ getItemText(#wx_ref{type=ThisT,ref=ThisRef},Item) wxe_util:call(?wxTreeCtrl_GetItemText, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec getItemTextColour(This, Item) -> wx:wx_colour4() when This::wxTreeCtrl(), Item::integer(). getItemTextColour(#wx_ref{type=ThisT,ref=ThisRef},Item) @@ -476,7 +476,7 @@ getItemTextColour(#wx_ref{type=ThisT,ref=ThisRef},Item) wxe_util:call(?wxTreeCtrl_GetItemTextColour, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec getLastChild(This, Item) -> integer() when This::wxTreeCtrl(), Item::integer(). getLastChild(#wx_ref{type=ThisT,ref=ThisRef},Item) @@ -485,7 +485,7 @@ getLastChild(#wx_ref{type=ThisT,ref=ThisRef},Item) wxe_util:call(?wxTreeCtrl_GetLastChild, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec getNextSibling(This, Item) -> integer() when This::wxTreeCtrl(), Item::integer(). getNextSibling(#wx_ref{type=ThisT,ref=ThisRef},Item) @@ -494,7 +494,7 @@ getNextSibling(#wx_ref{type=ThisT,ref=ThisRef},Item) wxe_util:call(?wxTreeCtrl_GetNextSibling, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec getNextVisible(This, Item) -> integer() when This::wxTreeCtrl(), Item::integer(). getNextVisible(#wx_ref{type=ThisT,ref=ThisRef},Item) @@ -503,7 +503,7 @@ getNextVisible(#wx_ref{type=ThisT,ref=ThisRef},Item) wxe_util:call(?wxTreeCtrl_GetNextVisible, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec getItemParent(This, Item) -> integer() when This::wxTreeCtrl(), Item::integer(). getItemParent(#wx_ref{type=ThisT,ref=ThisRef},Item) @@ -512,7 +512,7 @@ getItemParent(#wx_ref{type=ThisT,ref=ThisRef},Item) wxe_util:call(?wxTreeCtrl_GetItemParent, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec getPrevSibling(This, Item) -> integer() when This::wxTreeCtrl(), Item::integer(). getPrevSibling(#wx_ref{type=ThisT,ref=ThisRef},Item) @@ -521,7 +521,7 @@ getPrevSibling(#wx_ref{type=ThisT,ref=ThisRef},Item) wxe_util:call(?wxTreeCtrl_GetPrevSibling, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec getPrevVisible(This, Item) -> integer() when This::wxTreeCtrl(), Item::integer(). getPrevVisible(#wx_ref{type=ThisT,ref=ThisRef},Item) @@ -530,7 +530,7 @@ getPrevVisible(#wx_ref{type=ThisT,ref=ThisRef},Item) wxe_util:call(?wxTreeCtrl_GetPrevVisible, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec getRootItem(This) -> integer() when This::wxTreeCtrl(). getRootItem(#wx_ref{type=ThisT,ref=ThisRef}) -> @@ -538,7 +538,7 @@ getRootItem(#wx_ref{type=ThisT,ref=ThisRef}) -> wxe_util:call(?wxTreeCtrl_GetRootItem, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec getSelection(This) -> integer() when This::wxTreeCtrl(). getSelection(#wx_ref{type=ThisT,ref=ThisRef}) -> @@ -546,7 +546,7 @@ getSelection(#wx_ref{type=ThisT,ref=ThisRef}) -> wxe_util:call(?wxTreeCtrl_GetSelection, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec getSelections(This) -> Result when Result ::{Res ::integer(), Val::[integer()]}, This::wxTreeCtrl(). @@ -555,7 +555,7 @@ getSelections(#wx_ref{type=ThisT,ref=ThisRef}) -> wxe_util:call(?wxTreeCtrl_GetSelections, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec getStateImageList(This) -> wxImageList:wxImageList() when This::wxTreeCtrl(). getStateImageList(#wx_ref{type=ThisT,ref=ThisRef}) -> @@ -563,7 +563,7 @@ getStateImageList(#wx_ref{type=ThisT,ref=ThisRef}) -> wxe_util:call(?wxTreeCtrl_GetStateImageList, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec hitTest(This, Point) -> Result when Result ::{Res ::integer(), Flags::integer()}, This::wxTreeCtrl(), Point::{X::integer(), Y::integer()}. @@ -581,7 +581,7 @@ insertItem(This,Parent,Pos,Text) when is_record(This, wx_ref),is_integer(Parent),is_integer(Pos),is_list(Text) -> insertItem(This,Parent,Pos,Text, []). -%% @doc See external documentation. +%% @doc See external documentation. -spec insertItem(This, Parent, Pos, Text, [Option]) -> integer() when This::wxTreeCtrl(), Parent::integer(), Pos::integer(), Text::unicode:chardata(), Option :: {image, integer()} @@ -599,7 +599,7 @@ insertItem(#wx_ref{type=ThisT,ref=ThisRef},Parent,Pos,Text, Options) wxe_util:call(?wxTreeCtrl_InsertItem, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec isBold(This, Item) -> boolean() when This::wxTreeCtrl(), Item::integer(). isBold(#wx_ref{type=ThisT,ref=ThisRef},Item) @@ -608,7 +608,7 @@ isBold(#wx_ref{type=ThisT,ref=ThisRef},Item) wxe_util:call(?wxTreeCtrl_IsBold, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec isExpanded(This, Item) -> boolean() when This::wxTreeCtrl(), Item::integer(). isExpanded(#wx_ref{type=ThisT,ref=ThisRef},Item) @@ -617,7 +617,7 @@ isExpanded(#wx_ref{type=ThisT,ref=ThisRef},Item) wxe_util:call(?wxTreeCtrl_IsExpanded, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec isSelected(This, Item) -> boolean() when This::wxTreeCtrl(), Item::integer(). isSelected(#wx_ref{type=ThisT,ref=ThisRef},Item) @@ -626,7 +626,7 @@ isSelected(#wx_ref{type=ThisT,ref=ThisRef},Item) wxe_util:call(?wxTreeCtrl_IsSelected, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec isVisible(This, Item) -> boolean() when This::wxTreeCtrl(), Item::integer(). isVisible(#wx_ref{type=ThisT,ref=ThisRef},Item) @@ -635,7 +635,7 @@ isVisible(#wx_ref{type=ThisT,ref=ThisRef},Item) wxe_util:call(?wxTreeCtrl_IsVisible, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec itemHasChildren(This, Item) -> boolean() when This::wxTreeCtrl(), Item::integer(). itemHasChildren(#wx_ref{type=ThisT,ref=ThisRef},Item) @@ -644,7 +644,7 @@ itemHasChildren(#wx_ref{type=ThisT,ref=ThisRef},Item) wxe_util:call(?wxTreeCtrl_ItemHasChildren, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec isTreeItemIdOk(Id) -> boolean() when Id::integer(). isTreeItemIdOk(Id) @@ -660,7 +660,7 @@ prependItem(This,Parent,Text) when is_record(This, wx_ref),is_integer(Parent),is_list(Text) -> prependItem(This,Parent,Text, []). -%% @doc See external documentation. +%% @doc See external documentation. -spec prependItem(This, Parent, Text, [Option]) -> integer() when This::wxTreeCtrl(), Parent::integer(), Text::unicode:chardata(), Option :: {image, integer()} @@ -678,7 +678,7 @@ prependItem(#wx_ref{type=ThisT,ref=ThisRef},Parent,Text, Options) wxe_util:call(?wxTreeCtrl_PrependItem, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec scrollTo(This, Item) -> ok when This::wxTreeCtrl(), Item::integer(). scrollTo(#wx_ref{type=ThisT,ref=ThisRef},Item) @@ -687,7 +687,7 @@ scrollTo(#wx_ref{type=ThisT,ref=ThisRef},Item) wxe_util:cast(?wxTreeCtrl_ScrollTo, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec selectItem(This, Item) -> ok when This::wxTreeCtrl(), Item::integer(). selectItem(#wx_ref{type=ThisT,ref=ThisRef},Item) @@ -696,7 +696,7 @@ selectItem(#wx_ref{type=ThisT,ref=ThisRef},Item) wxe_util:cast(?wxTreeCtrl_SelectItem_1, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec selectItem(This, Item, [Option]) -> ok when This::wxTreeCtrl(), Item::integer(), Option :: {select, boolean()}. @@ -709,7 +709,7 @@ selectItem(#wx_ref{type=ThisT,ref=ThisRef},Item, Options) wxe_util:cast(?wxTreeCtrl_SelectItem_2, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec setIndent(This, Indent) -> ok when This::wxTreeCtrl(), Indent::integer(). setIndent(#wx_ref{type=ThisT,ref=ThisRef},Indent) @@ -718,7 +718,7 @@ setIndent(#wx_ref{type=ThisT,ref=ThisRef},Indent) wxe_util:cast(?wxTreeCtrl_SetIndent, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec setImageList(This, ImageList) -> ok when This::wxTreeCtrl(), ImageList::wxImageList:wxImageList(). setImageList(#wx_ref{type=ThisT,ref=ThisRef},#wx_ref{type=ImageListT,ref=ImageListRef}) -> @@ -727,7 +727,7 @@ setImageList(#wx_ref{type=ThisT,ref=ThisRef},#wx_ref{type=ImageListT,ref=ImageLi wxe_util:cast(?wxTreeCtrl_SetImageList, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec setItemBackgroundColour(This, Item, Col) -> ok when This::wxTreeCtrl(), Item::integer(), Col::wx:wx_colour(). setItemBackgroundColour(#wx_ref{type=ThisT,ref=ThisRef},Item,Col) @@ -744,7 +744,7 @@ setItemBold(This,Item) when is_record(This, wx_ref),is_integer(Item) -> setItemBold(This,Item, []). -%% @doc See external documentation. +%% @doc See external documentation. -spec setItemBold(This, Item, [Option]) -> ok when This::wxTreeCtrl(), Item::integer(), Option :: {bold, boolean()}. @@ -757,7 +757,7 @@ setItemBold(#wx_ref{type=ThisT,ref=ThisRef},Item, Options) wxe_util:cast(?wxTreeCtrl_SetItemBold, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec setItemData(This, Item, Data) -> ok when This::wxTreeCtrl(), Item::integer(), Data::term(). setItemData(#wx_ref{type=ThisT,ref=ThisRef},Item,Data) @@ -775,7 +775,7 @@ setItemDropHighlight(This,Item) when is_record(This, wx_ref),is_integer(Item) -> setItemDropHighlight(This,Item, []). -%% @doc See external documentation. +%% @doc See external documentation. -spec setItemDropHighlight(This, Item, [Option]) -> ok when This::wxTreeCtrl(), Item::integer(), Option :: {highlight, boolean()}. @@ -788,7 +788,7 @@ setItemDropHighlight(#wx_ref{type=ThisT,ref=ThisRef},Item, Options) wxe_util:cast(?wxTreeCtrl_SetItemDropHighlight, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec setItemFont(This, Item, Font) -> ok when This::wxTreeCtrl(), Item::integer(), Font::wxFont:wxFont(). setItemFont(#wx_ref{type=ThisT,ref=ThisRef},Item,#wx_ref{type=FontT,ref=FontRef}) @@ -806,7 +806,7 @@ setItemHasChildren(This,Item) when is_record(This, wx_ref),is_integer(Item) -> setItemHasChildren(This,Item, []). -%% @doc See external documentation. +%% @doc See external documentation. -spec setItemHasChildren(This, Item, [Option]) -> ok when This::wxTreeCtrl(), Item::integer(), Option :: {has, boolean()}. @@ -819,7 +819,7 @@ setItemHasChildren(#wx_ref{type=ThisT,ref=ThisRef},Item, Options) wxe_util:cast(?wxTreeCtrl_SetItemHasChildren, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec setItemImage(This, Item, Image) -> ok when This::wxTreeCtrl(), Item::integer(), Image::integer(). setItemImage(#wx_ref{type=ThisT,ref=ThisRef},Item,Image) @@ -828,7 +828,7 @@ setItemImage(#wx_ref{type=ThisT,ref=ThisRef},Item,Image) wxe_util:cast(?wxTreeCtrl_SetItemImage_2, <>). -%% @doc See external documentation. +%% @doc See external documentation. %%
Which = ?wxTreeItemIcon_Normal | ?wxTreeItemIcon_Selected | ?wxTreeItemIcon_Expanded | ?wxTreeItemIcon_SelectedExpanded | ?wxTreeItemIcon_Max -spec setItemImage(This, Item, Image, [Option]) -> ok when This::wxTreeCtrl(), Item::integer(), Image::integer(), @@ -842,7 +842,7 @@ setItemImage(#wx_ref{type=ThisT,ref=ThisRef},Item,Image, Options) wxe_util:cast(?wxTreeCtrl_SetItemImage_3, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec setItemText(This, Item, Text) -> ok when This::wxTreeCtrl(), Item::integer(), Text::unicode:chardata(). setItemText(#wx_ref{type=ThisT,ref=ThisRef},Item,Text) @@ -852,7 +852,7 @@ setItemText(#wx_ref{type=ThisT,ref=ThisRef},Item,Text) wxe_util:cast(?wxTreeCtrl_SetItemText, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec setItemTextColour(This, Item, Col) -> ok when This::wxTreeCtrl(), Item::integer(), Col::wx:wx_colour(). setItemTextColour(#wx_ref{type=ThisT,ref=ThisRef},Item,Col) @@ -861,7 +861,7 @@ setItemTextColour(#wx_ref{type=ThisT,ref=ThisRef},Item,Col) wxe_util:cast(?wxTreeCtrl_SetItemTextColour, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec setStateImageList(This, ImageList) -> ok when This::wxTreeCtrl(), ImageList::wxImageList:wxImageList(). setStateImageList(#wx_ref{type=ThisT,ref=ThisRef},#wx_ref{type=ImageListT,ref=ImageListRef}) -> @@ -870,7 +870,7 @@ setStateImageList(#wx_ref{type=ThisT,ref=ThisRef},#wx_ref{type=ImageListT,ref=Im wxe_util:cast(?wxTreeCtrl_SetStateImageList, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec setWindowStyle(This, Styles) -> ok when This::wxTreeCtrl(), Styles::integer(). setWindowStyle(#wx_ref{type=ThisT,ref=ThisRef},Styles) @@ -879,7 +879,7 @@ setWindowStyle(#wx_ref{type=ThisT,ref=ThisRef},Styles) wxe_util:cast(?wxTreeCtrl_SetWindowStyle, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec sortChildren(This, Item) -> ok when This::wxTreeCtrl(), Item::integer(). sortChildren(#wx_ref{type=ThisT,ref=ThisRef},Item) @@ -888,7 +888,7 @@ sortChildren(#wx_ref{type=ThisT,ref=ThisRef},Item) wxe_util:cast(?wxTreeCtrl_SortChildren, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec toggle(This, Item) -> ok when This::wxTreeCtrl(), Item::integer(). toggle(#wx_ref{type=ThisT,ref=ThisRef},Item) @@ -897,7 +897,7 @@ toggle(#wx_ref{type=ThisT,ref=ThisRef},Item) wxe_util:cast(?wxTreeCtrl_Toggle, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec toggleItemSelection(This, Item) -> ok when This::wxTreeCtrl(), Item::integer(). toggleItemSelection(#wx_ref{type=ThisT,ref=ThisRef},Item) @@ -906,7 +906,7 @@ toggleItemSelection(#wx_ref{type=ThisT,ref=ThisRef},Item) wxe_util:cast(?wxTreeCtrl_ToggleItemSelection, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec unselect(This) -> ok when This::wxTreeCtrl(). unselect(#wx_ref{type=ThisT,ref=ThisRef}) -> @@ -914,7 +914,7 @@ unselect(#wx_ref{type=ThisT,ref=ThisRef}) -> wxe_util:cast(?wxTreeCtrl_Unselect, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec unselectAll(This) -> ok when This::wxTreeCtrl(). unselectAll(#wx_ref{type=ThisT,ref=ThisRef}) -> @@ -922,7 +922,7 @@ unselectAll(#wx_ref{type=ThisT,ref=ThisRef}) -> wxe_util:cast(?wxTreeCtrl_UnselectAll, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec unselectItem(This, Item) -> ok when This::wxTreeCtrl(), Item::integer(). unselectItem(#wx_ref{type=ThisT,ref=ThisRef},Item) -- cgit v1.2.3