Patch level :10.0
Files correlati : Ricompilazione Demo : [ ] Commento :commentato pezzo sui native_controls delle finestre multiorecchio(ne) per poter provare la 10.0 (da ricompilare TUTTI gli exe) git-svn-id: svn://10.65.10.50/trunk@15929 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
02569fb0ee
commit
1aafb67bc7
@ -527,14 +527,14 @@ WINDOW create_interface(WINDOW parent, short x, short y, short dx, short dy,
|
||||
|
||||
WINDOW win = NULL_WIN;
|
||||
|
||||
if (NATIVE_CONTROLS && orecchie && parent != NULL_WIN)
|
||||
/* if (NATIVE_CONTROLS && orecchie && parent != NULL_WIN)
|
||||
{
|
||||
const short tab_no = xvt_notebk_get_num_tabs(parent);
|
||||
xvt_notebk_add_tab(parent, tab_no, caption, NULL);
|
||||
xvt_notebk_add_page(parent, tab_no, 0, caption, (long)msk);
|
||||
win = xvt_notebk_create_face(parent, tab_no, 0, EM_ALL, xi_event, (long)msk);
|
||||
}
|
||||
else
|
||||
else*/
|
||||
win = xvt_win_create(wt, &r, caption, 0L, parent, wsf,
|
||||
EM_ALL, (EVENT_HANDLER)xi_event, (long)msk);
|
||||
CHECK(win, "Can't create an XVT window for an interface");
|
||||
|
Loading…
x
Reference in New Issue
Block a user