|
| | getEdWindowVisibleState (winstr) |
| | Get a window visible state.
|
| |
| | setEdWindowCtrl3dEnable (winstr, state) |
| | Enable or disable 3D view on a window or on its child windows.
|
| |
| | setEdWindowVisible (winstr, state) |
| | Show or hide a window.
|
| |
| | setEdWindowFocus (winstr) |
| | Give the keyboard focus on a window.
|
| |
| | setEdWindowTop (winstr) |
| | Bring a window to the top on the screen.
|
| |
| | setEdWindowTopMost (winstr) |
| | Bring a window to the top most on the screen.
|
| |
| | setEdWindowName (winstr, name) |
| | Rename the title of a window.
|
| |
| | setEdWindowMinimumSize (winstr, w, h) |
| | Set the minimum window size.
|
| |
| | setEdWindowMaximumSize (winstr, w, h) |
| | Set the maximum window size.
|
| |
| | getEdWindowToolBarSize (winstr) |
| | Get the size used by toolbars on a window.
|
| |
| | resizeEdWindowToolBar (winstr, winw, winh, w, h) |
| | Resize all toolbars on a window.
|
| |
| | dsEdWindowToolBar (winstr, tbstr) |
| | Destroy a toolbar from a window.
|
| |
| | crEdWindowToolBar (winstr, x, y, w, h, hmargin, vmargin, bgcolor, mode) |
| | Create a toolbar on a window.
|
| |
| | setEdWindowPosSize (winstr, x, y, w, h) |
| | Move and resize a window.
|
| |
| | setEdWindowSize (winstr, w, h) |
| | Resize a window.
|
| |
| | setEdWindowPos (winstr, x, y) |
| | Move a window.
|
| |
| | setEdWindowPosSizeEx (winstr, x, y, w, h) |
| | Move and resize a window with global coordinates (window + border + title)
|
| |
| | setEdWindowSizeEx (winstr, w, h) |
| | Resize a window with global coordinates (window + border + title)
|
| |
| | setEdWindowPosEx (winstr, x, y) |
| | Move a window with global coordinates (window + border + title)
|
| |
| | setEdVirtualWindowPosSize (winstr, x, y, w, h) |
| | Move and resize a virtual window.
|
| |
| | setEdVirtualWindowSize (winstr, w, h) |
| | Resize a virtual window.
|
| |
| | setEdVirtualWindowPos (winstr, x, y) |
| | Move a virtual window.
|
| |
| | setEdWindowParent (winstr, fatherstr) |
| | set a window parent
|
| |
| | setEdWindowResizeFlags (winstr, flags) |
| | Change a window resize flags.
|
| |
| | maximizeOrMinimizeEdWindow (winstr, hdecal, vdecal) |
| | Maximize or minimize a window.
|
| |
| | setEdwindowCbKeyDown (winstr, cbfun) |
| | Set a window key down callback.
|
| |
| | setEdwindowCbKeyUp (winstr, cbfun) |
| | Set a window key up callback.
|
| |
| | setEdwindowCbSize (winstr, cbfun) |
| | Set a window size callback.
|
| |
| | setEdwindowCbMove (winstr, cbfun) |
| | Set a window move callback.
|
| |
| | setEdwindowCbVirtualMove (winstr, cbfun) |
| | Set a virtual window move callback.
|
| |
| | setEdwindowCbVirtualSize (winstr, cbfun) |
| | Set a virtual window size callback.
|
| |
| | setEdwindowCbDestroy (winstr, cbfun) |
| | Set a window destroy callback.
|
| |
| | setEdwindowCbClose (winstr, cbfun) |
| | Set a window close callback.
|
| |
| | setEdwindowCbFocus (winstr, cbfun) |
| | Set a window focus callback.
|
| |
| | setEdwindowCbDrop (winstr, cbfun) |
| | Set a window drop files callback.
|
| |
| | dsEdWindow (winstr) |
| | Destroy a window.
|
| |
| | dsEdWindow2 (winstr) |
| | Destroy a window but not the children.
|
| |
| | setEdwindowCbCursorMove (winstr, cbfun) |
| | Set a window cursor move callback.
|
| |
| | setEdwindowCbClick (winstr, cbfun) |
| | Set a window mouse click callback.
|
| |
| | setEdwindowCbUnClick (winstr, cbfun) |
| | Set a window mouse unclick callback.
|
| |
| | setEdWindowIcon (winstr, file) |
| | Set a window title bar icon.
|
| |
| | setEdWindowBackgroundColor (winstr, color) |
| | Set a window background color.
|
| |
| | crEdWindow (chan, fatherstr, x, y, w, h, flags, resize, mode, title) |
| | Create a new window.
|
| |
| | crEdScrollWindow (chan, fatherstr, x, y, w, h, flags, resize, mode, title) |
| | Create a new scroll window.
|
| |
| | crEdGroupWindow (chan, fatherstr, x, y, w, h, flags, resize, title) |
| | Create a new group window.
|
| |
| | crEdDialogWindow (chan, fatherstr, x, y, w, h, flags, resize, title) |
| | Create a new dialog window.
|
| |
| | crEdModalDialogWindow (chan, fatherstr, x, y, w, h, flags, resize, title) |
| | Create a new modal dialog window.
|
| |
| | crEdPopupWindow (chan, fatherstr, x, y, w, h, flags, resize, title) |
| | Create a new popup window.
|
| |
| | crEdFrameWindow (chan, fatherstr, x, y, w, h, resize, themestr, title, minimizebuble) |
| | Create a frame window.
|
| |
| | crEdMainWindow (chan, fatherwin, x, y, w, h, flags, title) |
| | Create a new main window.
|
| |
| | getEdWindowIsAX (winstr) |
| | Return if a window is embeded in an activeX.
|
| |