GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
wxMiniFrame(3) Erlang Module Definition wxMiniFrame(3)

wxMiniFrame - Functions for wxMiniFrame class

A miniframe is a frame with a small title bar. It is suitable for floating toolbars that must not take up too much screen area.

An example of mini frame can be seen in the page_samples_dialogs using the "Mini frame" command of the "Generic dialogs" submenu.

Styles

This class supports the following styles:

Remark: This class has miniframe functionality under Windows and GTK, i.e. the presence of mini frame will not be noted in the task bar and focus behaviour is different. On other platforms, it behaves like a normal frame.

See: wxMDIParentFrame, wxMDIChildFrame, wxFrame, wxDialog

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

wxWidgets docs: wxMiniFrame

wxMiniFrame() = wx:wx_object()

new() -> wxMiniFrame()


Default ctor.

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


Types:

Parent = wxWindow:wxWindow()
Id = integer()
Title = unicode:chardata()

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


Types:

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

Constructor, creating the window.

Remark: The frame behaves like a normal frame on non-Windows platforms.

See: create/5

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


Destructor.

Destroys all child windows and menu bar if present.

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


Types:

This = wxMiniFrame()
Parent = wxWindow:wxWindow()
Id = integer()
Title = unicode:chardata()

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


Types:

This = wxMiniFrame()
Parent = wxWindow:wxWindow()
Id = integer()
Title = unicode:chardata()
Option = {pos, {X :: integer(), Y :: integer()}} | {size, {W :: integer(), H :: integer()}} | {style, integer()}

Used in two-step frame construction.

See new/4 for further details.

wx 2.1.1 wxWidgets team.

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.