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
wxPopupWindow(3) Erlang Module Definition wxPopupWindow(3)

wxPopupWindow - Functions for wxPopupWindow class

A special kind of top level window used for popup menus, combobox popups and such.

Styles

This class supports the following styles:

See: wxDialog, wxFrame

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

wxWidgets docs: wxPopupWindow

wxPopupWindow() = wx:wx_object()

new() -> wxPopupWindow()


Default constructor.

new(Parent) -> wxPopupWindow()


Types:

Parent = wxWindow:wxWindow()

new(Parent, Options :: [Option]) -> wxPopupWindow()


Types:

Parent = wxWindow:wxWindow()
Option = {flags, integer()}

Constructor.

create(This, Parent) -> boolean()


Types:

This = wxPopupWindow()
Parent = wxWindow:wxWindow()

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


Types:

This = wxPopupWindow()
Parent = wxWindow:wxWindow()
Option = {flags, integer()}

Create method for two-step creation.

position(This, PtOrigin, SizePopup) -> ok


Types:

This = wxPopupWindow()
PtOrigin = {X :: integer(), Y :: integer()}
SizePopup = {W :: integer(), H :: integer()}

Move the popup window to the right position, i.e. such that it is entirely visible.

The popup is positioned at ptOrigin + size if it opens below and to the right (default), at ptOrigin - sizePopup if it opens above and to the left etc.

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


Destroys the object.

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.