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/wxListbook.erl | 52 +++++++++++++++++++++---------------------- 1 file changed, 26 insertions(+), 26 deletions(-) (limited to 'lib/wx/src/gen/wxListbook.erl') diff --git a/lib/wx/src/gen/wxListbook.erl b/lib/wx/src/gen/wxListbook.erl index 0907d554f4..4c8d51c0a3 100644 --- a/lib/wx/src/gen/wxListbook.erl +++ b/lib/wx/src/gen/wxListbook.erl @@ -1,7 +1,7 @@ %% %% %CopyrightBegin% %% -%% Copyright Ericsson AB 2009-2012. All Rights Reserved. +%% Copyright Ericsson AB 2009-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: wxListbook. +%% @doc See external documentation: wxListbook. %%

This class is derived (and can use functions) from: %%
{@link wxControl} %%
{@link wxWindow} @@ -82,7 +82,7 @@ parent_class(wxEvtHandler) -> true; parent_class(_Class) -> erlang:error({badtype, ?MODULE}). -type wxListbook() :: wx:wx_object(). -%% @doc See external documentation. +%% @doc See external documentation. -spec new() -> wxListbook(). new() -> wxe_util:construct(?wxListbook_new_0, @@ -96,7 +96,7 @@ new(Parent,Id) when is_record(Parent, wx_ref),is_integer(Id) -> new(Parent,Id, []). -%% @doc See external documentation. +%% @doc See external documentation. -spec new(Parent, Id, [Option]) -> wxListbook() when Parent::wxWindow:wxWindow(), Id::integer(), Option :: {pos, {X::integer(), Y::integer()}} @@ -121,7 +121,7 @@ addPage(This,Page,Text) when is_record(This, wx_ref),is_record(Page, wx_ref),is_list(Text) -> addPage(This,Page,Text, []). -%% @doc See external documentation. +%% @doc See external documentation. -spec addPage(This, Page, Text, [Option]) -> boolean() when This::wxListbook(), Page::wxWindow:wxWindow(), Text::unicode:chardata(), Option :: {bSelect, boolean()} @@ -146,7 +146,7 @@ advanceSelection(This) when is_record(This, wx_ref) -> advanceSelection(This, []). -%% @doc See external documentation. +%% @doc See external documentation. -spec advanceSelection(This, [Option]) -> ok when This::wxListbook(), Option :: {forward, boolean()}. @@ -159,7 +159,7 @@ advanceSelection(#wx_ref{type=ThisT,ref=ThisRef}, Options) wxe_util:cast(?wxListbook_AdvanceSelection, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec assignImageList(This, ImageList) -> ok when This::wxListbook(), ImageList::wxImageList:wxImageList(). assignImageList(#wx_ref{type=ThisT,ref=ThisRef},#wx_ref{type=ImageListT,ref=ImageListRef}) -> @@ -176,7 +176,7 @@ create(This,Parent,Id) when is_record(This, wx_ref),is_record(Parent, wx_ref),is_integer(Id) -> create(This,Parent,Id, []). -%% @doc See external documentation. +%% @doc See external documentation. -spec create(This, Parent, Id, [Option]) -> boolean() when This::wxListbook(), Parent::wxWindow:wxWindow(), Id::integer(), Option :: {pos, {X::integer(), Y::integer()}} @@ -194,7 +194,7 @@ create(#wx_ref{type=ThisT,ref=ThisRef},#wx_ref{type=ParentT,ref=ParentRef},Id, O wxe_util:call(?wxListbook_Create, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec deleteAllPages(This) -> boolean() when This::wxListbook(). deleteAllPages(#wx_ref{type=ThisT,ref=ThisRef}) -> @@ -202,7 +202,7 @@ deleteAllPages(#wx_ref{type=ThisT,ref=ThisRef}) -> wxe_util:call(?wxListbook_DeleteAllPages, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec deletePage(This, N) -> boolean() when This::wxListbook(), N::integer(). deletePage(#wx_ref{type=ThisT,ref=ThisRef},N) @@ -211,7 +211,7 @@ deletePage(#wx_ref{type=ThisT,ref=ThisRef},N) wxe_util:call(?wxListbook_DeletePage, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec removePage(This, N) -> boolean() when This::wxListbook(), N::integer(). removePage(#wx_ref{type=ThisT,ref=ThisRef},N) @@ -220,7 +220,7 @@ removePage(#wx_ref{type=ThisT,ref=ThisRef},N) wxe_util:call(?wxListbook_RemovePage, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec getCurrentPage(This) -> wxWindow:wxWindow() when This::wxListbook(). getCurrentPage(#wx_ref{type=ThisT,ref=ThisRef}) -> @@ -228,7 +228,7 @@ getCurrentPage(#wx_ref{type=ThisT,ref=ThisRef}) -> wxe_util:call(?wxListbook_GetCurrentPage, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec getImageList(This) -> wxImageList:wxImageList() when This::wxListbook(). getImageList(#wx_ref{type=ThisT,ref=ThisRef}) -> @@ -236,7 +236,7 @@ getImageList(#wx_ref{type=ThisT,ref=ThisRef}) -> wxe_util:call(?wxListbook_GetImageList, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec getPage(This, N) -> wxWindow:wxWindow() when This::wxListbook(), N::integer(). getPage(#wx_ref{type=ThisT,ref=ThisRef},N) @@ -245,7 +245,7 @@ getPage(#wx_ref{type=ThisT,ref=ThisRef},N) wxe_util:call(?wxListbook_GetPage, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec getPageCount(This) -> integer() when This::wxListbook(). getPageCount(#wx_ref{type=ThisT,ref=ThisRef}) -> @@ -253,7 +253,7 @@ getPageCount(#wx_ref{type=ThisT,ref=ThisRef}) -> wxe_util:call(?wxListbook_GetPageCount, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec getPageImage(This, N) -> integer() when This::wxListbook(), N::integer(). getPageImage(#wx_ref{type=ThisT,ref=ThisRef},N) @@ -262,7 +262,7 @@ getPageImage(#wx_ref{type=ThisT,ref=ThisRef},N) wxe_util:call(?wxListbook_GetPageImage, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec getPageText(This, N) -> unicode:charlist() when This::wxListbook(), N::integer(). getPageText(#wx_ref{type=ThisT,ref=ThisRef},N) @@ -271,7 +271,7 @@ getPageText(#wx_ref{type=ThisT,ref=ThisRef},N) wxe_util:call(?wxListbook_GetPageText, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec getSelection(This) -> integer() when This::wxListbook(). getSelection(#wx_ref{type=ThisT,ref=ThisRef}) -> @@ -279,7 +279,7 @@ getSelection(#wx_ref{type=ThisT,ref=ThisRef}) -> wxe_util:call(?wxListbook_GetSelection, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec hitTest(This, Pt) -> Result when Result ::{Res ::integer(), Flags::integer()}, This::wxListbook(), Pt::{X::integer(), Y::integer()}. @@ -297,7 +297,7 @@ insertPage(This,N,Page,Text) when is_record(This, wx_ref),is_integer(N),is_record(Page, wx_ref),is_list(Text) -> insertPage(This,N,Page,Text, []). -%% @doc See external documentation. +%% @doc See external documentation. -spec insertPage(This, N, Page, Text, [Option]) -> boolean() when This::wxListbook(), N::integer(), Page::wxWindow:wxWindow(), Text::unicode:chardata(), Option :: {bSelect, boolean()} @@ -314,7 +314,7 @@ insertPage(#wx_ref{type=ThisT,ref=ThisRef},N,#wx_ref{type=PageT,ref=PageRef},Tex wxe_util:call(?wxListbook_InsertPage, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec setImageList(This, ImageList) -> ok when This::wxListbook(), ImageList::wxImageList:wxImageList(). setImageList(#wx_ref{type=ThisT,ref=ThisRef},#wx_ref{type=ImageListT,ref=ImageListRef}) -> @@ -323,7 +323,7 @@ setImageList(#wx_ref{type=ThisT,ref=ThisRef},#wx_ref{type=ImageListT,ref=ImageLi wxe_util:cast(?wxListbook_SetImageList, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec setPageSize(This, Size) -> ok when This::wxListbook(), Size::{W::integer(), H::integer()}. setPageSize(#wx_ref{type=ThisT,ref=ThisRef},{SizeW,SizeH}) @@ -332,7 +332,7 @@ setPageSize(#wx_ref{type=ThisT,ref=ThisRef},{SizeW,SizeH}) wxe_util:cast(?wxListbook_SetPageSize, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec setPageImage(This, N, ImageId) -> boolean() when This::wxListbook(), N::integer(), ImageId::integer(). setPageImage(#wx_ref{type=ThisT,ref=ThisRef},N,ImageId) @@ -341,7 +341,7 @@ setPageImage(#wx_ref{type=ThisT,ref=ThisRef},N,ImageId) wxe_util:call(?wxListbook_SetPageImage, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec setPageText(This, N, StrText) -> boolean() when This::wxListbook(), N::integer(), StrText::unicode:chardata(). setPageText(#wx_ref{type=ThisT,ref=ThisRef},N,StrText) @@ -351,7 +351,7 @@ setPageText(#wx_ref{type=ThisT,ref=ThisRef},N,StrText) wxe_util:call(?wxListbook_SetPageText, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec setSelection(This, N) -> integer() when This::wxListbook(), N::integer(). setSelection(#wx_ref{type=ThisT,ref=ThisRef},N) @@ -360,7 +360,7 @@ setSelection(#wx_ref{type=ThisT,ref=ThisRef},N) wxe_util:call(?wxListbook_SetSelection, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec changeSelection(This, N) -> integer() when This::wxListbook(), N::integer(). changeSelection(#wx_ref{type=ThisT,ref=ThisRef},N) -- cgit v1.2.3