Update of /cvsroot/win32forth/win32forth/doc In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv7998/doc Modified Files: p-AcceleratorTables.htm p-callback.htm p-classdbg.htm p-float.htm p-module.htm p-noconsole.htm p-task.htm w32f-glossary.csv Log Message: DexH documentation updated to refelect the latest changes. Index: p-noconsole.htm =================================================================== RCS file: /cvsroot/win32forth/win32forth/doc/p-noconsole.htm,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** p-noconsole.htm 9 Feb 2006 18:01:44 -0000 1.1 --- p-noconsole.htm 5 Jun 2006 09:28:42 -0000 1.2 *************** *** 18,26 **** <hr /><h1>No console </h1><hr /><h3><i>Helper words for turnkey applications that don't need the console window and the <i> w32fConsole.dll </i>. ! </i></h3><p></p><p>To use this words you must load the file <i> src/console/NoConsole.f </i> first. </p><h2>Glossary </h2><pre><b><a name="0">: MessageLoop ( -- ) \ W32F console </a></b></pre><p>The message loop for the application. ! Use this instead of: <i> BEGIN KEY DROP AGAIN </i>. </p><pre><b><a name="1">: NoConsoleIO ( -- ) \ W32F console </a></b></pre><p>Setup of the Console I/O for turnkey applications that don't need --- 18,27 ---- <hr /><h1>No console </h1><hr /><h3><i>Helper words for turnkey applications that don't need the console window and the <i> w32fConsole.dll </i>. ! </i></h3><p></p><p>To use these words you must load the file <i> src/console/NoConsole.f </i> first. </p><h2>Glossary </h2><pre><b><a name="0">: MessageLoop ( -- ) \ W32F console </a></b></pre><p>The message loop for the application. ! Use this instead of: <i> BEGIN KEY DROP AGAIN </i>. <br /> ! Also needs to be used by tasks that start their own windows. </p><pre><b><a name="1">: NoConsoleIO ( -- ) \ W32F console </a></b></pre><p>Setup of the Console I/O for turnkey applications that don't need *************** *** 58,61 **** --- 59,63 ---- [then] </pre><p>For a full working example see <i> apps/PlayVirginRadio/PlayVirginRadio.f </i>. + </p><p>For an example of multi-tasking use see <i> demos/MultiHello.f </i>. </p><hr><p>Document $Id$</p> </body></html> Index: w32f-glossary.csv =================================================================== RCS file: /cvsroot/win32forth/win32forth/doc/w32f-glossary.csv,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** w32f-glossary.csv 25 May 2006 09:22:35 -0000 1.10 --- w32f-glossary.csv 5 Jun 2006 09:28:42 -0000 1.11 *************** *** 9,60 **** "Close:","--","","METHOD","Generic-Window","Generic.htm#7" "Paint:","--","","METHOD","Generic-Window","Generic.htm#8" ! "Show:","state --","","METHOD","Generic-Window","Generic.htm#9" ! "GDIFlush:","--","","METHOD","Generic-Window","Generic.htm#10" ! "Update:","--","","METHOD","Generic-Window","Generic.htm#11" ! "Scroll:","x y --","","METHOD","Generic-Window","Generic.htm#12" ! "Move:","x y w h --","","METHOD","Generic-Window","Generic.htm#13" ! "SetWindowPos:","x y --","","METHOD","Generic-Window","Generic.htm#14" ! "SetMenu:","MenuHandle --","","METHOD","Generic-Window","Generic.htm#15" ! "SetText:","addr len \ text$ --","","METHOD","Generic-Window","Generic.htm#16" ! "GetText:","-- addr len","","METHOD","Generic-Window","Generic.htm#17" ! "SetTextAlign:","flag --","","METHOD","Generic-Window","Generic.htm#18" ! "GetDC:","-- hdc","","METHOD","Generic-Window","Generic.htm#19" ! "GetWindowDC:","-- hdc","","METHOD","Generic-Window","Generic.htm#20" ! "ReleaseDC:","hdc --","","METHOD","Generic-Window","Generic.htm#21" ! "BeginPaint:","ps -- hdc","","METHOD","Generic-Window","Generic.htm#22" ! "EndPaint:","ps --","","METHOD","Generic-Window","Generic.htm#23" ! "GetClientRect:","rect --","","METHOD","Generic-Window","Generic.htm#24" ! "GetWindowLong:","index -- value","","METHOD","Generic-Window","Generic.htm#25" ! "SetWindowLong:","value index -- oldval","","METHOD","Generic-Window","Generic.htm#26" ! "GetStyle:","-- style","","METHOD","Generic-Window","Generic.htm#27" ! "SetStyle:","style --","","METHOD","Generic-Window","Generic.htm#28" ! "+Style:","style --","","METHOD","Generic-Window","Generic.htm#29" ! "-Style:","style --","","METHOD","Generic-Window","Generic.htm#30" ! "SetFocus:","--","","METHOD","Generic-Window","Generic.htm#31" ! "SetForegroundWindow:","--","","METHOD","Generic-Window","Generic.htm#32" ! "SetActiveWindow:","--","","METHOD","Generic-Window","Generic.htm#33" ! "MessageBox:","szText szTitle style -- result","","METHOD","Generic-Window","Generic.htm#34" ! "InvalidateRect:","bgflag rectangle --","","METHOD","Generic-Window","Generic.htm#35" ! "GetDlgItem:","id -- handle","","METHOD","Generic-Window","Generic.htm#36" ! "GetDlgItemText:","addr len id -- len","","METHOD","Generic-Window","Generic.htm#37" ! "SetDlgItemText:","addr len id --","","METHOD","Generic-Window","Generic.htm#38" ! "SetDlgItemFocus:","id --","","METHOD","Generic-Window","Generic.htm#39" ! "SelectDlgItemAll:","id --","","METHOD","Generic-Window","Generic.htm#40" ! "IsDlgButtonChecked:","id -- f1","","METHOD","Generic-Window","Generic.htm#41" ! "CheckDlgButton:","uCheck id --","","METHOD","Generic-Window","Generic.htm#42" ! "SetDlgItemAlign:","flag id --","","METHOD","Generic-Window","Generic.htm#43" ! "SetAlign:","flag id --","DEPRECATED","METHOD","Generic-Window","Generic.htm#44" ! "EnableDlgItem:","flag id --","","METHOD","Generic-Window","Generic.htm#45" ! "ShowDlgItem:","flag id --","","METHOD","Generic-Window","Generic.htm#46" ! "CheckRadioButton:","check_id first_id last_id --","","METHOD","Generic-Window","Generic.htm#47" ! "SendDlgItemMessage:","lParam wParam message id -- long","","METHOD","Generic-Window","Generic.htm#48" ! "SetDlgItemFont:","FontObject id --","","METHOD","Generic-Window","Generic.htm#49" "Window","","","CLASS","","Window.htm#0" "ClassInit:","--","","METHOD","Window","Window.htm#1" ! "GetSize:","-- w h","","METHOD","Window","Window.htm#2" "Width:","-- width","","METHOD","Window","Window.htm#3" "Height:","-- height","","METHOD","Window","Window.htm#4" ! "SetSize:","w h --","","METHOD","Window","Window.htm#5" ! "On_Size:","--","","METHOD","Window","Window.htm#6" "MinSize:","-- width height","","METHOD","Window","Window.htm#7" "MaxSize:","-- width height","","METHOD","Window","Window.htm#8" --- 9,64 ---- "Close:","--","","METHOD","Generic-Window","Generic.htm#7" "Paint:","--","","METHOD","Generic-Window","Generic.htm#8" ! "SetRedraw:","f --","","METHOD","Generic-Window","Generic.htm#9" ! "Show:","state --","","METHOD","Generic-Window","Generic.htm#10" ! "GDIFlush:","--","","METHOD","Generic-Window","Generic.htm#11" ! "Update:","--","","METHOD","Generic-Window","Generic.htm#12" ! "Scroll:","x y --","","METHOD","Generic-Window","Generic.htm#13" ! "Move:","x y w h --","","METHOD","Generic-Window","Generic.htm#14" ! "SetWindowPos:","x y --","","METHOD","Generic-Window","Generic.htm#15" ! "SetMenu:","MenuHandle --","","METHOD","Generic-Window","Generic.htm#16" ! "SetText:","addr len \ text$ --","","METHOD","Generic-Window","Generic.htm#17" ! "GetText:","-- addr len","","METHOD","Generic-Window","Generic.htm#18" ! "SetTextAlign:","flag --","","METHOD","Generic-Window","Generic.htm#19" ! "GetDC:","-- hdc","","METHOD","Generic-Window","Generic.htm#20" ! "GetWindowDC:","-- hdc","","METHOD","Generic-Window","Generic.htm#21" ! "ReleaseDC:","hdc --","","METHOD","Generic-Window","Generic.htm#22" ! "BeginPaint:","ps -- hdc","","METHOD","Generic-Window","Generic.htm#23" ! "EndPaint:","ps --","","METHOD","Generic-Window","Generic.htm#24" ! "GetClientRect:","rect --","","METHOD","Generic-Window","Generic.htm#25" ! "GetWindowLong:","index -- value","","METHOD","Generic-Window","Generic.htm#26" ! "SetWindowLong:","value index -- oldval","","METHOD","Generic-Window","Generic.htm#27" ! "GetStyle:","-- style","","METHOD","Generic-Window","Generic.htm#28" ! "SetStyle:","style --","","METHOD","Generic-Window","Generic.htm#29" ! "+Style:","style --","","METHOD","Generic-Window","Generic.htm#30" ! "-Style:","style --","","METHOD","Generic-Window","Generic.htm#31" ! "SetFocus:","--","","METHOD","Generic-Window","Generic.htm#32" ! "SetForegroundWindow:","--","","METHOD","Generic-Window","Generic.htm#33" ! "SetActiveWindow:","--","","METHOD","Generic-Window","Generic.htm#34" ! "MessageBox:","szText szTitle style -- result","","METHOD","Generic-Window","Generic.htm#35" ! "InvalidateRect:","bgflag rectangle --","","METHOD","Generic-Window","Generic.htm#36" ! "GetDlgItem:","id -- handle","","METHOD","Generic-Window","Generic.htm#37" ! "GetDlgItemText:","addr len id -- len","","METHOD","Generic-Window","Generic.htm#38" ! "SetDlgItemText:","addr len id --","","METHOD","Generic-Window","Generic.htm#39" ! "SetDlgItemFocus:","id --","","METHOD","Generic-Window","Generic.htm#40" ! "SelectDlgItemAll:","id --","","METHOD","Generic-Window","Generic.htm#41" ! "IsDlgButtonChecked:","id -- f1","","METHOD","Generic-Window","Generic.htm#42" ! "CheckDlgButton:","uCheck id --","","METHOD","Generic-Window","Generic.htm#43" ! "SetDlgItemAlign:","flag id --","","METHOD","Generic-Window","Generic.htm#44" ! "SetAlign:","flag id --","DEPRECATED","METHOD","Generic-Window","Generic.htm#45" ! "EnableDlgItem:","flag id --","","METHOD","Generic-Window","Generic.htm#46" ! "ShowDlgItem:","flag id --","","METHOD","Generic-Window","Generic.htm#47" ! "CheckRadioButton:","check_id first_id last_id --","","METHOD","Generic-Window","Generic.htm#48" ! "SendDlgItemMessage:","lParam wParam message id -- long","","METHOD","Generic-Window","Generic.htm#49" ! "SetDlgItemFont:","FontObject id --","","METHOD","Generic-Window","Generic.htm#50" ! "DIALOG&CONTROL","","","|CLASS","","Generic.htm#52" ! "Classinit:","--","","METHOD","DIALOG&CONTROL","Generic.htm#53" ! "GetWindowRect:","-- left top right bottom","","METHOD","DIALOG&CONTROL","Generic.htm#54" "Window","","","CLASS","","Window.htm#0" "ClassInit:","--","","METHOD","Window","Window.htm#1" ! "GetSize:","--width height","","METHOD","Window","Window.htm#2" "Width:","-- width","","METHOD","Window","Window.htm#3" "Height:","-- height","","METHOD","Window","Window.htm#4" ! "SetSize:","width height --","","METHOD","Window","Window.htm#5" ! "On_Size:","wParam --","","METHOD","Window","Window.htm#6" "MinSize:","-- width height","","METHOD","Window","Window.htm#7" "MaxSize:","-- width height","","METHOD","Window","Window.htm#8" *************** *** 70,101 **** "SetClassName:","addr len --","","METHOD","Window","Window.htm#18" "GetClassName:","-- addr len","","METHOD","Window","Window.htm#19" ! "SetParent:","Parent --","","METHOD","Window","Window.htm#20" ! "ParentWindow:","-- Parent | 0 if no parent","","METHOD","Window","Window.htm#21" ! "DefaultCursor:","-- cursor-id","","METHOD","Window","Window.htm#22" ! "DefaultIcon:","-- hIcon","","METHOD","Window","Window.htm#23" ! "WindowStyle:","-- style","","METHOD","Window","Window.htm#24" ! "ExWindowStyle:","-- extended_style","","METHOD","Window","Window.htm#25" ! "WindowTitle:","-- Zstring","","METHOD","Window","Window.htm#26" ! "&ps","","","RECORD:","Window","Window.htm#28" ! "On_EraseBackground:","hwnd msg wparam lparam -- res","","METHOD","Window","Window.htm#29" ! "On_Paint:","--","","METHOD","Window","Window.htm#30" ! "WindowHasMenu:","-- flag","","METHOD","Window","Window.htm#31" ! "MoveCursor:","gx gy --","","METHOD","Window","Window.htm#32" ! "MakeCursor:","gx gy width height --","","METHOD","Window","Window.htm#33" ! "DestroyCursor:","--","","METHOD","Window","Window.htm#34" ! "ShowCursor:","--","","METHOD","Window","Window.htm#35" ! "HideCursor:","--","","METHOD","Window","Window.htm#36" ! "On_SetFocus:","h m w l --","","METHOD","Window","Window.htm#37" ! "On_KillFocus:","h m w l --","","METHOD","Window","Window.htm#38" ! "PushKey:","c1 --","","METHOD","Window","Window.htm#39" ! "Win32Forth:","h m w l --","","METHOD","Window","Window.htm#40" ! "DefWindowProc:","h m w l -- res","","METHOD","Window","Window.htm#41" ! "CenterWindow:","-- x y","","METHOD","Window","Window.htm#42" ! "Enable:","f1 --","","METHOD","Window","Window.htm#43" ! "GetWindowRect:","-- left top right bottom","","METHOD","Window","Window.htm#44" ! "SetTitle:","adr len \ temp$ --","","METHOD","Window","Window.htm#45" ! "find-window","z""a1 -- hWnd","w32f","COLON","","Window.htm#47" ! "send-window","lParam wParam Message_ID hWnd --","w32f","COLON","","Window.htm#48" ! "LoadIconFile","adr len -- hIcon","w32f","COLON","","Window.htm#49" "TrayWindow","","","CLASS","","TrayWindow.htm#0" "DefaultIcon:","-- hIcon","","METHOD","TrayWindow","TrayWindow.htm#1" --- 74,107 ---- "SetClassName:","addr len --","","METHOD","Window","Window.htm#18" "GetClassName:","-- addr len","","METHOD","Window","Window.htm#19" ! "SetParentWindow:","hWndParent --","","METHOD","Window","Window.htm#20" ! "GetParentWindow:","-- hWndParent","","METHOD","Window","Window.htm#21" ! "SetParent:","hWndParent --","","METHOD","Window","Window.htm#22" ! "ParentWindow:","-- hWndParent","","METHOD","Window","Window.htm#23" ! "DefaultCursor:","-- cursor-id","","METHOD","Window","Window.htm#24" ! "DefaultIcon:","-- hIcon","","METHOD","Window","Window.htm#25" ! "WindowStyle:","-- style","","METHOD","Window","Window.htm#26" ! "ExWindowStyle:","-- extended_style","","METHOD","Window","Window.htm#27" ! "WindowTitle:","-- Zstring","","METHOD","Window","Window.htm#28" ! "&ps","","","RECORD:","Window","Window.htm#30" ! "On_EraseBackground:","hwnd msg wparam lparam -- res","","METHOD","Window","Window.htm#31" ! "On_Paint:","--","","METHOD","Window","Window.htm#32" ! "WindowHasMenu:","-- flag","","METHOD","Window","Window.htm#33" ! "MoveCursor:","gx gy --","","METHOD","Window","Window.htm#34" ! "MakeCursor:","gx gy width height --","","METHOD","Window","Window.htm#35" ! "DestroyCursor:","--","","METHOD","Window","Window.htm#36" ! "ShowCursor:","--","","METHOD","Window","Window.htm#37" ! "HideCursor:","--","","METHOD","Window","Window.htm#38" ! "On_SetFocus:","h m w l --","","METHOD","Window","Window.htm#39" ! "On_KillFocus:","h m w l --","","METHOD","Window","Window.htm#40" ! "PushKey:","c1 --","","METHOD","Window","Window.htm#41" ! "Win32Forth:","h m w l --","","METHOD","Window","Window.htm#42" ! "DefWindowProc:","h m w l -- res","","METHOD","Window","Window.htm#43" ! "CenterWindow:","-- x y","","METHOD","Window","Window.htm#44" ! "Enable:","f1 --","","METHOD","Window","Window.htm#45" ! "GetWindowRect:","-- left top right bottom","","METHOD","Window","Window.htm#46" ! "SetTitle:","adr len \ temp$ --","","METHOD","Window","Window.htm#47" ! "find-window","z""a1 -- hWnd","w32f","COLON","","Window.htm#49" ! "send-window","lParam wParam Message_ID hWnd --","w32f","COLON","","Window.htm#50" ! "LoadIconFile","adr len -- hIcon","w32f","COLON","","Window.htm#51" "TrayWindow","","","CLASS","","TrayWindow.htm#0" "DefaultIcon:","-- hIcon","","METHOD","TrayWindow","TrayWindow.htm#1" *************** *** 110,119 **** "On_IconNotify:","hWnd uMsg wParam lParam -- res","","METHOD","TrayWindow","TrayWindow.htm#10" "Child-Window","","","CLASS","","Childwnd.htm#0" ! "GetParent:","-- parent","","METHOD","Child-Window","Childwnd.htm#1" ! "SetID:","n --","","METHOD","Child-Window","Childwnd.htm#2" ! "GetID:","-- n","","METHOD","Child-Window","Childwnd.htm#3" ! "WindowStyle:","-- style","","METHOD","Child-Window","Childwnd.htm#4" ! "WindowTitle:","-- Zstring","","METHOD","Child-Window","Childwnd.htm#5" ! "Start:","Parent --","","METHOD","Child-Window","Childwnd.htm#6" "dialogID?","hdr ID -- f","","COLON","","Dialog.htm#0" "find-dialog-ID","id addr -- address-of-template-header","","COLON","","Dialog.htm#1" --- 116,127 ---- "On_IconNotify:","hWnd uMsg wParam lParam -- res","","METHOD","TrayWindow","TrayWindow.htm#10" "Child-Window","","","CLASS","","Childwnd.htm#0" ! "ClassInit:","--","","METHOD","Child-Window","Childwnd.htm#1" ! "SetParent:","parent --","","METHOD","Child-Window","Childwnd.htm#2" ! "GetParent:","-- parent","","METHOD","Child-Window","Childwnd.htm#3" ! "SetID:","n --","","METHOD","Child-Window","Childwnd.htm#4" ! "GetID:","-- n","","METHOD","Child-Window","Childwnd.htm#5" ! "WindowStyle:","-- style","","METHOD","Child-Window","Childwnd.htm#6" ! "WindowTitle:","-- Zstring","","METHOD","Child-Window","Childwnd.htm#7" ! "Start:","Parent --","","METHOD","Child-Window","Childwnd.htm#8" "dialogID?","hdr ID -- f","","COLON","","Dialog.htm#0" "find-dialog-ID","id addr -- address-of-template-header","","COLON","","Dialog.htm#1" *************** *** 460,484 **** "GetDate:","-- day month year","","METHOD","DateTimePicker","Controls.htm#309" "TabControl","","","CLASS","","Controls.htm#311" ! "Start:","Parent --","","METHOD","TabControl","Controls.htm#312" ! "ClassInit:","--","","METHOD","TabControl","Controls.htm#313" ! "WindowStyle:","-- style","","METHOD","TabControl","Controls.htm#314" ! "AddStyle:","n --","","METHOD","TabControl","Controls.htm#315" ! "InsertTab:","index --","","METHOD","TabControl","Controls.htm#316" ! "GetTabInfo:","index --","","METHOD","TabControl","Controls.htm#317" ! "SetTabInfo:","index --","","METHOD","TabControl","Controls.htm#318" ! "ClientSize:","-- x y w h","","METHOD","TabControl","Controls.htm#319" ! "WindowSize:","0 0 width height -- x y w h","","METHOD","TabControl","Controls.htm#320" ! "Enable:","f --","","METHOD","TabControl","Controls.htm#321" ! "Disable:","--","","METHOD","TabControl","Controls.htm#322" ! "Setfont:","handle --","","METHOD","TabControl","Controls.htm#323" ! "WindowTitle:","-- null$","","METHOD","TabControl","Controls.htm#324" ! "VertButtonBar","","","CLASS","","Controls.htm#326" ! "SetFont:","fonthndl \ hb1 --","","METHOD","VertButtonBar","Controls.htm#327" ! "Enable:","flag \ hb1 --","","METHOD","VertButtonBar","Controls.htm#328" ! "Disable:","--","","METHOD","VertButtonBar","Controls.htm#329" ! "HorizButtonBar","","","CLASS","","Controls.htm#331" ! "SetFont:","fonthndl \ hb1 --","","METHOD","HorizButtonBar","Controls.htm#332" ! "Enable:","flag \ hb1 --","","METHOD","HorizButtonBar","Controls.htm#333" ! "Disable:","--","","METHOD","HorizButtonBar","Controls.htm#334" "MdiDialogWindow","","","CLASS","","MdiDialog.htm#0" "ClassInit:","--","","METHOD","MdiDialogWindow","MdiDialog.htm#1" --- 468,518 ---- "GetDate:","-- day month year","","METHOD","DateTimePicker","Controls.htm#309" "TabControl","","","CLASS","","Controls.htm#311" ! "tc_Item","","","RECORD:","TabControl","Controls.htm#312" ! "IsMask:","n --","","METHOD","TabControl","Controls.htm#313" ! "Mask:","-- n","","METHOD","TabControl","Controls.htm#314" ! "IsPszText:","addr --","","METHOD","TabControl","Controls.htm#315" ! "PszText:","-- n","","METHOD","TabControl","Controls.htm#316" ! "IscchTextMax:","n --","","METHOD","TabControl","Controls.htm#317" ! "cchTextMax:","-- n","","METHOD","TabControl","Controls.htm#318" ! "IsiImage:","n --","","METHOD","TabControl","Controls.htm#319" ! "iImage:","-- n","","METHOD","TabControl","Controls.htm#320" ! "IsLparam:","n --","","METHOD","TabControl","Controls.htm#321" ! "LParam:","-- n","","METHOD","TabControl","Controls.htm#322" ! "Start:","Parent --","","METHOD","TabControl","Controls.htm#323" ! "WindowStyle:","-- style","","METHOD","TabControl","Controls.htm#324" ! "AddStyle:","n --","","METHOD","TabControl","Controls.htm#325" ! "TC_Item:","-- addr","","METHOD","TabControl","Controls.htm#326" ! "InsertTab:","index --","","METHOD","TabControl","Controls.htm#327" ! "GetTabInfo:","index --","","METHOD","TabControl","Controls.htm#328" ! "SetTabInfo:","index --","","METHOD","TabControl","Controls.htm#329" ! "GetTabCount:","-- n","","METHOD","TabControl","Controls.htm#330" ! "DeleteTab:","index --","","METHOD","TabControl","Controls.htm#331" ! "DeleteAllTabs:","--","","METHOD","TabControl","Controls.htm#332" ! "AdjustRect:","rect flag --","","METHOD","TabControl","Controls.htm#333" ! "ClientSize:","-- left top right bottom","","METHOD","TabControl","Controls.htm#334" ! "WindowSize:","0 0 width height -- left top right bottom","","METHOD","TabControl","Controls.htm#335" ! "GetSelectedTab:","-- index","","METHOD","TabControl","Controls.htm#336" ! "SetSelectedTab:","index --","","METHOD","TabControl","Controls.htm#337" ! "GetRowCount:","-- n","","METHOD","TabControl","Controls.htm#338" ! "AutoSize:","--","","METHOD","TabControl","Controls.htm#339" ! "Enable:","f --","","METHOD","TabControl","Controls.htm#340" ! "Disable:","--","","METHOD","TabControl","Controls.htm#341" ! "Setfont:","handle --","","METHOD","TabControl","Controls.htm#342" ! "WindowTitle:","-- null$","","METHOD","TabControl","Controls.htm#343" ! "Handle_Notify:","w l \ ncode tabid -- f","","METHOD","TabControl","Controls.htm#344" ! "On_SelChanged:","l -- f","","METHOD","TabControl","Controls.htm#345" ! "On_SelChanging:","l -- f","","METHOD","TabControl","Controls.htm#346" ! "IsChangeFunc:","cfa --","","METHOD","TabControl","Controls.htm#347" ! "IsChangingFunc:","cfa --","","METHOD","TabControl","Controls.htm#348" ! "default-func","lParam obj -- false","","COLON","TabControl","Controls.htm#349" ! "ClassInit:","--","","METHOD","TabControl","Controls.htm#350" ! "VertButtonBar","","","CLASS","","Controls.htm#352" ! "SetFont:","fonthndl \ hb1 --","","METHOD","VertButtonBar","Controls.htm#353" ! "Enable:","flag \ hb1 --","","METHOD","VertButtonBar","Controls.htm#354" ! "Disable:","--","","METHOD","VertButtonBar","Controls.htm#355" ! "HorizButtonBar","","","CLASS","","Controls.htm#357" ! "SetFont:","fonthndl \ hb1 --","","METHOD","HorizButtonBar","Controls.htm#358" ! "Enable:","flag \ hb1 --","","METHOD","HorizButtonBar","Controls.htm#359" ! "Disable:","--","","METHOD","HorizButtonBar","Controls.htm#360" "MdiDialogWindow","","","CLASS","","MdiDialog.htm#0" "ClassInit:","--","","METHOD","MdiDialogWindow","MdiDialog.htm#1" Index: p-AcceleratorTables.htm =================================================================== RCS file: /cvsroot/win32forth/win32forth/doc/p-AcceleratorTables.htm,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** p-AcceleratorTables.htm 8 Feb 2006 14:26:34 -0000 1.7 --- p-AcceleratorTables.htm 5 Jun 2006 09:28:42 -0000 1.8 *************** *** 41,48 **** </p><pre><b><a name="5">: DisableAccelerators ( a -- ) \ W32F </a></b></pre><p>Destroys the Windows Accelerator Table. - It does not matter trying to destroy a table more than once </p><pre><b><a name="6">: EnableAccelerators ( a -- ) \ W32F </a></b></pre><p>Creates the Windows Accelerator Table. - It does not matter creating the same table again as long as it is destroyed first </p><h2>Example </h2><pre> --- 41,46 ---- |