|
Copyright ® (1999-2008) EDMGROUP Pty Ltd - EZY Prolog Reference |
Type | Predicate | Parameters | Flow pattern | Description |
|---|---|---|---|---|
determ | (i,i,i),(i,o,o) | Get/Set Href title and URL | ||
determ | (i,o) | Get full address of the WINDOW as list of parent names: ADDRESS = ["grand_parent"...,"parent","me"] | ||
determ | WINDOW CTRLWIN, | (i,o),(i,i) | Get/Set border of the WINDOW | |
determ | (i,o) | Get class name of the window | ||
determ | STRING TITLE, | (i,i,o) | Choose color for the GUI element. Use EZY Prolog color selection mechanism | |
determ | WINDOW OBJECT_WIN, | (i,i,o),(i,i,i) | Get/Set GUI element data. Use this call to read data from GUI element before closing dialog or to setup GUI element data on initialization stage. | |
determ | STRING EVENT_NAME | (i) | Define name of EZY Prolog predicate which will receive control on Drag and Drop event. | |
determ | (i,o),(i,i) | Get/Set object EZY FONT | ||
determ | (i,o) | Select EZY FONT via dialog | ||
determ | (i,i,o) | Get WINDOW defined by address and parent window | ||
determ | (i,i) | Set user predicate as event handler for the window. Use this call to track user actions on GUI. | ||
determ | SLIST ADDRESS, | (i,i,i),(i,i,o) | Define name of EZY Prolog predicate which will listen for event | |
determ | (i,o) | Get symbolic name of the WINDOW | ||
determ | (i,i,o) | Get parent by name of the current WINDOW. EZY Prolog will perform cascade search for parent. First WINDOW which has PARENT name will be returned as result of the call. | ||
determ | (i,o),(i,i) | Get/Set object rectangle | ||
determ | SLIST ADDRESS, | (i,i,i),(i,i,o) | Define name of EZY Prolog predicate which will respond for event | |
determ | (i,i) | Controls visibility of the GUI element. SHOW_HIDE = 1 for making GUI element visible, SHOW_HIDE = 0 for making GUI element invisible | ||
determ | (i,o),(i,i) | Get/Set text of the entry field | ||
determ | WINDOW CTRLWIN, | (i,o) | Get object control TREE |