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

wxPopupTransientWindow - Functions for wxPopupTransientWindow class

A wxPopupWindow which disappears automatically when the user clicks mouse outside it or if it loses focus in any other way.

This window can be useful for implementing custom combobox-like controls for example.

See: wxPopupWindow

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

wxWidgets docs: wxPopupTransientWindow

wxPopupTransientWindow() = wx:wx_object()

new() -> wxPopupTransientWindow()


Default constructor.

new(Parent) -> wxPopupTransientWindow()


Types:

Parent = wxWindow:wxWindow()

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


Types:

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

Constructor.

popup(This) -> ok


Types:

This = wxPopupTransientWindow()

popup(This, Options :: [Option]) -> ok


Types:

This = wxPopupTransientWindow()
Option = {focus, wxWindow:wxWindow()}

Popup the window (this will show it too).

If focus is non-NULL, it will be kept focused while this window is shown if supported by the current platform, otherwise the popup itself will receive focus. In any case, the popup will disappear automatically if it loses focus because of a user action.

See: dismiss/1

dismiss(This) -> ok


Types:

This = wxPopupTransientWindow()

Hide the window.

destroy(This :: wxPopupTransientWindow()) -> 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.