fxpyGui
index
fxpyGui.py

Module containing the FxPy (Fox) implementation for the GUI tutorial
 
COMMENTS:
=========
+ Events are tied to the ID of the widget via FXMAPFUNC(_XXX wrapper functions
+ Very complete documentation for C++ (with Python differences noted)
  [http://home.hiwaay.net/~johnson2/fox/fox-api/]
+ Widget constructors are not as explicit in the FxPy as they are in the C++
  doc; use named parameters to make sure you get what you want
+ Easiest widget layout of all the GUIs in the tutorial, with a
  'plan-ahead' approach to widget hierarchy management
+ Map all the messages to target functions at the beginning (not necessary,
  but seems to be the 'fox' way :)
  
IDIOMS:
=======
+ Layout management is done via the type of container AND 'bit' flags
  for expand/fill behavior (http://www.fox-toolkit.org/layout.html)
+ Event handling is done via FOX's 'Target/Message System,' where each
  Widget sends its 'message' to a certain object called the 'target'
  (an FXObject)
+ Event handlers have return values ... return either 0 or 1 to allow
  'intelligent' message routine throughout the application (1 if message
  was processed normally). Don't forget to return FXApp.run()!!
+ Messages can also be re-targeted within an event handler by calling
  the "handle()" method on the delegate object that may or may not be
  mapped to handle the message.

 
Modules
            
containersc
controlsc
dialogsc
dirlistc
FXPy.fox
fox3dc
FXPy.foxc
graphicsc
iconlistc
mdic
menusc
miscc
oogui
os
tablec
textc
treelistc
windowsc

 
Classes
            
FXPy.misc.FXApp(FXPy.misc.FXAppPtr)
FxPyGui(FXPy.misc.FXApp, oogui.OOGui)
FXPy.containers.FXGroupBox(FXPy.containers.FXGroupBoxPtr)
DisplayPanel
oogui.OOGui
FxPyGui(FXPy.misc.FXApp, oogui.OOGui)

 
class DisplayPanel(FXPy.containers.FXGroupBox)
      The Display viewer at bottom of the GUI
 
  
__init__(self, w)
__repr__(self) from FXPy.containers.FXGroupBoxPtr
_search(self, key) from FXPy.misc.FX_ObjectPtr
_show(self, filename)
Creates the labeled container that manages the display widget
acceptDrop(self, *_args, **_kwargs) from FXPy.windows.FX_WindowPtr
acquireClipboard(self, *_args, **_kwargs) from FXPy.windows.FX_WindowPtr
acquireSelection(self, *_args, **_kwargs) from FXPy.windows.FX_WindowPtr
addHotKey(self, *_args, **_kwargs) from FXPy.windows.FX_WindowPtr
beginDrag(self, *_args, **_kwargs) from FXPy.windows.FX_WindowPtr
binary(self, unused)
Display binary viewer as unavailable
canFocus(self, *_args, **_kwargs) from FXPy.containers.FXGroupBoxPtr
childAtIndex(self, *_args, **_kwargs) from FXPy.windows.FX_WindowPtr
clearDragRectangle(self, *_args, **_kwargs) from FXPy.windows.FX_WindowPtr
contains(self, *_args, **_kwargs) from FXPy.containers.FXGroupBoxPtr
containsChild(self, *_args, **_kwargs) from FXPy.windows.FX_WindowPtr
create(self, *_args, **_kwargs) from FXPy.containers.FXGroupBoxPtr
destroy(self, *_args, **_kwargs) from FXPy.containers.FXGroupBoxPtr
detach(self, *_args, **_kwargs) from FXPy.containers.FXGroupBoxPtr
didAccept(self, *_args, **_kwargs) from FXPy.windows.FX_WindowPtr
disable(self, *_args, **_kwargs) from FXPy.containers.FXGroupBoxPtr
doesSaveUnder(self, *_args, **_kwargs) from FXPy.containers.FXGroupBoxPtr
dropDisable(self, *_args, **_kwargs) from FXPy.windows.FX_WindowPtr
dropEnable(self, *_args, **_kwargs) from FXPy.windows.FX_WindowPtr
enable(self, *_args, **_kwargs) from FXPy.containers.FXGroupBoxPtr
endDrag(self, *_args, **_kwargs) from FXPy.windows.FX_WindowPtr
forceRefresh(self, *_args, **_kwargs) from FXPy.windows.FX_WindowPtr
getAccelTable(self, *_args, **_kwargs) from FXPy.windows.FX_WindowPtr
getApp(self, *_args, **_kwargs) from FXPy.misc.FX_IdPtr
getBackColor(self, *_args, **_kwargs) from FXPy.windows.FX_WindowPtr
getBaseColor(self, *_args, **_kwargs) from FXPy.containers.FX_PackerPtr
getBorderColor(self, *_args, **_kwargs) from FXPy.containers.FX_PackerPtr
getBorderWidth(self, *_args, **_kwargs) from FXPy.containers.FX_PackerPtr
getChildAt(self, *_args, **_kwargs) from FXPy.windows.FX_WindowPtr
getClassName(self, *_args, **_kwargs) from FXPy.misc.FX_ObjectPtr
getCursorPosition(self, *_args, **_kwargs) from FXPy.windows.FX_WindowPtr
getDNDData(self, *_args, **_kwargs) from FXPy.windows.FX_WindowPtr
getDefaultCursor(self, *_args, **_kwargs) from FXPy.windows.FX_WindowPtr
getDefaultHeight(self, *_args, **_kwargs) from FXPy.containers.FXGroupBoxPtr
getDefaultWidth(self, *_args, **_kwargs) from FXPy.containers.FXGroupBoxPtr
getDragCursor(self, *_args, **_kwargs) from FXPy.windows.FX_WindowPtr
getFirst(self, *_args, **_kwargs) from FXPy.windows.FX_WindowPtr
getFocus(self, *_args, **_kwargs) from FXPy.windows.FX_WindowPtr
getFrameStyle(self, *_args, **_kwargs) from FXPy.containers.FX_PackerPtr
getHSpacing(self, *_args, **_kwargs) from FXPy.containers.FX_PackerPtr
getHeight(self, *_args, **_kwargs) from FXPy.misc.FX_DrawablePtr
getHeightForWidth(self, *_args, **_kwargs) from FXPy.containers.FXGroupBoxPtr
getHiliteColor(self, *_args, **_kwargs) from FXPy.containers.FX_PackerPtr
getKey(self, *_args, **_kwargs) from FXPy.windows.FX_WindowPtr
getLast(self, *_args, **_kwargs) from FXPy.windows.FX_WindowPtr
getLayoutHints(self, *_args, **_kwargs) from FXPy.windows.FX_WindowPtr
getNext(self, *_args, **_kwargs) from FXPy.windows.FX_WindowPtr
getOwner(self, *_args, **_kwargs) from FXPy.windows.FX_WindowPtr
getPackingHints(self, *_args, **_kwargs) from FXPy.containers.FX_PackerPtr
getPadBottom(self, *_args, **_kwargs) from FXPy.containers.FX_PackerPtr
getPadLeft(self, *_args, **_kwargs) from FXPy.containers.FX_PackerPtr
getPadRight(self, *_args, **_kwargs) from FXPy.containers.FX_PackerPtr
getPadTop(self, *_args, **_kwargs) from FXPy.containers.FX_PackerPtr
getParent(self, *_args, **_kwargs) from FXPy.windows.FX_WindowPtr
getPrev(self, *_args, **_kwargs) from FXPy.windows.FX_WindowPtr
getRoot(self, *_args, **_kwargs) from FXPy.windows.FX_WindowPtr
getSelector(self, *_args, **_kwargs) from FXPy.windows.FX_WindowPtr
getShadowColor(self, *_args, **_kwargs) from FXPy.containers.FX_PackerPtr
getShell(self, *_args, **_kwargs) from FXPy.windows.FX_WindowPtr
getTarget(self, *_args, **_kwargs) from FXPy.windows.FX_WindowPtr
getText(self, *_args, **_kwargs) from FXPy.containers.FX_GroupBoxPtr
getUserData(self, *_args, **_kwargs) from FXPy.misc.FX_IdPtr
getVSpacing(self, *_args, **_kwargs) from FXPy.containers.FX_PackerPtr
getVisual(self, *_args, **_kwargs) from FXPy.misc.FX_DrawablePtr
getWidth(self, *_args, **_kwargs) from FXPy.misc.FX_DrawablePtr
getWidthForHeight(self, *_args, **_kwargs) from FXPy.containers.FXGroupBoxPtr
getX(self, *_args, **_kwargs) from FXPy.windows.FX_WindowPtr
getY(self, *_args, **_kwargs) from FXPy.windows.FX_WindowPtr
grab(self, *_args, **_kwargs) from FXPy.windows.FX_WindowPtr
grabbed(self, *_args, **_kwargs) from FXPy.windows.FX_WindowPtr
handle(self, *_args, **_kwargs) from FXPy.misc.FX_ObjectPtr
handleDrag(self, *_args, **_kwargs) from FXPy.windows.FX_WindowPtr
hasClipboard(self, *_args, **_kwargs) from FXPy.windows.FX_WindowPtr
hasFocus(self, *_args, **_kwargs) from FXPy.windows.FX_WindowPtr
hasSelection(self, *_args, **_kwargs) from FXPy.windows.FX_WindowPtr
hide(self, *_args, **_kwargs) from FXPy.containers.FXGroupBoxPtr
html(self, filename)
Use textual display for HTML for now
id(self, *_args, **_kwargs) from FXPy.misc.FX_IdPtr
image(self, filename)
Displays the image file specified
indexOfChild(self, *_args, **_kwargs) from FXPy.windows.FX_WindowPtr
inquireDNDAction(self, *_args, **_kwargs) from FXPy.windows.FX_WindowPtr
inquireDNDTypes(self, *_args, **_kwargs) from FXPy.windows.FX_WindowPtr
isActive(self, *_args, **_kwargs) from FXPy.windows.FX_WindowPtr
isChildOf(self, *_args, **_kwargs) from FXPy.windows.FX_WindowPtr
isComposite(self, *_args, **_kwargs) from FXPy.containers.FXGroupBoxPtr
isDragging(self, *_args, **_kwargs) from FXPy.windows.FX_WindowPtr
isDropEnabled(self, *_args, **_kwargs) from FXPy.windows.FX_WindowPtr
isDropTarget(self, *_args, **_kwargs) from FXPy.windows.FX_WindowPtr
isEnabled(self, *_args, **_kwargs) from FXPy.windows.FX_WindowPtr
isShell(self, *_args, **_kwargs) from FXPy.windows.FX_WindowPtr
killFocus(self, *_args, **_kwargs) from FXPy.containers.FXGroupBoxPtr
layout(self, *_args, **_kwargs) from FXPy.containers.FXGroupBoxPtr
linkAfter(self, *_args, **_kwargs) from FXPy.windows.FX_WindowPtr
linkBefore(self, *_args, **_kwargs) from FXPy.windows.FX_WindowPtr
load(self, *_args, **_kwargs) from FXPy.misc.FX_ObjectPtr
lower(self, *_args, **_kwargs) from FXPy.containers.FXGroupBoxPtr
maxChildHeight(self, *_args, **_kwargs) from FXPy.windows.FX_WindowPtr
maxChildWidth(self, *_args, **_kwargs) from FXPy.windows.FX_WindowPtr
move(self, *_args, **_kwargs) from FXPy.containers.FXGroupBoxPtr
numChildren(self, *_args, **_kwargs) from FXPy.windows.FX_WindowPtr
offeredDNDType(self, *_args, **_kwargs) from FXPy.windows.FX_WindowPtr
onBeginDrag(self, *_args, **_kwargs) from FXPy.windows.FX_WindowPtr
onClipboardGained(self, *_args, **_kwargs) from FXPy.windows.FX_WindowPtr
onClipboardLost(self, *_args, **_kwargs) from FXPy.windows.FX_WindowPtr
onClipboardRequest(self, *_args, **_kwargs) from FXPy.windows.FX_WindowPtr
onCmdDelete(self, *_args, **_kwargs) from FXPy.windows.FX_WindowPtr
onCmdDisable(self, *_args, **_kwargs) from FXPy.windows.FX_WindowPtr
onCmdEnable(self, *_args, **_kwargs) from FXPy.windows.FX_WindowPtr
onCmdHide(self, *_args, **_kwargs) from FXPy.windows.FX_WindowPtr
onCmdLower(self, *_args, **_kwargs) from FXPy.windows.FX_WindowPtr
onCmdRaise(self, *_args, **_kwargs) from FXPy.windows.FX_WindowPtr
onCmdShow(self, *_args, **_kwargs) from FXPy.windows.FX_WindowPtr
onCmdToggleShown(self, *_args, **_kwargs) from FXPy.windows.FX_WindowPtr
onCmdUpdate(self, *_args, **_kwargs) from FXPy.windows.FX_CompositePtr
onConfigure(self, *_args, **_kwargs) from FXPy.windows.FX_WindowPtr
onDNDDrop(self, *_args, **_kwargs) from FXPy.windows.FX_WindowPtr
onDNDEnter(self, *_args, **_kwargs) from FXPy.windows.FX_WindowPtr
onDNDLeave(self, *_args, **_kwargs) from FXPy.windows.FX_WindowPtr
onDNDMotion(self, *_args, **_kwargs) from FXPy.windows.FX_WindowPtr
onDNDRequest(self, *_args, **_kwargs) from FXPy.windows.FX_WindowPtr
onDefault(self, *_args, **_kwargs) from FXPy.containers.FXGroupBoxPtr
onDestroy(self, *_args, **_kwargs) from FXPy.windows.FX_WindowPtr
onDragged(self, *_args, **_kwargs) from FXPy.windows.FX_WindowPtr
onEndDrag(self, *_args, **_kwargs) from FXPy.windows.FX_WindowPtr
onEnter(self, *_args, **_kwargs) from FXPy.windows.FX_WindowPtr
onFocusDown(self, *_args, **_kwargs) from FXPy.containers.FX_PackerPtr
onFocusIn(self, *_args, **_kwargs) from FXPy.windows.FX_WindowPtr
onFocusLeft(self, *_args, **_kwargs) from FXPy.containers.FX_PackerPtr
onFocusNext(self, *_args, **_kwargs) from FXPy.windows.FX_CompositePtr
onFocusOut(self, *_args, **_kwargs) from FXPy.windows.FX_WindowPtr
onFocusPrev(self, *_args, **_kwargs) from FXPy.windows.FX_CompositePtr
onFocusRight(self, *_args, **_kwargs) from FXPy.containers.FX_PackerPtr
onFocusSelf(self, *_args, **_kwargs) from FXPy.windows.FX_WindowPtr
onFocusUp(self, *_args, **_kwargs) from FXPy.containers.FX_PackerPtr
onKeyPress(self, *_args, **_kwargs) from FXPy.windows.FX_CompositePtr
onKeyRelease(self, *_args, **_kwargs) from FXPy.windows.FX_CompositePtr
onLeave(self, *_args, **_kwargs) from FXPy.windows.FX_WindowPtr
onLeftBtnPress(self, *_args, **_kwargs) from FXPy.windows.FX_WindowPtr
onLeftBtnRelease(self, *_args, **_kwargs) from FXPy.windows.FX_WindowPtr
onMap(self, *_args, **_kwargs) from FXPy.windows.FX_WindowPtr
onMiddleBtnPress(self, *_args, **_kwargs) from FXPy.windows.FX_WindowPtr
onMiddleBtnRelease(self, *_args, **_kwargs) from FXPy.windows.FX_WindowPtr
onMotion(self, *_args, **_kwargs) from FXPy.windows.FX_WindowPtr
onMouseWheel(self, *_args, **_kwargs) from FXPy.windows.FX_WindowPtr
onPaint(self, *_args, **_kwargs) from FXPy.containers.FX_GroupBoxPtr
onRightBtnPress(self, *_args, **_kwargs) from FXPy.windows.FX_WindowPtr
onRightBtnRelease(self, *_args, **_kwargs) from FXPy.windows.FX_WindowPtr
onSelectionGained(self, *_args, **_kwargs) from FXPy.windows.FX_WindowPtr
onSelectionLost(self, *_args, **_kwargs) from FXPy.windows.FX_WindowPtr
onSelectionRequest(self, *_args, **_kwargs) from FXPy.windows.FX_WindowPtr
onUncheckOther(self, *_args, **_kwargs) from FXPy.containers.FX_GroupBoxPtr
onUngrabbed(self, *_args, **_kwargs) from FXPy.windows.FX_WindowPtr
onUnmap(self, *_args, **_kwargs) from FXPy.windows.FX_WindowPtr
onUpdToggleShown(self, *_args, **_kwargs) from FXPy.windows.FX_WindowPtr
onUpdYes(self, *_args, **_kwargs) from FXPy.windows.FX_WindowPtr
onUpdate(self, *_args, **_kwargs) from FXPy.windows.FX_WindowPtr
position(self, *_args, **_kwargs) from FXPy.containers.FXGroupBoxPtr
recalc(self, *_args, **_kwargs) from FXPy.containers.FXGroupBoxPtr
releaseClipboard(self, *_args, **_kwargs) from FXPy.windows.FX_WindowPtr
releaseSelection(self, *_args, **_kwargs) from FXPy.windows.FX_WindowPtr
remHotKey(self, *_args, **_kwargs) from FXPy.windows.FX_WindowPtr
reparent(self, *_args, **_kwargs) from FXPy.containers.FXGroupBoxPtr
resize(self, *_args, **_kwargs) from FXPy.containers.FXGroupBoxPtr
save(self, *_args, **_kwargs) from FXPy.misc.FX_ObjectPtr
scroll(self, *_args, **_kwargs) from FXPy.windows.FX_WindowPtr
setAccelTable(self, *_args, **_kwargs) from FXPy.windows.FX_WindowPtr
setBackColor(self, *_args, **_kwargs) from FXPy.containers.FXGroupBoxPtr
setBaseColor(self, *_args, **_kwargs) from FXPy.containers.FX_PackerPtr
setBorderColor(self, *_args, **_kwargs) from FXPy.containers.FX_PackerPtr
setCursorPosition(self, *_args, **_kwargs) from FXPy.windows.FX_WindowPtr
setDNDData(self, *_args, **_kwargs) from FXPy.windows.FX_WindowPtr
setDefaultCursor(self, *_args, **_kwargs) from FXPy.windows.FX_WindowPtr
setDragCursor(self, *_args, **_kwargs) from FXPy.windows.FX_WindowPtr
setDragRectangle(self, *_args, **_kwargs) from FXPy.windows.FX_WindowPtr
setFocus(self, *_args, **_kwargs) from FXPy.containers.FXGroupBoxPtr
setFrameStyle(self, *_args, **_kwargs) from FXPy.containers.FX_PackerPtr
setHSpacing(self, *_args, **_kwargs) from FXPy.containers.FX_PackerPtr
setHeight(self, *_args, **_kwargs) from FXPy.windows.FX_WindowPtr
setHiliteColor(self, *_args, **_kwargs) from FXPy.containers.FX_PackerPtr
setKey(self, *_args, **_kwargs) from FXPy.windows.FX_WindowPtr
setLayoutHints(self, *_args, **_kwargs) from FXPy.windows.FX_WindowPtr
setPackingHints(self, *_args, **_kwargs) from FXPy.containers.FX_PackerPtr
setPadBottom(self, *_args, **_kwargs) from FXPy.containers.FX_PackerPtr
setPadLeft(self, *_args, **_kwargs) from FXPy.containers.FX_PackerPtr
setPadRight(self, *_args, **_kwargs) from FXPy.containers.FX_PackerPtr
setPadTop(self, *_args, **_kwargs) from FXPy.containers.FX_PackerPtr
setSelector(self, *_args, **_kwargs) from FXPy.windows.FX_WindowPtr
setShadowColor(self, *_args, **_kwargs) from FXPy.containers.FX_PackerPtr
setTarget(self, *_args, **_kwargs) from FXPy.windows.FX_WindowPtr
setText(self, *_args, **_kwargs) from FXPy.containers.FX_GroupBoxPtr
setUserData(self, *_args, **_kwargs) from FXPy.misc.FX_IdPtr
setVSpacing(self, *_args, **_kwargs) from FXPy.containers.FX_PackerPtr
setVisual(self, *_args, **_kwargs) from FXPy.misc.FX_DrawablePtr
setWidth(self, *_args, **_kwargs) from FXPy.windows.FX_WindowPtr
setX(self, *_args, **_kwargs) from FXPy.windows.FX_WindowPtr
setY(self, *_args, **_kwargs) from FXPy.windows.FX_WindowPtr
show(self, *_args, **_kwargs) from FXPy.containers.FXGroupBoxPtr
shown(self, *_args, **_kwargs) from FXPy.windows.FX_WindowPtr
text(self, filename)
translateCoordinatesFrom(self, *_args, **_kwargs) from FXPy.windows.FX_WindowPtr
translateCoordinatesTo(self, *_args, **_kwargs) from FXPy.windows.FX_WindowPtr
underCursor(self, *_args, **_kwargs) from FXPy.windows.FX_WindowPtr
ungrab(self, *_args, **_kwargs) from FXPy.windows.FX_WindowPtr
update(self, *_args, **_kwargs) from FXPy.windows.FX_WindowPtr
update2(self, *_args, **_kwargs) from FXPy.windows.FX_WindowPtr

 
class FxPyGui(FXPy.misc.FXApp, oogui.OOGui)
      Specialization of OOGui that uses the FxPy widget set
 
  
__init__(self, argv, geometry=None, resfile=None, startdir=None)
Create the FxPy QApplication and OOGui base objects
__repr__(self) from FXPy.misc.FXAppPtr
_buildCWD(self, w)
Private method to construct the change working directory window
_buildGui(self, title)
Builds the gui for the FXPy implementation
_buildLists(self, w)
Builds the panel of directories and files list boxes
_buildPanes(self, w)
Use a SplitterWindow with panes for lists and display views
_directorySelected(self, *unused) from oogui.OOGui
_displayBinary(self, filename)
Displays binary data files
_displayHTML(self, filename)
Displays HTML files
_displayImage(self, filename)
Displays image files
_displayText(self, filename)
Displays text (other) files
_fileSelected(self, *unused) from oogui.OOGui
_getCurrentDirectory(self)
Return the full pathname of current working directory
_getEntries(self, cwd) from oogui.OOGui
_getSelectedDirectory(self)
Returns the name of the selected directory
_getSelectedFile(self)
Returns the name of the selected file
_getTopLevel(self)
Special access method used by base to ensure top level is created
_loadResources(self, resfile=None)
Load the resources (options) for all the 'named' widgets
_search(self, key) from FXPy.misc.FX_ObjectPtr
_setCWD(self, cwd)
_setCurrentDirectory(self, pathname)
Use the status bar to indicate name of current working directory
_setDirectory(self, *unused)
Callback for setting the name of the current directory
_setEntries(self)
Sets the names of files and directories in the lists for the
'current selected directory'.
_setFile(self, *unused)
Records the currently selected file as a hook for the call
to the base class's 'fileSelected()' method which determines
the 'type' of the file, and dispatches the appropriate viewer.
_setFilename(self, filename='')
Sets the filename entry field when a file is selected; called
by base class's _fileSelected() method
_startGui(self, geometry=None)
Starts the main event loop for the application
addChore(self, *_args, **_kwargs) from FXPy.misc.FX_AppPtr
addInput(self, *_args, **_kwargs) from FXPy.misc.FX_AppPtr
addSignal(self, *_args, **_kwargs) from FXPy.misc.FX_AppPtr
addTimeout(self, *_args, **_kwargs) from FXPy.misc.FX_AppPtr
beep(self, *_args, **_kwargs) from FXPy.misc.FX_AppPtr
beginWaitCursor(self, *_args, **_kwargs) from FXPy.misc.FX_AppPtr
closeDisplay(self, *_args, **_kwargs) from FXPy.misc.FX_AppPtr
copyright(self, *_args, **_kwargs) from FXPy.misc.FX_AppPtr
create(self, *_args, **_kwargs) from FXPy.misc.FXAppPtr
destroy(self, *_args, **_kwargs) from FXPy.misc.FXAppPtr
detach(self, *_args, **_kwargs) from FXPy.misc.FXAppPtr
disableEventHook(self, *_args, **_kwargs) from FXPy.misc.FXAppPtr
dumpWidgets(self, *_args, **_kwargs) from FXPy.misc.FX_AppPtr
enableEventHook(self, *_args, **_kwargs) from FXPy.misc.FXAppPtr
endWaitCursor(self, *_args, **_kwargs) from FXPy.misc.FX_AppPtr
exit(self, *_args, **_kwargs) from FXPy.misc.FX_AppPtr
findWindowAt(self, *_args, **_kwargs) from FXPy.misc.FX_AppPtr
findWindowWithId(self, *_args, **_kwargs) from FXPy.misc.FX_AppPtr
flush(self, *_args, **_kwargs) from FXPy.misc.FX_AppPtr
forceRefresh(self, *_args, **_kwargs) from FXPy.misc.FX_AppPtr
getAnimSpeed(self, *_args, **_kwargs) from FXPy.misc.FX_AppPtr
getAppName(self, *_args, **_kwargs) from FXPy.misc.FX_AppPtr
getBackColor(self, *_args, **_kwargs) from FXPy.misc.FX_AppPtr
getBaseColor(self, *_args, **_kwargs) from FXPy.misc.FX_AppPtr
getBlinkSpeed(self, *_args, **_kwargs) from FXPy.misc.FX_AppPtr
getBorderColor(self, *_args, **_kwargs) from FXPy.misc.FX_AppPtr
getClassName(self, *_args, **_kwargs) from FXPy.misc.FX_ObjectPtr
getClickSpeed(self, *_args, **_kwargs) from FXPy.misc.FX_AppPtr
getCursorWindow(self, *_args, **_kwargs) from FXPy.misc.FX_AppPtr
getDefaultCursor(self, *_args, **_kwargs) from FXPy.misc.FX_AppPtr
getDefaultVisual(self, *_args, **_kwargs) from FXPy.misc.FX_AppPtr
getDragDelta(self, *_args, **_kwargs) from FXPy.misc.FX_AppPtr
getDragTypeName(self, *_args, **_kwargs) from FXPy.misc.FX_AppPtr
getFocusWindow(self, *_args, **_kwargs) from FXPy.misc.FX_AppPtr
getForeColor(self, *_args, **_kwargs) from FXPy.misc.FX_AppPtr
getHiliteColor(self, *_args, **_kwargs) from FXPy.misc.FX_AppPtr
getMainWindow(self, *_args, **_kwargs) from FXPy.misc.FX_AppPtr
getMenuPause(self, *_args, **_kwargs) from FXPy.misc.FX_AppPtr
getMonoVisual(self, *_args, **_kwargs) from FXPy.misc.FX_AppPtr
getNormalFont(self, *_args, **_kwargs) from FXPy.misc.FX_AppPtr
getRoot(self, *_args, **_kwargs) from FXPy.misc.FX_AppPtr
getScrollDelay(self, *_args, **_kwargs) from FXPy.misc.FX_AppPtr
getScrollSpeed(self, *_args, **_kwargs) from FXPy.misc.FX_AppPtr
getSelbackColor(self, *_args, **_kwargs) from FXPy.misc.FX_AppPtr
getSelforeColor(self, *_args, **_kwargs) from FXPy.misc.FX_AppPtr
getShadowColor(self, *_args, **_kwargs) from FXPy.misc.FX_AppPtr
getTipbackColor(self, *_args, **_kwargs) from FXPy.misc.FX_AppPtr
getTipforeColor(self, *_args, **_kwargs) from FXPy.misc.FX_AppPtr
getTooltipPause(self, *_args, **_kwargs) from FXPy.misc.FX_AppPtr
getTooltipTime(self, *_args, **_kwargs) from FXPy.misc.FX_AppPtr
getTypingSpeed(self, *_args, **_kwargs) from FXPy.misc.FX_AppPtr
getVendorName(self, *_args, **_kwargs) from FXPy.misc.FX_AppPtr
getWaitCursor(self, *_args, **_kwargs) from FXPy.misc.FX_AppPtr
getWheelLines(self, *_args, **_kwargs) from FXPy.misc.FX_AppPtr
handle(self, *_args, **_kwargs) from FXPy.misc.FX_ObjectPtr
init(self, *_args, **_kwargs) from FXPy.misc.FX_AppPtr
isModal(self, *_args, **_kwargs) from FXPy.misc.FX_AppPtr
load(self, *_args, **_kwargs) from FXPy.misc.FX_ObjectPtr
modalWindow(self, *_args, **_kwargs) from FXPy.misc.FX_AppPtr
onCmdDump(self, *_args, **_kwargs) from FXPy.misc.FX_AppPtr
onCmdQuit(self, *_args, **_kwargs) from FXPy.misc.FX_AppPtr
onDefault(self, *_args, **_kwargs) from FXPy.misc.FXAppPtr
openDisplay(self, *_args, **_kwargs) from FXPy.misc.FX_AppPtr
peekEvent(self, *_args, **_kwargs) from FXPy.misc.FX_AppPtr
refresh(self, *_args, **_kwargs) from FXPy.misc.FX_AppPtr
reg(self, *_args, **_kwargs) from FXPy.misc.FX_AppPtr
registerDragType(self, *_args, **_kwargs) from FXPy.misc.FX_AppPtr
removeChore(self, *_args, **_kwargs) from FXPy.misc.FX_AppPtr
removeInput(self, *_args, **_kwargs) from FXPy.misc.FX_AppPtr
removeSignal(self, *_args, **_kwargs) from FXPy.misc.FX_AppPtr
removeTimeout(self, *_args, **_kwargs) from FXPy.misc.FX_AppPtr
run(self, *_args, **_kwargs) from FXPy.misc.FXAppPtr
runModal(self, *_args, **_kwargs) from FXPy.misc.FX_AppPtr
runModalFor(self, *_args, **_kwargs) from FXPy.misc.FX_AppPtr
runModalWhileShown(self, *_args, **_kwargs) from FXPy.misc.FX_AppPtr
runOneEvent(self, *_args, **_kwargs) from FXPy.misc.FX_AppPtr
runUntil(self, *_args, **_kwargs) from FXPy.misc.FX_AppPtr
runWhileEvents(self, *_args, **_kwargs) from FXPy.misc.FX_AppPtr
save(self, *_args, **_kwargs) from FXPy.misc.FX_ObjectPtr
setAnimSpeed(self, *_args, **_kwargs) from FXPy.misc.FX_AppPtr
setBackColor(self, *_args, **_kwargs) from FXPy.misc.FX_AppPtr
setBaseColor(self, *_args, **_kwargs) from FXPy.misc.FX_AppPtr
setBlinkSpeed(self, *_args, **_kwargs) from FXPy.misc.FX_AppPtr
setBorderColor(self, *_args, **_kwargs) from FXPy.misc.FX_AppPtr
setClickSpeed(self, *_args, **_kwargs) from FXPy.misc.FX_AppPtr
setDefaultCursor(self, *_args, **_kwargs) from FXPy.misc.FX_AppPtr
setDefaultVisual(self, *_args, **_kwargs) from FXPy.misc.FX_AppPtr
setDragDelta(self, *_args, **_kwargs) from FXPy.misc.FX_AppPtr
setForeColor(self, *_args, **_kwargs) from FXPy.misc.FX_AppPtr
setHiliteColor(self, *_args, **_kwargs) from FXPy.misc.FX_AppPtr
setMenuPause(self, *_args, **_kwargs) from FXPy.misc.FX_AppPtr
setNormalFont(self, *_args, **_kwargs) from FXPy.misc.FX_AppPtr
setScrollDelay(self, *_args, **_kwargs) from FXPy.misc.FX_AppPtr
setScrollSpeed(self, *_args, **_kwargs) from FXPy.misc.FX_AppPtr
setSelbackColor(self, *_args, **_kwargs) from FXPy.misc.FX_AppPtr
setSelforeColor(self, *_args, **_kwargs) from FXPy.misc.FX_AppPtr
setShadowColor(self, *_args, **_kwargs) from FXPy.misc.FX_AppPtr
setTipbackColor(self, *_args, **_kwargs) from FXPy.misc.FX_AppPtr
setTipforeColor(self, *_args, **_kwargs) from FXPy.misc.FX_AppPtr
setTooltipPause(self, *_args, **_kwargs) from FXPy.misc.FX_AppPtr
setTooltipTime(self, *_args, **_kwargs) from FXPy.misc.FX_AppPtr
setTypingSpeed(self, *_args, **_kwargs) from FXPy.misc.FX_AppPtr
setWaitCursor(self, *_args, **_kwargs) from FXPy.misc.FX_AppPtr
setWheelLines(self, *_args, **_kwargs) from FXPy.misc.FX_AppPtr
stop(self, *_args, **_kwargs) from FXPy.misc.FX_AppPtr
stopModal(self, *_args, **_kwargs) from FXPy.misc.FX_AppPtr
stopModal2(self, *_args, **_kwargs) from FXPy.misc.FX_AppPtr
version(self, *_args, **_kwargs) from FXPy.misc.FX_AppPtr

 
Functions
            
FXALPHAVAL(...)
FXBITREVERSE(...)
FXBLUEVAL(...)
FXGREENVAL(...)
FXPyRegister(...)
FXPySetDict(...)
FXREDVAL(...)
FXRGB(...)
FXRGBA(...)
FXRGBACOMPVAL(...)
FX_DirList_cmpFName(...)
FX_DirList_cmpRName(...)
FX_FileDialog_getOpenDirectory(...)
FX_FileDialog_getOpenFilename(...)
FX_FileDialog_getOpenFilenames(...)
FX_FileDialog_getSaveFilename(...)
FX_InputDialog_getInteger(...)
FX_InputDialog_getReal(...)
FX_InputDialog_getString(...)
FX_Stream_isLittleEndian(...)
MKUINT(...)
SELID(...)
SELTYPE(...)
_getLabeledList(w, label, id, target)
Returns a listbox with selection message mapped to targetFunction,
labeled at the top left with value of label.
fxabspath(...)
fxbakname(...)
fxcolorfromname(...)
fxdirpart(...)
fxexists(...)
fxexpand(...)
fxfileext(...)
fxfilematch(...)
fxfilepart(...)
fxfiletitle(...)
fxfindhotkeyoffset(...)
fxgetcurrentdir(...)
fxgetgroupname(...)
fxgethomedir(...)
fxgetpermissions(...)
fxgetpid(...)
fxgetusername(...)
fxhsv_to_rgb(...)
fxidentical(...)
fxisdir(...)
fxisfile(...)
fxistopdir(...)
fxkeyval(...)
fxmkdir(...)
fxnamefromcolor(...)
fxparseaccel(...)
fxparsefontdesc(...)
fxparsehotkey(...)
fxpathname(...)
fxprefix(...)
fxrgb_to_hsv(...)
fxsearchpath(...)
fxshortestpath(...)
fxsleep(...)
fxstrhash(...)
fxsuffix(...)
fxunparsefontdesc(...)
fxupdir(...)
makeHiliteColor(...)
makeShadowColor(...)
setErrorObject(...)
showModalErrorBox(...)
showModalInformationBox(...)
showModalQuestionBox(...)
showModalWarningBox(...)

 
Data
             ALTMASK = 8
ARROW_AUTOGRAY = 16777216
ARROW_AUTOHIDE = 33554432
ARROW_DOWN = 1048576
ARROW_LEFT = 2097152
ARROW_NONE = 0
ARROW_NORMAL = 548864
ARROW_REPEAT = 8388608
ARROW_RIGHT = 4194304
ARROW_TOOLBAR = 67108864
ARROW_UP = 524288
BITMAP_KEEP = 1
BITMAP_OWNED = 2
BITMAP_SHMI = 32
BITMAP_SHMP = 64
BLT_CLR = 0
BLT_DST = 5
BLT_NOT_DST = 10
BLT_NOT_SRC = 12
BLT_NOT_SRC_AND_DST = 4
BLT_NOT_SRC_AND_NOT_DST = 8
BLT_NOT_SRC_OR_DST = 13
BLT_NOT_SRC_OR_NOT_DST = 14
BLT_NOT_SRC_XOR_DST = 9
BLT_SET = 15
BLT_SRC = 3
BLT_SRC_AND_DST = 1
BLT_SRC_AND_NOT_DST = 2
BLT_SRC_OR_DST = 7
BLT_SRC_OR_NOT_DST = 11
BLT_SRC_XOR_DST = 6
BUTTON_AUTOGRAY = 8388608
BUTTON_AUTOHIDE = 16777216
BUTTON_DEFAULT = 67108864
BUTTON_NORMAL = 1073152
BUTTON_TOOLBAR = 33554432
CAPSLOCKMASK = 2
CAP_BUTT = 1
CAP_NOT_LAST = 0
CAP_PROJECTING = 3
CAP_ROUND = 2
CHECKBUTTON_AUTOGRAY = 8388608
CHECKBUTTON_AUTOHIDE = 16777216
CHECKBUTTON_NORMAL = 1048576
COLORWELL_NORMAL = 0
COLORWELL_OPAQUEONLY = 32768
COLORWELL_SOURCEONLY = 65536
COMBOBOX_INSERT_AFTER = 393216
COMBOBOX_INSERT_BEFORE = 262144
COMBOBOX_INSERT_FIRST = 524288
COMBOBOX_INSERT_LAST = 589824
COMBOBOX_NORMAL = 0
COMBOBOX_NO_REPLACE = 0
COMBOBOX_REPLACE = 131072
COMBOBOX_STATIC = 1048576
CONTROLMASK = 4
CROSSINGGRAB = 1
CROSSINGNORMAL = 0
CROSSINGUNGRAB = 2
CURSOR_ARROW = 1
CURSOR_CROSS = 5
CURSOR_IBEAM = 3
CURSOR_LEFTRIGHT = 7
CURSOR_MOVE = 8
CURSOR_RARROW = 2
CURSOR_UPDOWN = 6
CURSOR_WATCH = 4
DECOR_ALL = 16646144
DECOR_BORDER = 2097152
DECOR_CLOSE = 1048576
DECOR_MAXIMIZE = 524288
DECOR_MENU = 8388608
DECOR_MINIMIZE = 262144
DECOR_NONE = 0
DECOR_RESIZE = 4194304
DECOR_TITLE = 131072
DEFAULT_MARGIN = 2
DEFAULT_PAD = 2
DEFAULT_SPACING = 4
DEF_ARROW_CURSOR = 0
DEF_CORNERNE_CURSOR = 17
DEF_CORNERNW_CURSOR = 18
DEF_CORNERSE_CURSOR = 19
DEF_CORNERSW_CURSOR = 20
DEF_CROSSHAIR_CURSOR = 16
DEF_DNDCOPY_CURSOR = 13
DEF_DNDLINK_CURSOR = 15
DEF_DNDMOVE_CURSOR = 14
DEF_DNDSTOP_CURSOR = 12
DEF_DRAGBL_CURSOR = 11
DEF_DRAGBR_CURSOR = 10
DEF_DRAGH_CURSOR = 8
DEF_DRAGTL_CURSOR = 10
DEF_DRAGTR_CURSOR = 11
DEF_DRAGV_CURSOR = 9
DEF_HSPLIT_CURSOR = 3
DEF_MOVE_CURSOR = 7
DEF_RARROW_CURSOR = 1
DEF_ROTATE_CURSOR = 21
DEF_SWATCH_CURSOR = 6
DEF_TEXT_CURSOR = 2
DEF_VSPLIT_CURSOR = 4
DEF_XSPLIT_CURSOR = 5
DIAL_CYCLIC = 65536
DIAL_HAS_NOTCH = 131072
DIAL_HORIZONTAL = 32768
DIAL_NORMAL = 0
DIAL_VERTICAL = 0
DIRLIST_NO_OWN_ASSOC = 536870912
DIRLIST_SHOWFILES = 134217728
DIRLIST_SHOWHIDDEN = 268435456
DRAG_ACCEPT = 1
DRAG_COPY = 2
DRAG_LINK = 4
DRAG_MOVE = 3
DRAG_PRIVATE = 5
DRAG_REJECT = 0
DRIVEBOX_REPORT_ERRORS = 131072
EXP_ALWAYS = 1
EXP_AUTO = 2
EXP_NEVER = 0
FACECULLING_OFF = 0
FACECULLING_ON = 8
FILELIST_NO_OWN_ASSOC = 268435456
FILELIST_SHOWDIRS = 134217728
FILELIST_SHOWHIDDEN = 67108864
FILEMATCH_CASEFOLD = 16
FILEMATCH_FILE_NAME = 1
FILEMATCH_LEADING_DIR = 8
FILEMATCH_NOESCAPE = 2
FILEMATCH_PERIOD = 4
FILL_OPAQUESTIPPLED = 3
FILL_SOLID = 0
FILL_STIPPLED = 2
FILL_TILED = 1
FONTENCODING_ARABIC = 6
FONTENCODING_BALTIC = 13
FONTENCODING_CELTIC = 14
FONTENCODING_CYRILLIC = 5
FONTENCODING_DEFAULT = 0
FONTENCODING_EASTEUROPE = 2
FONTENCODING_GREEK = 7
FONTENCODING_HEBREW = 8
FONTENCODING_ISO_8859_1 = 1
FONTENCODING_ISO_8859_10 = 10
FONTENCODING_ISO_8859_11 = 11
FONTENCODING_ISO_8859_13 = 13
FONTENCODING_ISO_8859_14 = 14
FONTENCODING_ISO_8859_15 = 15
FONTENCODING_ISO_8859_16 = 16
FONTENCODING_ISO_8859_2 = 2
FONTENCODING_ISO_8859_3 = 3
FONTENCODING_ISO_8859_4 = 4
FONTENCODING_ISO_8859_5 = 5
FONTENCODING_ISO_8859_6 = 6
FONTENCODING_ISO_8859_7 = 7
FONTENCODING_ISO_8859_8 = 8
FONTENCODING_ISO_8859_9 = 9
FONTENCODING_KOI8 = 17
FONTENCODING_KOI8_R = 18
FONTENCODING_KOI8_U = 19
FONTENCODING_KOI8_UNIFIED = 20
FONTENCODING_LATIN1 = 1
FONTENCODING_LATIN10 = 16
FONTENCODING_LATIN2 = 2
FONTENCODING_LATIN3 = 3
FONTENCODING_LATIN4 = 4
FONTENCODING_LATIN5 = 9
FONTENCODING_LATIN6 = 10
FONTENCODING_LATIN7 = 13
FONTENCODING_LATIN8 = 14
FONTENCODING_LATIN9 = 15
FONTENCODING_NORDIC = 10
FONTENCODING_NORTHEUROPE = 4
FONTENCODING_RUSSIAN = 17
FONTENCODING_SOUTHEUROPE = 3
FONTENCODING_THAI = 11
FONTENCODING_TURKISH = 9
FONTENCODING_USASCII = 1
FONTENCODING_WESTEUROPE = 1
FONTHINT_DECORATIVE = 4
FONTHINT_DONTCARE = 0
FONTHINT_MODERN = 8
FONTHINT_POLYMORPHIC = 1024
FONTHINT_ROMAN = 16
FONTHINT_SCALABLE = 512
FONTHINT_SCRIPT = 32
FONTHINT_SWISS = 64
FONTHINT_SYSTEM = 128
FONTHINT_X11 = 256
FONTPITCH_DEFAULT = 0
FONTPITCH_FIXED = 1
FONTPITCH_VARIABLE = 2
FONTSETWIDTH_COMPRESSED = 30
FONTSETWIDTH_CONDENSED = 30
FONTSETWIDTH_DONTCARE = 0
FONTSETWIDTH_EXPANDED = 70
FONTSETWIDTH_EXTRACONDENSED = 20
FONTSETWIDTH_EXTRAEXPANDED = 80
FONTSETWIDTH_MEDIUM = 50
FONTSETWIDTH_NARROW = 30
FONTSETWIDTH_NORMAL = 50
FONTSETWIDTH_REGULAR = 50
FONTSETWIDTH_SEMICONDENSED = 40
FONTSETWIDTH_SEMIEXPANDED = 60
FONTSETWIDTH_ULTRACONDENSED = 10
FONTSETWIDTH_ULTRAEXPANDED = 90
FONTSETWIDTH_WIDE = 80
FONTSLANT_DONTCARE = 0
FONTSLANT_ITALIC = 2
FONTSLANT_OBLIQUE = 3
FONTSLANT_REGULAR = 1
FONTSLANT_REVERSE_ITALIC = 4
FONTSLANT_REVERSE_OBLIQUE = 5
FONTWEIGHT_BLACK = 900
FONTWEIGHT_BOLD = 700
FONTWEIGHT_DEMIBOLD = 600
FONTWEIGHT_DONTCARE = 0
FONTWEIGHT_EXTRABOLD = 800
FONTWEIGHT_EXTRALIGHT = 200
FONTWEIGHT_HEAVY = 900
FONTWEIGHT_LIGHT = 300
FONTWEIGHT_MEDIUM = 500
FONTWEIGHT_NORMAL = 400
FONTWEIGHT_REGULAR = 400
FONTWEIGHT_THIN = 100
FOURSPLITTER_NORMAL = 0
FOURSPLITTER_TRACKING = 32768
FRAME_GROOVE = 16384
FRAME_LINE = 12288
FRAME_NONE = 0
FRAME_NORMAL = 20480
FRAME_RAISED = 8192
FRAME_RIDGE = 28672
FRAME_SUNKEN = 4096
FRAME_THICK = 16384
FROM_CLIPBOARD = 1
FROM_DRAGNDROP = 2
FROM_SELECTION = 0
FXStreamAlloc = 7
FXStreamDead = 0
FXStreamEnd = 1
FXStreamFormat = 5
FXStreamFull = 2
FXStreamLoad = 2
FXStreamNoRead = 4
FXStreamNoWrite = 3
FXStreamOK = 0
FXStreamSave = 1
FXStreamUnknown = 6
GROUPBOX_NORMAL = 0
GROUPBOX_TITLE_CENTER = 131072
GROUPBOX_TITLE_LEFT = 0
GROUPBOX_TITLE_RIGHT = 262144
HEADER_BUTTON = 32768
HEADER_HORIZONTAL = 0
HEADER_NORMAL = 20480
HEADER_TRACKING = 131072
HEADER_VERTICAL = 65536
HSCROLLER_ALWAYS = 32768
HSCROLLER_NEVER = 65536
HSCROLLING_OFF = 98304
HSCROLLING_ON = 0
ICONLIST_AUTOSIZE = 4194304
ICONLIST_BIG_ICONS = 16777216
ICONLIST_BROWSESELECT = 2097152
ICONLIST_COLUMNS = 33554432
ICONLIST_DETAILED = 0
ICONLIST_EXTENDEDSELECT = 0
ICONLIST_MINI_ICONS = 8388608
ICONLIST_MULTIPLESELECT = 3145728
ICONLIST_NORMAL = 0
ICONLIST_ROWS = 0
ICONLIST_SINGLESELECT = 1048576
ICON_ABOVE_TEXT = 2097152
ICON_AFTER_TEXT = 524288
ICON_BEFORE_TEXT = 1048576
ICON_BELOW_TEXT = 4194304
ICON_UNDER_TEXT = 0
IMAGE_ALPHA = 8
IMAGE_ALPHACOLOR = 32
IMAGE_ALPHAGUESS = 256
IMAGE_DITHER = 0
IMAGE_KEEP = 1
IMAGE_OPAQUE = 16
IMAGE_OWNED = 2
IMAGE_SHMI = 64
IMAGE_SHMP = 128
INPUTDIALOG_INTEGER = 16777216
INPUTDIALOG_PASSWORD = 67108864
INPUTDIALOG_REAL = 33554432
INPUTDIALOG_STRING = 0
INPUT_EXCEPT = 4
INPUT_NONE = 0
INPUT_READ = 1
INPUT_WRITE = 2
JOIN_BEVEL = 2
JOIN_MITER = 0
JOIN_ROUND = 1
JUSTIFY_BOTTOM = 262144
JUSTIFY_CENTER_X = 0
JUSTIFY_CENTER_Y = 0
JUSTIFY_HZ_APART = 98304
JUSTIFY_LEFT = 32768
JUSTIFY_NORMAL = 0
JUSTIFY_RIGHT = 65536
JUSTIFY_TOP = 131072
JUSTIFY_VT_APART = 393216
LABEL_NORMAL = 1048576
LAYOUT_BOTTOM = 16
LAYOUT_CENTER_X = 8
LAYOUT_CENTER_Y = 32
LAYOUT_EXPLICIT = 828
LAYOUT_FILL_COLUMN = 1
LAYOUT_FILL_ROW = 2
LAYOUT_FILL_X = 1024
LAYOUT_FILL_Y = 2048
LAYOUT_FIX_HEIGHT = 512
LAYOUT_FIX_WIDTH = 256
LAYOUT_FIX_X = 12
LAYOUT_FIX_Y = 48
LAYOUT_LEFT = 0
LAYOUT_MIN_HEIGHT = 0
LAYOUT_MIN_WIDTH = 0
LAYOUT_NORMAL = 0
LAYOUT_RESERVED_1 = 64
LAYOUT_RESERVED_2 = 128
LAYOUT_RIGHT = 4
LAYOUT_SIDE_BOTTOM = 1
LAYOUT_SIDE_LEFT = 2
LAYOUT_SIDE_RIGHT = 3
LAYOUT_SIDE_TOP = 0
LAYOUT_TOP = 0
LEFTBUTTON = 1
LEFTBUTTONMASK = 256
LINE_DOUBLE_DASH = 2
LINE_ONOFF_DASH = 1
LINE_SOLID = 0
LISTBOX_NORMAL = 0
LIST_AUTOSELECT = 4194304
LIST_BROWSESELECT = 2097152
LIST_EXTENDEDSELECT = 0
LIST_MULTIPLESELECT = 3145728
LIST_NORMAL = 0
LIST_SINGLESELECT = 1048576
MATRIX_BY_COLUMNS = 131072
MATRIX_BY_ROWS = 0
MAXKEY = 65535
MAXTYPE = 65535
MBOX_CLICKED_CANCEL = 4
MBOX_CLICKED_NO = 2
MBOX_CLICKED_OK = 3
MBOX_CLICKED_QUIT = 5
MBOX_CLICKED_SAVE = 6
MBOX_CLICKED_YES = 1
MBOX_OK = 268435456
MBOX_OK_CANCEL = 536870912
MBOX_QUIT_CANCEL = 1342177280
MBOX_QUIT_SAVE_CANCEL = 1610612736
MBOX_YES_NO = 805306368
MBOX_YES_NO_CANCEL = 1073741824
MDI_MAXIMIZED = 4096
MDI_MINIMIZED = 8192
MDI_NORMAL = 0
MEDIA_A4 = 3
MEDIA_CUSTOM = 0
MEDIA_ENVELOPE = 4
MEDIA_LEGAL = 2
MEDIA_USLETTER = 1
MENUBUTTON_ATTACH_BOTH = 1610612736
MENUBUTTON_ATTACH_BOTTOM = 536870912
MENUBUTTON_ATTACH_CENTER = 1073741824
MENUBUTTON_ATTACH_LEFT = 0
MENUBUTTON_ATTACH_RIGHT = 536870912
MENUBUTTON_ATTACH_TOP = 0
MENUBUTTON_AUTOGRAY = 8388608
MENUBUTTON_AUTOHIDE = 16777216
MENUBUTTON_DOWN = 0
MENUBUTTON_LEFT = 134217728
MENUBUTTON_NOARROWS = 268435456
MENUBUTTON_RIGHT = 201326592
MENUBUTTON_TOOLBAR = 33554432
MENUBUTTON_UP = 67108864
MENUSTATE_CHECKED = 1
MENUSTATE_NORMAL = 0
MENUSTATE_RCHECKED = 2
MENU_AUTOGRAY = 65536
MENU_AUTOHIDE = 131072
MENU_DEFAULT = 32768
MIDDLEBUTTON = 2
MIDDLEBUTTONMASK = 512
MINKEY = 0
MINTYPE = 0
MODAL_FOR_APPLICATION = 2
MODAL_FOR_NONE = 0
MODAL_FOR_POPUP = 3
MODAL_FOR_WINDOW = 1
NULL = <FXPy.fox.NullObj instance>
NUMLOCKMASK = 16
PACK_NORMAL = 0
PACK_UNIFORM_HEIGHT = 32768
PACK_UNIFORM_WIDTH = 65536
PICK_TOL = 3
PLACEMENT_CURSOR = 2
PLACEMENT_DEFAULT = 0
PLACEMENT_MAXIMIZED = 5
PLACEMENT_OWNER = 3
PLACEMENT_SCREEN = 4
PLACEMENT_VISIBLE = 1
POPUP_HORIZONTAL = 131072
POPUP_SHRINKWRAP = 262144
POPUP_VERTICAL = 0
PRINT_BLACKANDWHITE = 0
PRINT_COLLATE_NORMAL = 0
PRINT_COLLATE_REVERSED = 16
PRINT_COLOR = 64
PRINT_DEST_FILE = 1
PRINT_DEST_PAPER = 0
PRINT_LANDSCAPE = 32
PRINT_NOBOUNDS = 128
PRINT_PAGES_ALL = 0
PRINT_PAGES_EVEN = 2
PRINT_PAGES_ODD = 4
PRINT_PAGES_RANGE = 8
PRINT_PORTRAIT = 0
PROGRESSBAR_DIAL = 131072
PROGRESSBAR_HORIZONTAL = 0
PROGRESSBAR_NORMAL = 20480
PROGRESSBAR_PERCENTAGE = 65536
PROGRESSBAR_VERTICAL = 32768
RADIOBUTTON_AUTOGRAY = 8388608
RADIOBUTTON_AUTOHIDE = 16777216
RADIOBUTTON_NORMAL = 1048576
RIGHTBUTTON = 3
RIGHTBUTTONMASK = 1024
RULE_EVEN_ODD = 0
RULE_WINDING = 1
SCROLLBAR_HORIZONTAL = 131072
SCROLLBAR_VERTICAL = 0
SCROLLERS_DONT_TRACK = 524288
SCROLLERS_NORMAL = 0
SCROLLERS_TRACK = 0
SCROLLLOCKMASK = 224
SEARCH_BACKWARD = 1
SEARCH_EXACT = 0
SEARCH_FORWARD = 0
SEARCH_IGNORECASE = 4
SEARCH_NOWRAP = 0
SEARCH_PREFIX = 16
SEARCH_REGEX = 8
SEARCH_WRAP = 2
SELECTFILE_ANY = 0
SELECTFILE_DIRECTORY = 3
SELECTFILE_EXISTING = 1
SELECTFILE_MULTIPLE = 2
SELECT_CHARS = 0
SELECT_LINES = 2
SELECT_WORDS = 1
SEL_ACTIVATE = 74
SEL_BEGINDRAG = 50
SEL_CHANGED = 39
SEL_CHORE = 59
SEL_CLICKED = 35
SEL_CLIPBOARD_GAINED = 57
SEL_CLIPBOARD_LOST = 56
SEL_CLIPBOARD_REQUEST = 58
SEL_CLOSE = 27
SEL_CLOSEALL = 28
SEL_CLOSED = 47
SEL_COLLAPSED = 49
SEL_COMMAND = 34
SEL_CONFIGURE = 21
SEL_CREATE = 17
SEL_DEACTIVATE = 75
SEL_DELETE = 29
SEL_DELETED = 45
SEL_DESELECTED = 41
SEL_DESTROY = 18
SEL_DND_DROP = 71
SEL_DND_ENTER = 69
SEL_DND_LEAVE = 70
SEL_DND_MOTION = 72
SEL_DND_REQUEST = 73
SEL_DOUBLECLICKED = 36
SEL_DRAGGED = 52
SEL_ENDDRAG = 51
SEL_ENTER = 10
SEL_EXPANDED = 48
SEL_FOCUSIN = 12
SEL_FOCUSOUT = 13
SEL_FOCUS_DOWN = 63
SEL_FOCUS_END = 66
SEL_FOCUS_HOME = 65
SEL_FOCUS_LEFT = 62
SEL_FOCUS_NEXT = 67
SEL_FOCUS_PREV = 68
SEL_FOCUS_RIGHT = 61
SEL_FOCUS_SELF = 60
SEL_FOCUS_UP = 64
SEL_INSERTED = 43
SEL_IO_EXCEPT = 80
SEL_IO_READ = 78
SEL_IO_WRITE = 79
SEL_KEYMAP = 14
SEL_KEYPRESS = 1
SEL_KEYRELEASE = 2
SEL_LASSOED = 53
SEL_LAST = 82
SEL_LEAVE = 11
SEL_LEFTBUTTONPRESS = 3
SEL_LEFTBUTTONRELEASE = 4
SEL_LOWERED = 26
SEL_MAP = 20
SEL_MAXIMIZE = 32
SEL_MIDDLEBUTTONPRESS = 5
SEL_MIDDLEBUTTONRELEASE = 6
SEL_MINIMIZE = 30
SEL_MOTION = 9
SEL_MOUSEWHEEL = 38
SEL_NONE = 0
SEL_OPENED = 46
SEL_PAINT = 16
SEL_RAISED = 25
SEL_REPLACED = 44
SEL_RESTORE = 31
SEL_RIGHTBUTTONPRESS = 7
SEL_RIGHTBUTTONRELEASE = 8
SEL_SELECTED = 42
SEL_SELECTION_GAINED = 23
SEL_SELECTION_LOST = 22
SEL_SELECTION_REQUEST = 24
SEL_SIGNAL = 55
SEL_TIMEOUT = 54
SEL_TRIPLECLICKED = 37
SEL_UNCHECK_OTHER = 76
SEL_UNCHECK_RADIO = 77
SEL_UNGRABBED = 15
SEL_UNMAP = 19
SEL_UPDATE = 33
SEL_VERIFY = 40
SEPARATOR_GROOVE = 32768
SEPARATOR_LINE = 131072
SEPARATOR_NONE = 0
SEPARATOR_RIDGE = 65536
SHADING_FLAT = 4
SHADING_NONE = 0
SHADING_SMOOTH = 2
SHIFTMASK = 1
SLIDERBAR_SIZE = 5
SLIDERHEAD_SIZE = 7
SLIDER_ARROW_DOWN = 131072
SLIDER_ARROW_LEFT = 65536
SLIDER_ARROW_RIGHT = 131072
SLIDER_ARROW_UP = 65536
SLIDER_HORIZONTAL = 0
SLIDER_INSIDE_BAR = 262144
SLIDER_NORMAL = 0
SLIDER_VERTICAL = 32768
SPIN_CYCLIC = 131072
SPIN_NOMAX = 524288
SPIN_NOMIN = 1048576
SPIN_NORMAL = 0
SPIN_NOTEXT = 262144
SPLITTER_HORIZONTAL = 0
SPLITTER_NORMAL = 0
SPLITTER_REVERSED = 65536
SPLITTER_TRACKING = 131072
SPLITTER_VERTICAL = 32768
STATE_CHECKED = 2
STATE_DOWN = 1
STATE_ENGAGED = 2
STATE_UNCHECKED = 0
STATE_UP = 0
STATUSBAR_WITH_DRAGCORNER = 131072
STIPPLE_0 = 0
STIPPLE_1 = 1
STIPPLE_10 = 10
STIPPLE_11 = 11
STIPPLE_12 = 12
STIPPLE_13 = 13
STIPPLE_14 = 14
STIPPLE_15 = 15
STIPPLE_16 = 16
STIPPLE_2 = 2
STIPPLE_3 = 3
STIPPLE_4 = 4
STIPPLE_5 = 5
STIPPLE_6 = 6
STIPPLE_7 = 7
STIPPLE_8 = 8
STIPPLE_9 = 9
STIPPLE_BLACK = 0
STIPPLE_CROSS = 19
STIPPLE_CROSSDIAG = 22
STIPPLE_DIAG = 20
STIPPLE_GRAY = 8
STIPPLE_HORZ = 17
STIPPLE_NONE = 0
STIPPLE_REVDIAG = 21
STIPPLE_VERT = 18
STIPPLE_WHITE = 16
STYLE_BOUNDBOX = 128
STYLE_POINTS = 64
STYLE_SURFACE = 16
STYLE_WIREFRAME = 32
SURFACE_DUALSIDED = 1
SURFACE_SINGLESIDED = 0
TABBOOK_BOTTOMTABS = 131072
TABBOOK_LEFTTABS = 262144
TABBOOK_NORMAL = 0
TABBOOK_RIGHTTABS = 393216
TABBOOK_SIDEWAYS = 262144
TABBOOK_TOPTABS = 0
TABLE_HOR_GRIDLINES = 1048576
TABLE_VER_GRIDLINES = 2097152
TAB_BOTTOM = 25165824
TAB_BOTTOM_NORMAL = 26238976
TAB_LEFT = 8388608
TAB_LEFT_NORMAL = 9494528
TAB_RIGHT = 16777216
TAB_RIGHT_NORMAL = 17883136
TAB_TOP = 0
TAB_TOP_NORMAL = 1073152
TEXTFIELD_ENTER_ONLY = 134217728
TEXTFIELD_INTEGER = 16777216
TEXTFIELD_LIMITED = 268435456
TEXTFIELD_NORMAL = 20480
TEXTFIELD_OVERSTRIKE = 536870912
TEXTFIELD_PASSWD = 8388608
TEXTFIELD_READONLY = 67108864
TEXTFIELD_REAL = 33554432
TEXT_ABOVE_ICON = 4194304
TEXT_AFTER_ICON = 1048576
TEXT_AUTOINDENT = 33554432
TEXT_BEFORE_ICON = 524288
TEXT_BELOW_ICON = 2097152
TEXT_FIXEDWRAP = 8388608
TEXT_NO_TABS = 16777216
TEXT_OVERSTRIKE = 4194304
TEXT_OVER_ICON = 0
TEXT_READONLY = 1048576
TEXT_WORDWRAP = 2097152
TOGGLEBUTTON_AUTOGRAY = 8388608
TOGGLEBUTTON_AUTOHIDE = 16777216
TOGGLEBUTTON_NORMAL = 1073152
TOGGLEBUTTON_TOOLBAR = 33554432
TOOLBARGRIP_DOUBLE = 32768
TOOLBARGRIP_SINGLE = 0
TOOLBARTAB_HORIZONTAL = 0
TOOLBARTAB_VERTICAL = 32768
TOOLTIP_NORMAL = 0
TOOLTIP_PERMANENT = 131072
TOOLTIP_VARIABLE = 262144
TREELISTBOX_NORMAL = 0
TREELIST_AUTOSELECT = 4194304
TREELIST_BROWSESELECT = 2097152
TREELIST_EXTENDEDSELECT =