A | |
| add [DrawCaml.dcontainer] | Add an element in the container, at the given position |
G | |
| getContainer [DrawCaml.dwindow] | Get the main container of the window |
| getPos [DrawCaml.dwindow] | Set the position of the window |
| getPos [DrawCaml.delement] | Get the relative position of the element |
| getSize [DrawCaml.dwindow] | Set the title of the window |
| getSize [DrawCaml.delement] | Gets the size of the element |
| getTitle [DrawCaml.dwindow] | Get the title of the window |
N | |
| notClosed [DrawCaml.dwindow] | Checks if the windows is closed |
R | |
| remove [DrawCaml.dcontainer] | Removes a specified element from the container |
S | |
| setBgColor [DrawCaml.dcontainer] | Set the color of the background of the container |
| setColor [DrawCaml.dlabel] | Sets the color of the label |
| setContainer [DrawCaml.dwindow] | Set the main container of the window |
| setEventHandler [DrawCaml.dwindow] | Binds an event handler for the user keyboard interaction. |
| setFont [DrawCaml.dlabel] | Specify the font of the label using X logical font format (use |
| setSize [DrawCaml.delement] | Sets the size of the element |
| setText [DrawCaml.dlabel] | Sets the text of the label |
W | |
| waitForClose [DrawCaml.dwindow] | Hangs the thread while the windows hasn't been closed |