This reference page is linked to from the following overview topics: Your First Python Program, Saving to a File.
#include <mobu-python-api.h>
File Popup (for open/save).
Public Member Functions |
|
def | __reduce__ () |
def | __init__ () |
def | Execute () |
Public Attributes |
|
FBPropertyString | Caption |
FBPropertyString | FileName |
FBPropertyString | Filter |
FBPropertyString | FullFilename |
FBPropertyString | Path |
FBPropertyFilePopupStyle | Style |
def __reduce__ | ( | ) |
def __init__ | ( | ) |
Python Docstring:
__init__( (object)arg1) -> None
C++ Signature:
FBFilePopup()
Constructor.
def Execute | ( | ) |
Python Docstring:
Execute( (FBFilePopup)arg1) -> bool
C++ Signature:
bool Execute()
Execute file popup.
Read Write Property: Caption to put in popup window.
Read Write Property: Filter to use for popup window file selection.
FBPropertyFilePopupStyle Style |