Erlang logo
User's Guide
Reference Manual
Release Notes
PDF
Top

wxErlang
Reference Manual
Version 0.99.2


Expand All
Contract All

Table of Contents

wxMDIChildFrame

MODULE

wxMDIChildFrame

MODULE SUMMARY

See external documentation: wxMDIChildFrame.

DESCRIPTION

See external documentation: wxMDIChildFrame.

This class is derived (and can use functions) from:
wxFrame
wxTopLevelWindow
wxWindow
wxEvtHandler

DATA TYPES

wxMDIChildFrame()

An object reference, The representation is internal and can be changed without notice. It can't be used for comparsion stored on disc or distributed for use on other nodes.

EXPORTS

new() -> wxMDIChildFrame()

new(Parent, Id, Title) -> wxMDIChildFrame()

Types:

Parent = wxMDIParentFrame() (see module wxMDIParentFrame)
Id = integer()
Title = chardata() (see module unicode)

new(Parent, Id, Title, Option::[Option]) -> wxMDIChildFrame()

Types:

Parent = wxMDIParentFrame() (see module wxMDIParentFrame)
Id = integer()
Title = chardata() (see module unicode)
Option = {pos, {X::integer(), Y::integer()}} | {size, {W::integer(), H::integer()}} | {style, integer()}

activate(This) -> ok

Types:

This = wxMDIChildFrame()

create(This, Parent, Id, Title) -> boolean()

Types:

This = wxMDIChildFrame()
Parent = wxMDIParentFrame() (see module wxMDIParentFrame)
Id = integer()
Title = chardata() (see module unicode)

create(This, Parent, Id, Title, Option::[Option]) -> boolean()

Types:

This = wxMDIChildFrame()
Parent = wxMDIParentFrame() (see module wxMDIParentFrame)
Id = integer()
Title = chardata() (see module unicode)
Option = {pos, {X::integer(), Y::integer()}} | {size, {W::integer(), H::integer()}} | {style, integer()}

maximize(This) -> ok

Types:

This = wxMDIChildFrame()

Equivalent to maximize(This, []).

maximize(This, Option::[Option]) -> ok

Types:

This = wxMDIChildFrame()
Option = {maximize, boolean()}

restore(This) -> ok

Types:

This = wxMDIChildFrame()

destroy(This::wxMDIChildFrame()) -> ok

Destroys this object, do not use object again