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/wxStatusBar.erl | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) (limited to 'lib/wx/src/gen/wxStatusBar.erl') diff --git a/lib/wx/src/gen/wxStatusBar.erl b/lib/wx/src/gen/wxStatusBar.erl index 5e8a707c22..ce98a92de9 100644 --- a/lib/wx/src/gen/wxStatusBar.erl +++ b/lib/wx/src/gen/wxStatusBar.erl @@ -17,7 +17,7 @@ %% %CopyrightEnd% %% This file is generated DO NOT EDIT -%% @doc See external documentation: wxStatusBar. +%% @doc See external documentation: wxStatusBar. %%

This class is derived (and can use functions) from: %%
{@link wxWindow} %%
{@link wxEvtHandler} @@ -78,7 +78,7 @@ parent_class(wxEvtHandler) -> true; parent_class(_Class) -> erlang:error({badtype, ?MODULE}). -type wxStatusBar() :: wx:wx_object(). -%% @doc See external documentation. +%% @doc See external documentation. -spec new() -> wxStatusBar(). new() -> wxe_util:construct(?wxStatusBar_new_0, @@ -92,7 +92,7 @@ new(Parent) when is_record(Parent, wx_ref) -> new(Parent, []). -%% @doc See external documentation. +%% @doc See external documentation. -spec new(Parent, [Option]) -> wxStatusBar() when Parent::wxWindow:wxWindow(), Option :: {winid, integer()} @@ -115,7 +115,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::wxStatusBar(), Parent::wxWindow:wxWindow(), Option :: {winid, integer()} @@ -131,7 +131,7 @@ create(#wx_ref{type=ThisT,ref=ThisRef},#wx_ref{type=ParentT,ref=ParentRef}, Opti wxe_util:call(?wxStatusBar_Create, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec getFieldRect(This, I) -> Result when Result ::{Res ::boolean(), Rect::{X::integer(), Y::integer(), W::integer(), H::integer()}}, This::wxStatusBar(), I::integer(). @@ -141,7 +141,7 @@ getFieldRect(#wx_ref{type=ThisT,ref=ThisRef},I) wxe_util:call(?wxStatusBar_GetFieldRect, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec getFieldsCount(This) -> integer() when This::wxStatusBar(). getFieldsCount(#wx_ref{type=ThisT,ref=ThisRef}) -> @@ -157,7 +157,7 @@ getStatusText(This) when is_record(This, wx_ref) -> getStatusText(This, []). -%% @doc See external documentation. +%% @doc See external documentation. -spec getStatusText(This, [Option]) -> unicode:charlist() when This::wxStatusBar(), Option :: {number, integer()}. @@ -178,7 +178,7 @@ popStatusText(This) when is_record(This, wx_ref) -> popStatusText(This, []). -%% @doc See external documentation. +%% @doc See external documentation. -spec popStatusText(This, [Option]) -> ok when This::wxStatusBar(), Option :: {number, integer()}. @@ -199,7 +199,7 @@ pushStatusText(This,Text) when is_record(This, wx_ref),is_list(Text) -> pushStatusText(This,Text, []). -%% @doc See external documentation. +%% @doc See external documentation. -spec pushStatusText(This, Text, [Option]) -> ok when This::wxStatusBar(), Text::unicode:chardata(), Option :: {number, integer()}. @@ -221,7 +221,7 @@ setFieldsCount(This,Number) when is_record(This, wx_ref),is_integer(Number) -> setFieldsCount(This,Number, []). -%% @doc See external documentation. +%% @doc See external documentation. -spec setFieldsCount(This, Number, [Option]) -> ok when This::wxStatusBar(), Number::integer(), Option :: {widths, [integer()]}. @@ -235,7 +235,7 @@ setFieldsCount(#wx_ref{type=ThisT,ref=ThisRef},Number, Options) wxe_util:cast(?wxStatusBar_SetFieldsCount, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec setMinHeight(This, Height) -> ok when This::wxStatusBar(), Height::integer(). setMinHeight(#wx_ref{type=ThisT,ref=ThisRef},Height) @@ -252,7 +252,7 @@ setStatusText(This,Text) when is_record(This, wx_ref),is_list(Text) -> setStatusText(This,Text, []). -%% @doc See external documentation. +%% @doc See external documentation. -spec setStatusText(This, Text, [Option]) -> ok when This::wxStatusBar(), Text::unicode:chardata(), Option :: {number, integer()}. @@ -266,7 +266,7 @@ setStatusText(#wx_ref{type=ThisT,ref=ThisRef},Text, Options) wxe_util:cast(?wxStatusBar_SetStatusText, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec setStatusWidths(This, Widths_field) -> ok when This::wxStatusBar(), Widths_field::[integer()]. setStatusWidths(#wx_ref{type=ThisT,ref=ThisRef},Widths_field) @@ -276,7 +276,7 @@ setStatusWidths(#wx_ref{type=ThisT,ref=ThisRef},Widths_field) <> || C <- Widths_field>>)/binary, 0:(((0+length(Widths_field)) rem 2)*32)>>). -%% @doc See external documentation. +%% @doc See external documentation. -spec setStatusStyles(This, Styles) -> ok when This::wxStatusBar(), Styles::[integer()]. setStatusStyles(#wx_ref{type=ThisT,ref=ThisRef},Styles) -- cgit v1.2.3