Patch level : 12.0 644

Files correlati     : sy + ba
Commento            :
- aggiunta chiamata a funzione in xvt
- aggiunta xvt in ba7100
This commit is contained in:
Sirio Builder 2018-11-27 16:04:22 +01:00
parent de0e40f50e
commit 4c2c9e08b5
2 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,5 @@
#define XVT_INCL_NATIVE
#include <Xvt.h>
#include <applicat.h>
#include <automask.h>
#include <browfile.h>

View File

@ -476,6 +476,7 @@ XVTDLL void xvt_win_set_caret_visible(WINDOW win, BOOLEAN on);
XVTDLL void xvt_win_set_cursor(WINDOW win, CURSOR Cursor);
XVTDLL void xvt_win_set_handler(WINDOW win, EVENT_HANDLER eh);
XVTDLL void xvt_win_trap_pointer(WINDOW win);
XVTDLL BOOLEAN xvt_win_is_taskbar_visible();
// Added by XVAGA
XVTDLL BOOLEAN xvt_pane_add(WINDOW parent, WINDOW pane, const char* name, int dock, int flags);