
This class lets a window (inheriting from FBLayout) be created for another interface.
Public Member Functions |
|
| FBPopup () | |
| Constructor. |
|
| Close (bool pOk=False) | |
| Close popup. |
|
| bool | Show (FBVisualComponent pParent=None) |
| Show popup. |
|
Public Attributes |
|
| str | Caption |
| Read Write Property: Caption to
display in popup. |
|
| bool | Modal |
| Read Write Property: Modal? |
|
| FBPopup | ( | ) |
Constructor.
| Close | ( | bool | pOk = False |
) |
Close popup.
| pOk | Equivalent of OK button clicked if true (default = false). |
| bool Show | ( | FBVisualComponent | pParent = None |
) |
Show popup.
| pParent | Parent object for popup |
Read Write Property: Caption to display in popup.
Reimplemented from FBVisualComponent.
1.5.3