| Name | Stack | Comment | Type | Class | File |
|---|
| Generic-Window | | | CLASS | | Generic.htm#0 |
|---|
| hWnd | | | INT ivar | Generic-Window | Generic.htm#1 |
|---|
| Classinit: | -- | | METHOD | Generic-Window | Generic.htm#2 |
|---|
| GetHandle: | -- hWnd | | METHOD | Generic-Window | Generic.htm#3 |
|---|
| PutHandle: | hWnd -- | | METHOD | Generic-Window | Generic.htm#4 |
|---|
| ZeroWindow: | -- | | METHOD | Generic-Window | Generic.htm#5 |
|---|
| DestroyWindow: | -- | | METHOD | Generic-Window | Generic.htm#6 |
|---|
| 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 |
|---|
| StartSize: | -- width height | | METHOD | Window | Window.htm#9 |
|---|
| SetOrigin: | x y -- | | METHOD | Window | Window.htm#10 |
|---|
| StartPos: | -- left top | | METHOD | Window | Window.htm#11 |
|---|
| On_Init: | -- | | METHOD | Window | Window.htm#12 |
|---|
| On_Done: | -- | | METHOD | Window | Window.htm#13 |
|---|
| SetClassName: | adr len -- | | METHOD | Window | Window.htm#14 |
|---|
| GetClassName: | -- adr len | | METHOD | Window | Window.htm#15 |
|---|
| SetParent: | hwndParent -- | | METHOD | Window | Window.htm#16 |
|---|
| ParentWindow: | -- hwndparent | 0 if no parent | | METHOD | Window | Window.htm#17 |
|---|
| DefaultCursor: | -- cursor-id | | METHOD | Window | Window.htm#18 |
|---|
| DefaultIcon: | -- hIcon | | METHOD | Window | Window.htm#19 |
|---|
| WindowStyle: | -- style | | METHOD | Window | Window.htm#20 |
|---|
| ExWindowStyle: | -- extended_style | | METHOD | Window | Window.htm#21 |
|---|
| WindowTitle: | -- Zstring | | METHOD | Window | Window.htm#22 |
|---|
| &ps | | | RECORD: | Window | Window.htm#24 |
|---|
| On_EraseBackground: | hwnd msg wparam lparam -- res | | METHOD | Window | Window.htm#25 |
|---|
| On_Paint: | -- | | METHOD | Window | Window.htm#26 |
|---|
| WindowHasMenu: | -- flag | | METHOD | Window | Window.htm#27 |
|---|
| MoveCursor: | gx gy -- | | METHOD | Window | Window.htm#28 |
|---|
| MakeCursor: | gx gy width height -- | | METHOD | Window | Window.htm#29 |
|---|
| DestroyCursor: | -- | | METHOD | Window | Window.htm#30 |
|---|
| ShowCursor: | -- | | METHOD | Window | Window.htm#31 |
|---|
| HideCursor: | -- | | METHOD | Window | Window.htm#32 |
|---|
| On_SetFocus: | h m w l -- | | METHOD | Window | Window.htm#33 |
|---|
| On_KillFocus: | h m w l -- | | METHOD | Window | Window.htm#34 |
|---|
| PushKey: | c1 -- | | METHOD | Window | Window.htm#35 |
|---|
| Win32Forth: | h m w l -- | | METHOD | Window | Window.htm#36 |
|---|
| DefWindowProc: | h m w l -- res | | METHOD | Window | Window.htm#37 |
|---|
| CenterWindow: | -- x y | | METHOD | Window | Window.htm#38 |
|---|
| Enable: | f1 -- | | METHOD | Window | Window.htm#39 |
|---|
| GetWindowRect: | -- left top right bottom | | METHOD | Window | Window.htm#40 |
|---|
| SetTitle: | adr len \ temp$ -- | | METHOD | Window | Window.htm#41 |
|---|
| find-window | z"a1 -- hWnd | w32f | COLON | | Window.htm#43 |
|---|
| send-window | lParam wParam Message_ID hWnd -- | w32f | COLON | | Window.htm#44 |
|---|
| LoadIconFile | adr len -- hIcon | w32f | COLON | | Window.htm#45 |
|---|
| TrayWindow | | | CLASS | | TrayWindow.htm#0 |
|---|
| DefaultIcon: | -- hIcon | | METHOD | TrayWindow | TrayWindow.htm#1 |
|---|
| GetTooltip: | -- addr len | | METHOD | TrayWindow | TrayWindow.htm#2 |
|---|
| AddIcon: | -- | | METHOD | TrayWindow | TrayWindow.htm#3 |
|---|
| DeleteIcon: | -- | | METHOD | TrayWindow | TrayWindow.htm#4 |
|---|
| IsVisible?: | -- f | | METHOD | TrayWindow | TrayWindow.htm#5 |
|---|
| ShowWindow: | -- | | METHOD | TrayWindow | TrayWindow.htm#6 |
|---|
| HideWindow: | -- | | METHOD | TrayWindow | TrayWindow.htm#7 |
|---|
| WM_SIZE | hWnd uMsg wParam lParam -- res | | METHOD | TrayWindow | TrayWindow.htm#8 |
|---|
| WM_SYSCOMMAND | hWnd uMsg wParam lParam -- res | | METHOD | TrayWindow | TrayWindow.htm#9 |
|---|
| 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 |
|---|
| ExWindowStyle: | -- extended_style | | METHOD | Child-Window | Childwnd.htm#5 |
|---|
| WindowTitle: | -- Zstring | | METHOD | Child-Window | Childwnd.htm#6 |
|---|
| Start: | Parent -- | | METHOD | Child-Window | Childwnd.htm#7 |
|---|
| dialogID? | hdr ID -- f | | COLON | | Dialog.htm#0 |
|---|
| find-dialog-ID | id addr -- address-of-template-header | | COLON | | Dialog.htm#1 |
|---|
| load-dialog | -<filename-without-an-extension>- | | COLON | | Dialog.htm#2 |
|---|
| Dialog | | | CLASS | | Dialog.htm#3 |
|---|
| Start: | parent -- flag | | METHOD | Dialog | Dialog.htm#4 |
|---|
| EndDialog: | return-value -- | | METHOD | Dialog | Dialog.htm#5 |
|---|
| On_Init: | hwndfocus -- f | | METHOD | Dialog | Dialog.htm#6 |
|---|
| On_Command: | hCtrl code ID -- f | | METHOD | Dialog | Dialog.htm#7 |
|---|
| ModelessDialog | | | CLASS | | Dialog.htm#9 |
|---|
| WindowStyle: | -- n1 | | METHOD | ModelessDialog | Dialog.htm#10 |
|---|
| ExWindowStyle: | -- n1 | | METHOD | ModelessDialog | Dialog.htm#11 |
|---|
| Origin: | -- x y | | METHOD | ModelessDialog | Dialog.htm#12 |
|---|
| Start: | parent -- | | METHOD | ModelessDialog | Dialog.htm#13 |
|---|
| EndDialog: | n1 -- | | METHOD | ModelessDialog | Dialog.htm#14 |
|---|
| Control | | | CLASS | | Control.htm#0 |
|---|
| GetParent: | -- parent | | METHOD | Control | Control.htm#1 |
|---|
| GetHandleOfParent: | -- handleofparent | | METHOD | Control | Control.htm#2 |
|---|
| SetID: | id -- | | METHOD | Control | Control.htm#3 |
|---|
| GetID: | -- id | | METHOD | Control | Control.htm#4 |
|---|
| ExWindowStyle: | -- exstyle | | METHOD | Control | Control.htm#5 |
|---|
| WindowStyle: | -- style | | METHOD | Control | Control.htm#6 |
|---|
| StartSize: | -- width height | | METHOD | Control | Control.htm#7 |
|---|
| StartPos: | -- left top | | METHOD | Control | Control.htm#8 |
|---|
| CreateStruct: | -- CreateStrucPointer | | METHOD | Control | Control.htm#9 |
|---|
| EditControl | | | CLASS | | Controls.htm#0 |
|---|
| ClassInit: | -- | | METHOD | EditControl | Controls.htm#1 |
|---|
| StartSize: | -- width height | | METHOD | EditControl | Controls.htm#2 |
|---|
| WindowStyle: | -- Style | | METHOD | EditControl | Controls.htm#3 |
|---|
| Start: | Parent -- | | METHOD | EditControl | Controls.htm#4 |
|---|
| SetWmChar: | pWmChar -- | | METHOD | EditControl | Controls.htm#5 |
|---|
| SetWmKeyDown: | pWmKeyDown -- | | METHOD | EditControl | Controls.htm#6 |
|---|
| SetWmKillFocus: | pWmKillFocus -- | | METHOD | EditControl | Controls.htm#7 |
|---|
| SubClass: | hWnd Parent -- | | METHOD | EditControl | Controls.htm#8 |
|---|
| ComboControl | | | CLASS | | Controls.htm#10 |
|---|
| StartSize: | -- width height | | METHOD | ComboControl | Controls.htm#11 |
|---|
| WindowStyle: | -- Style | | METHOD | ComboControl | Controls.htm#12 |
|---|
| SetWmChar: | pWmChar -- | | METHOD | ComboControl | Controls.htm#13 |
|---|
| SetWmKeyDown: | pWmKeyDown -- | | METHOD | ComboControl | Controls.htm#14 |
|---|
| SetWmKillFocus: | pWmKillFocus -- | | METHOD | ComboControl | Controls.htm#15 |
|---|
| InsertString: | adr len -- | | METHOD | ComboControl | Controls.htm#16 |
|---|
| GetString: | adr index -- | | METHOD | ComboControl | Controls.htm#17 |
|---|
| GetCount: | -- n1 | | METHOD | ComboControl | Controls.htm#18 |
|---|
| Start: | Parent -- | | METHOD | ComboControl | Controls.htm#19 |
|---|
| ComboListControl | | | CLASS | | Controls.htm#21 |
|---|
| WindowStyle: | -- Style | | METHOD | ComboListControl | Controls.htm#22 |
|---|
| ListControl | | | CLASS | | Controls.htm#24 |
|---|
| WindowStyle: | -- Style | | METHOD | ListControl | Controls.htm#25 |
|---|
| Start: | Parent -- | | METHOD | ListControl | Controls.htm#26 |
|---|
| GroupControl | | | CLASS | | Controls.htm#28 |
|---|
| WindowStyle: | -- Style | | METHOD | GroupControl | Controls.htm#29 |
|---|
| Start: | Parent -- | | METHOD | GroupControl | Controls.htm#30 |
|---|
| StaticControl | | | CLASS | | Controls.htm#32 |
|---|
| Start: | Parent -- | | METHOD | StaticControl | Controls.htm#33 |
|---|
| CheckControl | | | CLASS | | Controls.htm#35 |
|---|
| WindowStyle: | -- style | | METHOD | CheckControl | Controls.htm#36 |
|---|
| Start: | Parent -- | | METHOD | CheckControl | Controls.htm#37 |
|---|
| RadioControl | | | CLASS | | Controls.htm#39 |
|---|
| WindowStyle: | -- style | | METHOD | RadioControl | Controls.htm#40 |
|---|
| Start: | Parent -- | | METHOD | RadioControl | Controls.htm#41 |
|---|
| ButtonControl | | | CLASS | | Controls.htm#43 |
|---|
| ClassInit: | -- | | METHOD | ButtonControl | Controls.htm#44 |
|---|
| SetFunc: | cfa -- | | METHOD | ButtonControl | Controls.htm#45 |
|---|
| WindowStyle: | -- style | | METHOD | ButtonControl | Controls.htm#46 |
|---|
| Start: | Parent -- | | METHOD | ButtonControl | Controls.htm#47 |
|---|
| DialogWindow | | | CLASS | | Controls.htm#49 |
|---|
| ClassInit: | -- | | METHOD | DialogWindow | Controls.htm#50 |
|---|
| TextBox | | | CLASS | | Controls.htm#0 |
|---|
| ClassInit: | -- | | METHOD | TextBox | Controls.htm#1 |
|---|
| SetWmSetFocus: | xt -- | | METHOD | TextBox | Controls.htm#2 |
|---|
| WindowStyle: | -- style | | METHOD | TextBox | Controls.htm#3 |
|---|
| AddStyle: | n -- | | METHOD | TextBox | Controls.htm#4 |
|---|
| Enable: | f -- | | METHOD | TextBox | Controls.htm#5 |
|---|
| Disable: | -- | | METHOD | TextBox | Controls.htm#6 |
|---|
| ReadOnly: | f -- | | METHOD | TextBox | Controls.htm#7 |
|---|
| SetSelection: | nEnd nStart -- | | METHOD | TextBox | Controls.htm#8 |
|---|
| GetSelection: | -- nEnd nStart | | METHOD | TextBox | Controls.htm#9 |
|---|
| SelectAll: | -- | | METHOD | TextBox | Controls.htm#10 |
|---|
| RemoveSelection: | -- | | METHOD | TextBox | Controls.htm#11 |
|---|
| GetCursor: | -- n | | METHOD | TextBox | Controls.htm#12 |
|---|
| IsModified?: | -- f | | METHOD | TextBox | Controls.htm#13 |
|---|
| SetModify: | f -- | | METHOD | TextBox | Controls.htm#14 |
|---|
| NotModified: | -- | | METHOD | TextBox | Controls.htm#15 |
|---|
| Undo?: | -- f | | METHOD | TextBox | Controls.htm#16 |
|---|
| Undo: | -- | | METHOD | TextBox | Controls.htm#17 |
|---|
| Redo?: | -- f | | METHOD | TextBox | Controls.htm#18 |
|---|
| Redo: | -- | | METHOD | TextBox | Controls.htm#19 |
|---|
| Cut: | -- | | METHOD | TextBox | Controls.htm#20 |
|---|
| Copy: | -- | | METHOD | TextBox | Controls.htm#21 |
|---|
| Paste: | -- | | METHOD | TextBox | Controls.htm#22 |
|---|
| Clear: | -- | | METHOD | TextBox | Controls.htm#23 |
|---|
| SetFont: | handle -- | | METHOD | TextBox | Controls.htm#24 |
|---|
| SetTextLimit: | n -- | | METHOD | TextBox | Controls.htm#25 |
|---|
| GetTextEx: | buffer$ maxlen -- buffer$ len | | METHOD | TextBox | Controls.htm#26 |
|---|
| SetTextZ: | addrz -- | | METHOD | TextBox | Controls.htm#27 |
|---|
| PassWordBox | | | CLASS | | Controls.htm#29 |
|---|
| WindowStyle: | -- style | | METHOD | PassWordBox | Controls.htm#30 |
|---|
| MultiLineTextBox | | | CLASS | | Controls.htm#32 |
|---|
| WindowStyle: | -- style | | METHOD | MultiLineTextBox | Controls.htm#33 |
|---|
| SetTabStops: | tabarray #tabs -- | | METHOD | MultiLineTextBox | Controls.htm#34 |
|---|
| DefaultTabs: | -- | | METHOD | MultiLineTextBox | Controls.htm#35 |
|---|
| SetMargins: | left right -- | | METHOD | MultiLineTextBox | Controls.htm#36 |
|---|
| SelectAll: | -- | | METHOD | MultiLineTextBox | Controls.htm#37 |
|---|
| GetLine: | -- n | | METHOD | MultiLineTextBox | Controls.htm#38 |
|---|
| Wrap: | -- | | METHOD | MultiLineTextBox | Controls.htm#39 |
|---|
| Unwrap: | -- | | METHOD | MultiLineTextBox | Controls.htm#40 |
|---|
| GetLineCount: | -- n | | METHOD | MultiLineTextBox | Controls.htm#41 |
|---|
| GetSelText: | addr -- n | | METHOD | MultiLineTextBox | Controls.htm#42 |
|---|
| LineScroll: | n -- | | METHOD | MultiLineTextBox | Controls.htm#43 |
|---|
| RichEditControl | | | CLASS | | Controls.htm#45 |
|---|
| Start: | Parent -- | | METHOD | RichEditControl | Controls.htm#46 |
|---|
| GetSelText: | addr -- n | | METHOD | RichEditControl | Controls.htm#47 |
|---|
| GetLines: | -- nr | | METHOD | RichEditControl | Controls.htm#48 |
|---|
| ComboBox | | | CLASS | | Controls.htm#50 |
|---|
| ClassInit: | -- | | METHOD | ComboBox | Controls.htm#51 |
|---|
| WindowStyle: | -- style | | METHOD | ComboBox | Controls.htm#52 |
|---|
| AddStyle: | n -- | | METHOD | ComboBox | Controls.htm#53 |
|---|
| SetDir: | dirz$ attrib -- | | METHOD | ComboBox | Controls.htm#54 |
|---|
| AddStringTo: | z"string" -- | | METHOD | ComboBox | Controls.htm#55 |
|---|
| SetSelection: | n -- | | METHOD | ComboBox | Controls.htm#56 |
|---|
| GetSelectedString: | -- addr cnt | | METHOD | ComboBox | Controls.htm#57 |
|---|
| Setfont: | handle -- | | METHOD | ComboBox | Controls.htm#58 |
|---|
| InsertStringAt: | lpszString posn -- | | METHOD | ComboBox | Controls.htm#59 |
|---|
| DeleteString: | index -- | | METHOD | ComboBox | Controls.htm#60 |
|---|
| Clear: | -- | | METHOD | ComboBox | Controls.htm#61 |
|---|
| Find: | lpszString -- index | | METHOD | ComboBox | Controls.htm#62 |
|---|
| FindExact: | lpszString -- index | | METHOD | ComboBox | Controls.htm#63 |
|---|
| GetCount: | -- n | | METHOD | ComboBox | Controls.htm#64 |
|---|
| SelectString: | lpszString -- index | | METHOD | ComboBox | Controls.htm#65 |
|---|
| GetStringAt: | index -- a n | | METHOD | ComboBox | Controls.htm#66 |
|---|
| GetCurrent: | -- index | | METHOD | ComboBox | Controls.htm#67 |
|---|
| Enable: | f -- | | METHOD | ComboBox | Controls.htm#68 |
|---|
| Disable: | -- | | METHOD | ComboBox | Controls.htm#69 |
|---|
| ComboListBox | | | CLASS | | Controls.htm#71 |
|---|
| WindowStyle: | -- style | | METHOD | ComboListBox | Controls.htm#72 |
|---|
| Start: | Parent -- | | METHOD | ComboListBox | Controls.htm#73 |
|---|
| ListBox | | | CLASS | | Controls.htm#75 |
|---|
| ClassInit: | -- | | METHOD | ListBox | Controls.htm#76 |
|---|
| WindowStyle: | -- style | | METHOD | ListBox | Controls.htm#77 |
|---|
| AddStyle: | n -- | | METHOD | ListBox | Controls.htm#78 |
|---|
| SetDir: | dirz$ attrib -- | | METHOD | ListBox | Controls.htm#79 |
|---|
| Clear: | -- | | METHOD | ListBox | Controls.htm#80 |
|---|
| AddStringTo: | z"string" -- | | METHOD | ListBox | Controls.htm#81 |
|---|
| SetSelection: | n -- | | METHOD | ListBox | Controls.htm#82 |
|---|
| GetSelection: | -- n | | METHOD | ListBox | Controls.htm#83 |
|---|
| GetString: | index -- addr n | | METHOD | ListBox | Controls.htm#84 |
|---|
| GetSelectedString: | -- addr cnt | | METHOD | ListBox | Controls.htm#85 |
|---|
| GetCount: | -- n | | METHOD | ListBox | Controls.htm#86 |
|---|
| Setfont: | handle -- | | METHOD | ListBox | Controls.htm#87 |
|---|
| AddString: | lpszString -- | | METHOD | ListBox | Controls.htm#88 |
|---|
| InsertString: | lpszString index -- | | METHOD | ListBox | Controls.htm#89 |
|---|
| DeleteString: | index -- | | METHOD | ListBox | Controls.htm#90 |
|---|
| Find: | lpszString -- index | | METHOD | ListBox | Controls.htm#91 |
|---|
| FindExact: | lpszString -- index | | METHOD | ListBox | Controls.htm#92 |
|---|
| GetCurrent: | -- index | | METHOD | ListBox | Controls.htm#93 |
|---|
| SelectString: | lpszString -- index | | METHOD | ListBox | Controls.htm#94 |
|---|
| GetState: | index -- f | | METHOD | ListBox | Controls.htm#95 |
|---|
| Enable: | f -- | | METHOD | ListBox | Controls.htm#96 |
|---|
| Disable: | -- | | METHOD | ListBox | Controls.htm#97 |
|---|
| SetTabStops: | addr cnt -- | | METHOD | ListBox | Controls.htm#98 |
|---|
| MultiListbox | | | CLASS | | Controls.htm#100 |
|---|
| WindowStyle: | -- style | | METHOD | MultiListbox | Controls.htm#101 |
|---|
| Select: | index -- | | METHOD | MultiListbox | Controls.htm#102 |
|---|
| Unselect: | index -- | | METHOD | MultiListbox | Controls.htm#103 |
|---|
| GetSelCount: | -- n | | METHOD | MultiListbox | Controls.htm#104 |
|---|
| GetSelectedItems: | array cnt -- count | | METHOD | MultiListbox | Controls.htm#105 |
|---|
| MultiExListbox | | | CLASS | | Controls.htm#107 |
|---|
| WindowStyle: | -- style | | METHOD | MultiExListbox | Controls.htm#108 |
|---|
| DragListbox | | | CLASS | | Controls.htm#110 |
|---|
| WindowStyle: | -- style | | METHOD | DragListbox | Controls.htm#111 |
|---|
| Start: | Parent -- | | METHOD | DragListbox | Controls.htm#112 |
|---|
| UpDownControl | | | CLASS | | Controls.htm#114 |
|---|
| ClassInit: | -- | | METHOD | UpDownControl | Controls.htm#115 |
|---|
| WindowStyle: | -- style | | METHOD | UpDownControl | Controls.htm#116 |
|---|
| AddStyle: | n -- | | METHOD | UpDownControl | Controls.htm#117 |
|---|
| Start: | Parent -- | | METHOD | UpDownControl | Controls.htm#118 |
|---|
| StartSize: | -- cx cy | | METHOD | UpDownControl | Controls.htm#119 |
|---|
| StartPos: | -- x y | | METHOD | UpDownControl | Controls.htm#120 |
|---|
| SetBuddy: | hBuddy -- | | METHOD | UpDownControl | Controls.htm#121 |
|---|
| GetValue: | -- n | | METHOD | UpDownControl | Controls.htm#122 |
|---|
| SetValue: | n -- | | METHOD | UpDownControl | Controls.htm#123 |
|---|
| SetDecimal: | -- | | METHOD | UpDownControl | Controls.htm#124 |
|---|
| SetHex: | -- | | METHOD | UpDownControl | Controls.htm#125 |
|---|
| GetBase: | -- n | | METHOD | UpDownControl | Controls.htm#126 |
|---|
| SetRange: | lower upper -- | | METHOD | UpDownControl | Controls.htm#127 |
|---|
| GetRange: | -- lower upper | | METHOD | UpDownControl | Controls.htm#128 |
|---|
| Enable: | f -- | | METHOD | UpDownControl | Controls.htm#129 |
|---|
| Disable: | -- | | METHOD | UpDownControl | Controls.htm#130 |
|---|
| CheckBox | | | CLASS | | Controls.htm#132 |
|---|
| ClassInit: | -- | | METHOD | CheckBox | Controls.htm#133 |
|---|
| WindowStyle: | -- style | | METHOD | CheckBox | Controls.htm#134 |
|---|
| AddStyle: | n -- | | METHOD | CheckBox | Controls.htm#135 |
|---|
| IsButtonChecked?: | -- f | | METHOD | CheckBox | Controls.htm#136 |
|---|
| Enable: | f -- | | METHOD | CheckBox | Controls.htm#137 |
|---|
| Disable: | -- | | METHOD | CheckBox | Controls.htm#138 |
|---|
| Setfont: | handle -- | | METHOD | CheckBox | Controls.htm#139 |
|---|
| RadioButton | | | CLASS | | Controls.htm#141 |
|---|
| ClassInit: | -- | | METHOD | RadioButton | Controls.htm#142 |
|---|
| WindowStyle: | -- style | | METHOD | RadioButton | Controls.htm#143 |
|---|
| AddStyle: | n -- | | METHOD | RadioButton | Controls.htm#144 |
|---|
| IsButtonChecked?: | -- f | | METHOD | RadioButton | Controls.htm#145 |
|---|
| CheckButton: | -- | | METHOD | RadioButton | Controls.htm#146 |
|---|
| UnCheckButton: | -- | | METHOD | RadioButton | Controls.htm#147 |
|---|
| Check: | f -- | | METHOD | RadioButton | Controls.htm#148 |
|---|
| Enable: | f -- | | METHOD | RadioButton | Controls.htm#149 |
|---|
| Disable: | -- | | METHOD | RadioButton | Controls.htm#150 |
|---|
| Setfont: | handle -- | | METHOD | RadioButton | Controls.htm#151 |
|---|
| GroupRadioButton | | | CLASS | | Controls.htm#153 |
|---|
| WindowStyle: | -- style | | METHOD | GroupRadioButton | Controls.htm#154 |
|---|
| PushButton | | | CLASS | | Controls.htm#156 |
|---|
| ClassInit: | -- | | METHOD | PushButton | Controls.htm#157 |
|---|
| WindowStyle: | -- style | | METHOD | PushButton | Controls.htm#158 |
|---|
| AddStyle: | n -- | | METHOD | PushButton | Controls.htm#159 |
|---|
| Setfont: | handle -- | | METHOD | PushButton | Controls.htm#160 |
|---|
| Enable: | f -- | | METHOD | PushButton | Controls.htm#161 |
|---|
| Disable: | -- | | METHOD | PushButton | Controls.htm#162 |
|---|
| DefPushButton | | | CLASS | | Controls.htm#164 |
|---|
| WindowStyle: | -- style | | METHOD | DefPushButton | Controls.htm#165 |
|---|
| Label | | | CLASS | | Controls.htm#167 |
|---|
| ClassInit: | -- | | METHOD | Label | Controls.htm#168 |
|---|
| WindowStyle: | -- style | | METHOD | Label | Controls.htm#169 |
|---|
| AddStyle: | n -- | | METHOD | Label | Controls.htm#170 |
|---|
| Setfont: | handle -- | | METHOD | Label | Controls.htm#171 |
|---|
| Enable: | f -- | | METHOD | Label | Controls.htm#172 |
|---|
| Disable: | -- | | METHOD | Label | Controls.htm#173 |
|---|
| StaticImage | | | |CLASS | | Controls.htm#175 |
|---|
| ImageType: | -- ImageType | | METHOD | StaticImage | Controls.htm#176 |
|---|
| GetImage: | -- hImage | | METHOD | StaticImage | Controls.htm#177 |
|---|
| SetImage: | hImage -- | | METHOD | StaticImage | Controls.htm#178 |
|---|
| SetFont: | fhndl -- | | METHOD | StaticImage | Controls.htm#179 |
|---|
| StaticBitmap | | | CLASS | | Controls.htm#181 |
|---|
| WindowStyle: | -- style | | METHOD | StaticBitmap | Controls.htm#182 |
|---|
| StaticIcon | | | CLASS | | Controls.htm#184 |
|---|
| WindowStyle: | -- style | | METHOD | StaticIcon | Controls.htm#185 |
|---|
| ImageType: | -- ImageType | | METHOD | StaticIcon | Controls.htm#186 |
|---|
| StaticMetafile | | | CLASS | | Controls.htm#188 |
|---|
| WindowStyle: | -- style | | METHOD | StaticMetafile | Controls.htm#189 |
|---|
| ImageType: | -- ImageType | | METHOD | StaticMetafile | Controls.htm#190 |
|---|
| StaticFrame | | | CLASS | | Controls.htm#192 |
|---|
| BlackRect: | -- | | METHOD | StaticFrame | Controls.htm#193 |
|---|
| GrayRect: | -- | | METHOD | StaticFrame | Controls.htm#194 |
|---|
| WhiteRect: | -- | | METHOD | StaticFrame | Controls.htm#195 |
|---|
| BlackFrame: | -- | | METHOD | StaticFrame | Controls.htm#196 |
|---|
| GrayFrame: | -- | | METHOD | StaticFrame | Controls.htm#197 |
|---|
| WhiteFrame: | -- | | METHOD | StaticFrame | Controls.htm#198 |
|---|
| EtchedFrame: | -- | | METHOD | StaticFrame | Controls.htm#199 |
|---|
| SunkenFrame: | -- | | METHOD | StaticFrame | Controls.htm#200 |
|---|
| GroupBox | | | CLASS | | Controls.htm#202 |
|---|
| ClassInit: | -- | | METHOD | GroupBox | Controls.htm#203 |
|---|
| WindowStyle: | -- style | | METHOD | GroupBox | Controls.htm#204 |
|---|
| AddStyle: | n -- | | METHOD | GroupBox | Controls.htm#205 |
|---|
| Setfont: | handle -- | | METHOD | GroupBox | Controls.htm#206 |
|---|
| Enable: | f -- | | METHOD | GroupBox | Controls.htm#207 |
|---|
| Disable: | -- | | METHOD | GroupBox | Controls.htm#208 |
|---|
| Progressbar | | | CLASS | | Controls.htm#210 |
|---|
| Start: | Parent -- | | METHOD | Progressbar | Controls.htm#211 |
|---|
| ClassInit: | -- | | METHOD | Progressbar | Controls.htm#212 |
|---|
| WindowStyle: | -- style | | METHOD | Progressbar | Controls.htm#213 |
|---|
| AddStyle: | n -- | | METHOD | Progressbar | Controls.htm#214 |
|---|
| +Value: | n -- | | METHOD | Progressbar | Controls.htm#215 |
|---|
| GetValue: | -- n | | METHOD | Progressbar | Controls.htm#216 |
|---|
| SetValue: | n -- | | METHOD | Progressbar | Controls.htm#217 |
|---|
| SetRange: | min max -- | | METHOD | Progressbar | Controls.htm#218 |
|---|
| SetStep: | n -- | | METHOD | Progressbar | Controls.htm#219 |
|---|
| GetStep: | -- n | | METHOD | Progressbar | Controls.htm#220 |
|---|
| StepIt: | -- | | METHOD | Progressbar | Controls.htm#221 |
|---|
| SmoothProgressbar | | | CLASS | | Controls.htm#223 |
|---|
| WindowStyle: | -- style | | METHOD | SmoothProgressbar | Controls.htm#224 |
|---|
| Trackbar | | | CLASS | | Controls.htm#226 |
|---|
| Start: | Parent -- | | METHOD | Trackbar | Controls.htm#227 |
|---|
| ClassInit: | -- | | METHOD | Trackbar | Controls.htm#228 |
|---|
| WindowStyle: | -- style | | METHOD | Trackbar | Controls.htm#229 |
|---|
| AddStyle: | n -- | | METHOD | Trackbar | Controls.htm#230 |
|---|
| GetLineSize: | -- n | | METHOD | Trackbar | Controls.htm#231 |
|---|
| SetLineSize: | n -- | | METHOD | Trackbar | Controls.htm#232 |
|---|
| GetPageSize: | -- n | | METHOD | Trackbar | Controls.htm#233 |
|---|
| SetPageSize: | n -- | | METHOD | Trackbar | Controls.htm#234 |
|---|
| GetValue: | -- n | | METHOD | Trackbar | Controls.htm#235 |
|---|
| SetValue: | n -- | | METHOD | Trackbar | Controls.htm#236 |
|---|
| GetRangeMax: | -- n | | METHOD | Trackbar | Controls.htm#237 |
|---|
| SetRangeMax: | max f -- | | METHOD | Trackbar | Controls.htm#238 |
|---|
| GetRangeMin: | -- n | | METHOD | Trackbar | Controls.htm#239 |
|---|
| SetRangeMin: | min f -- | | METHOD | Trackbar | Controls.htm#240 |
|---|
| GetSelEnd: | -- n | | METHOD | Trackbar | Controls.htm#241 |
|---|
| SetSelEnd: | end f -- | | METHOD | Trackbar | Controls.htm#242 |
|---|
| GetSelStart: | -- n | | METHOD | Trackbar | Controls.htm#243 |
|---|
| SetSelStart: | start f -- | | METHOD | Trackbar | Controls.htm#244 |
|---|
| GetThumbLength: | -- n | | METHOD | Trackbar | Controls.htm#245 |
|---|
| SetThumbLength: | n -- | | METHOD | Trackbar | Controls.htm#246 |
|---|
| GetChannelRect: | lpRect -- | | METHOD | Trackbar | Controls.htm#247 |
|---|
| GetThumbRect: | lpRect -- | | METHOD | Trackbar | Controls.htm#248 |
|---|
| GetTick: | iTic -- n | | METHOD | Trackbar | Controls.htm#249 |
|---|
| SetTick: | pos -- | | METHOD | Trackbar | Controls.htm#250 |
|---|
| ClearTicks: | f -- | | METHOD | Trackbar | Controls.htm#251 |
|---|
| GetTickPos: | iTic -- n | | METHOD | Trackbar | Controls.htm#252 |
|---|
| GetTicksPtr: | -- pointer | | METHOD | Trackbar | Controls.htm#253 |
|---|
| SetTickFreq: | pos freq -- | | METHOD | Trackbar | Controls.htm#254 |
|---|
| GetNumTicks: | -- n | | METHOD | Trackbar | Controls.htm#255 |
|---|
| SetRange: | min max f -- | | METHOD | Trackbar | Controls.htm#256 |
|---|
| SetSel: | min max f -- | | METHOD | Trackbar | Controls.htm#257 |
|---|
| ClearSel: | f -- | | METHOD | Trackbar | Controls.htm#258 |
|---|
| Enable: | f -- | | METHOD | Trackbar | Controls.htm#259 |
|---|
| Disable: | -- | | METHOD | Trackbar | Controls.htm#260 |
|---|
| VTrackBar | | | CLASS | | Controls.htm#262 |
|---|
| WindowStyle: | -- style | | METHOD | VTrackBar | Controls.htm#263 |
|---|
| Statusbar | | | CLASS | | Controls.htm#265 |
|---|
| ClassInit: | -- | | METHOD | Statusbar | Controls.htm#266 |
|---|
| AddStyle: | n -- | | METHOD | Statusbar | Controls.htm#267 |
|---|
| Start: | Parent -- | | METHOD | Statusbar | Controls.htm#268 |
|---|
| WindowStyle: | -- style | | METHOD | Statusbar | Controls.htm#269 |
|---|
| RaisedBorder: | -- | | METHOD | Statusbar | Controls.htm#270 |
|---|
| NoBorder: | -- | | METHOD | Statusbar | Controls.htm#271 |
|---|
| SunkenBorder: | -- | | METHOD | Statusbar | Controls.htm#272 |
|---|
| ClassInit: | -- | | METHOD | Statusbar | Controls.htm#273 |
|---|
| MinHeight: | #pixels -- | | METHOD | Statusbar | Controls.htm#274 |
|---|
| GetBorders: | -- hWidth vWidth divWidth | | METHOD | Statusbar | Controls.htm#275 |
|---|
| Redraw: | -- | | METHOD | Statusbar | Controls.htm#276 |
|---|
| SetText: | szText -- | | METHOD | Statusbar | Controls.htm#277 |
|---|
| Clear: | -- | | METHOD | Statusbar | Controls.htm#278 |
|---|
| Setfont: | handle -- | | METHOD | Statusbar | Controls.htm#279 |
|---|
| MultiStatusbar | | | CLASS | | Controls.htm#281 |
|---|
| Start: | Parent -- | | METHOD | MultiStatusbar | Controls.htm#282 |
|---|
| SetParts: | aWidths nParts -- | | METHOD | MultiStatusbar | Controls.htm#283 |
|---|
| GetParts: | -- aWidths nParts | | METHOD | MultiStatusbar | Controls.htm#284 |
|---|
| SetSimple: | -- | | METHOD | MultiStatusbar | Controls.htm#285 |
|---|
| SetMulti: | -- | | METHOD | MultiStatusbar | Controls.htm#286 |
|---|
| SetText: | szText n -- | | METHOD | MultiStatusbar | Controls.htm#287 |
|---|
| BitmapButton | | | CLASS | | Controls.htm#289 |
|---|
| ClassInit: | -- | | METHOD | BitmapButton | Controls.htm#290 |
|---|
| WindowStyle: | -- style | | METHOD | BitmapButton | Controls.htm#291 |
|---|
| IconButton | | | CLASS | | Controls.htm#293 |
|---|
| ClassInit: | -- | | METHOD | IconButton | Controls.htm#294 |
|---|
| WindowStyle: | -- style | | METHOD | IconButton | Controls.htm#295 |
|---|
| SetIcon: | hIcon -- | | METHOD | IconButton | Controls.htm#296 |
|---|
| GetIcon: | -- hIcon | | METHOD | IconButton | Controls.htm#297 |
|---|
| ScrollBar | | | |CLASS | | Controls.htm#299 |
|---|
| ClassInit: | -- | | METHOD | ScrollBar | Controls.htm#300 |
|---|
| WindowStyle: | -- style | | METHOD | ScrollBar | Controls.htm#301 |
|---|
| AddStyle: | n -- | | METHOD | ScrollBar | Controls.htm#302 |
|---|
| Start: | Parent -- | | METHOD | ScrollBar | Controls.htm#303 |
|---|
| SetFont: | hndl -- | | METHOD | ScrollBar | Controls.htm#304 |
|---|
| Enable: | f -- | | METHOD | ScrollBar | Controls.htm#305 |
|---|
| Disable: | -- | | METHOD | ScrollBar | Controls.htm#306 |
|---|
| HorizScroll | | | CLASS | | Controls.htm#307 |
|---|
| WindowStyle: | -- style | | METHOD | HorizScroll | Controls.htm#308 |
|---|
| VertScroll | | | CLASS | | Controls.htm#310 |
|---|
| WindowStyle: | -- style | | METHOD | VertScroll | Controls.htm#311 |
|---|
| SizeBox | | | CLASS | | Controls.htm#313 |
|---|
| WindowStyle: | -- style | | METHOD | SizeBox | Controls.htm#314 |
|---|
| MonthCalendar | | | CLASS | | Controls.htm#316 |
|---|
| ClassInit: | -- | | METHOD | MonthCalendar | Controls.htm#317 |
|---|
| AddStyle: | n -- | | METHOD | MonthCalendar | Controls.htm#318 |
|---|
| Start: | Parent -- | | METHOD | MonthCalendar | Controls.htm#319 |
|---|
| MinSize: | -- x y | | METHOD | MonthCalendar | Controls.htm#320 |
|---|
| WindowStyle: | -- style | | METHOD | MonthCalendar | Controls.htm#321 |
|---|
| GetDate: | -- day month year | | METHOD | MonthCalendar | Controls.htm#322 |
|---|
| GetToday: | -- day month year | | METHOD | MonthCalendar | Controls.htm#323 |
|---|
| DateTimePicker | | | CLASS | | Controls.htm#325 |
|---|
| ClassInit: | -- | | METHOD | DateTimePicker | Controls.htm#326 |
|---|
| AddStyle: | n -- | | METHOD | DateTimePicker | Controls.htm#327 |
|---|
| Start: | Parent -- | | METHOD | DateTimePicker | Controls.htm#328 |
|---|
| WindowStyle: | -- style | | METHOD | DateTimePicker | Controls.htm#329 |
|---|
| SetCustomFormat: | z"format" -- | | METHOD | DateTimePicker | Controls.htm#330 |
|---|
| GetTime: | -- hrs min secs | | METHOD | DateTimePicker | Controls.htm#331 |
|---|
| SetTime: | hr min sec -- | | METHOD | DateTimePicker | Controls.htm#332 |
|---|
| GetDate: | -- day month year | | METHOD | DateTimePicker | Controls.htm#333 |
|---|
| TabControl | | | CLASS | | Controls.htm#335 |
|---|
| Start: | Parent -- | | METHOD | TabControl | Controls.htm#336 |
|---|
| ClassInit: | -- | | METHOD | TabControl | Controls.htm#337 |
|---|
| WindowStyle: | -- style | | METHOD | TabControl | Controls.htm#338 |
|---|
| AddStyle: | n -- | | METHOD | TabControl | Controls.htm#339 |
|---|
| InsertTab: | index -- | | METHOD | TabControl | Controls.htm#340 |
|---|
| GetTabInfo: | index -- | | METHOD | TabControl | Controls.htm#341 |
|---|
| SetTabInfo: | index -- | | METHOD | TabControl | Controls.htm#342 |
|---|
| ClientSize: | -- x y w h | | METHOD | TabControl | Controls.htm#343 |
|---|
| WindowSize: | 0 0 width height -- x y w h | | METHOD | TabControl | Controls.htm#344 |
|---|
| Enable: | f -- | | METHOD | TabControl | Controls.htm#345 |
|---|
| Disable: | -- | | METHOD | TabControl | Controls.htm#346 |
|---|
| Setfont: | handle -- | | METHOD | TabControl | Controls.htm#347 |
|---|
| WindowTitle: | -- null$ | | METHOD | TabControl | Controls.htm#348 |
|---|
| VertButtonBar | | | CLASS | | Controls.htm#350 |
|---|
| SetFont: | fonthndl \ hb1 -- | | METHOD | VertButtonBar | Controls.htm#351 |
|---|
| Enable: | flag \ hb1 -- | | METHOD | VertButtonBar | Controls.htm#352 |
|---|
| Disable: | -- | | METHOD | VertButtonBar | Controls.htm#353 |
|---|
| HorizButtonBar | | | CLASS | | Controls.htm#355 |
|---|
| SetFont: | fonthndl \ hb1 -- | | METHOD | HorizButtonBar | Controls.htm#356 |
|---|
| Enable: | flag \ hb1 -- | | METHOD | HorizButtonBar | Controls.htm#357 |
|---|
| Disable: | -- | | METHOD | HorizButtonBar | Controls.htm#358 |
|---|
| MdiDialogWindow | | | CLASS | | MdiDialog.htm#0 |
|---|
| ClassInit: | -- | | METHOD | MdiDialogWindow | MdiDialog.htm#1 |
|---|
| ~: | -- | | METHOD | MdiDialogWindow | MdiDialog.htm#2 |
|---|
| AXControl | | | CLASS | | AXControl.htm#0 |
|---|
| AXUCreate: | ustr -- | | METHOD | AXControl | AXControl.htm#1 |
|---|
| AXCreate: | str len -- | | METHOD | AXControl | AXControl.htm#2 |
|---|
| QueryInterface: | ppv riid -- flag | | METHOD | AXControl | AXControl.htm#3 |
|---|
| HTMLControl | | | CLASS | | HTMLcontrol.htm#0 |
|---|
| Start: | Parent -- | | METHOD | HTMLControl | HTMLcontrol.htm#1 |
|---|
| GetLocationURL: | -- str len | | METHOD | HTMLControl | HTMLcontrol.htm#2 |
|---|
| GetLocationName: | -- str len | | METHOD | HTMLControl | HTMLcontrol.htm#3 |
|---|
| GetType: | -- str len | | METHOD | HTMLControl | HTMLcontrol.htm#4 |
|---|
| Busy?: | -- flag | | METHOD | HTMLControl | HTMLcontrol.htm#5 |
|---|
| Offline?: | -- flag | | METHOD | HTMLControl | HTMLcontrol.htm#6 |
|---|
| GoURL: | str len -- | | METHOD | HTMLControl | HTMLcontrol.htm#7 |
|---|
| SetURL: | zUrl -- | | METHOD | HTMLControl | HTMLcontrol.htm#8 |
|---|
| GoHome: | -- | | METHOD | HTMLControl | HTMLcontrol.htm#9 |
|---|
| GoSearch: | -- | | METHOD | HTMLControl | HTMLcontrol.htm#10 |
|---|
| GoForward: | -- | | METHOD | HTMLControl | HTMLcontrol.htm#11 |
|---|
| GoBack: | -- | | METHOD | HTMLControl | HTMLcontrol.htm#12 |
|---|
| Refresh: | -- | | METHOD | HTMLControl | HTMLcontrol.htm#13 |
|---|
| Stop: | -- | | METHOD | HTMLControl | HTMLcontrol.htm#14 |
|---|
| MDIClientWindow | | | CLASS | | mdi.htm#0 |
|---|
| Start: | hWindowMenu Parent -- | | METHOD | MDIClientWindow | mdi.htm#1 |
|---|
| CreateStruct: | -- CreateStrucPointer | | METHOD | MDIClientWindow | mdi.htm#2 |
|---|
| MDIFrameWindow | | | CLASS | | mdi.htm#4 |
|---|
| WindowMenuNo: | -- n | | METHOD | MDIFrameWindow | mdi.htm#5 |
|---|
| WindowTitle: | -- z" | | METHOD | MDIFrameWindow | mdi.htm#6 |
|---|
| SetRedraw: | f -- | | METHOD | MDIFrameWindow | mdi.htm#7 |
|---|
| Tile: | f -- | | METHOD | MDIFrameWindow | mdi.htm#8 |
|---|
| Arrange: | -- | | METHOD | MDIFrameWindow | mdi.htm#9 |
|---|
| Cascade: | -- | | METHOD | MDIFrameWindow | mdi.htm#10 |
|---|
| RefreshMenu: | -- | | METHOD | MDIFrameWindow | mdi.htm#11 |
|---|
| MDISetMenu: | hmenuWindow hmenuFrame -- | | METHOD | MDIFrameWindow | mdi.htm#12 |
|---|
| DrawMenuBar: | -- | | METHOD | MDIFrameWindow | mdi.htm#13 |
|---|
| Restore: | hWnd -- | | METHOD | MDIFrameWindow | mdi.htm#14 |
|---|
| Maximize: | hWnd -- | | METHOD | MDIFrameWindow | mdi.htm#15 |
|---|
| GetActive: | -- Maximized handle | | METHOD | MDIFrameWindow | mdi.htm#16 |
|---|
| Activate: | hWnd -- | | METHOD | MDIFrameWindow | mdi.htm#17 |
|---|
| Next: | f hWnd -- | | METHOD | MDIFrameWindow | mdi.htm#18 |
|---|
| Destroy: | hWnd -- | | METHOD | MDIFrameWindow | mdi.htm#19 |
|---|
| CloseChild: | hWnd -- | | METHOD | MDIFrameWindow | mdi.htm#20 |
|---|
| EnumChildWindows: | lparam pCallBack -- f | | METHOD | MDIFrameWindow | mdi.htm#21 |
|---|
| CloseAll: | -- | | METHOD | MDIFrameWindow | mdi.htm#22 |
|---|
| GetFirstChild: | -- hWndChild | | METHOD | MDIFrameWindow | mdi.htm#23 |
|---|
| GetNextChild: | -- hWndChild | | METHOD | MDIFrameWindow | mdi.htm#24 |
|---|
| SendMessageToAllChildren: | wParam lParam msg -- | | METHOD | MDIFrameWindow | mdi.htm#25 |
|---|
| PostMessageToAllChildren: | wParam lParam msg -- | | METHOD | MDIFrameWindow | mdi.htm#26 |
|---|
| MDIChildWindow | | | CLASS | | mdi.htm#28 |
|---|
| DefaultIcon: | -- hIcon | | METHOD | MDIChildWindow | mdi.htm#29 |
|---|
| ParentWindow: | -- hParent | | METHOD | MDIChildWindow | mdi.htm#30 |
|---|
| Start: | Parent -- | | METHOD | MDIChildWindow | mdi.htm#31 |
|---|
| WindowTitle: | -- z" | | METHOD | MDIChildWindow | mdi.htm#32 |
|---|
| On_QueryEnd: | -- f | | METHOD | MDIChildWindow | mdi.htm#33 |
|---|
| On_Close: | -- f | | METHOD | MDIChildWindow | mdi.htm#34 |
|---|
| On_ChildActivate: | -- | | METHOD | MDIChildWindow | mdi.htm#35 |
|---|
| On_GetMinMaxInfo: | pMinMaxInfo -- pMinMaxInfo | | METHOD | MDIChildWindow | mdi.htm#36 |
|---|
| On_MenuChar: | w l -- w l | | METHOD | MDIChildWindow | mdi.htm#37 |
|---|
| On_Move: | l -- l | | METHOD | MDIChildWindow | mdi.htm#38 |
|---|
| On_SysCommand: | h m w l -- h m w l f | | METHOD | MDIChildWindow | mdi.htm#39 |
|---|
| On_Command: | h m w l -- h m w l f | | METHOD | MDIChildWindow | mdi.htm#40 |
|---|
| gdiPOINT | | | CLASS | | gdiStruct.htm#0 |
|---|
| GetX: | -- x | | METHOD | gdiPOINT | gdiStruct.htm#1 |
|---|
| GetY: | -- y | | METHOD | gdiPOINT | gdiStruct.htm#2 |
|---|
| SetX: | x -- | | METHOD | gdiPOINT | gdiStruct.htm#3 |
|---|
| SetY: | y -- | | METHOD | gdiPOINT | gdiStruct.htm#4 |
|---|
| Addr: | -- addr | | METHOD | gdiPOINT | gdiStruct.htm#5 |
|---|
| Size: | -- size | | METHOD | gdiPOINT | gdiStruct.htm#6 |
|---|
| gdiCOLORREF | | | CLASS | | gdiStruct.htm#8 |
|---|
| SetRValue: | r -- | | METHOD | gdiCOLORREF | gdiStruct.htm#9 |
|---|
| SetGValue: | g -- | | METHOD | gdiCOLORREF | gdiStruct.htm#10 |
|---|
| SetBValue: | b -- | | METHOD | gdiCOLORREF | gdiStruct.htm#11 |
|---|
| GetRValue: | -- r | | METHOD | gdiCOLORREF | gdiStruct.htm#12 |
|---|
| GetGValue: | -- g | | METHOD | gdiCOLORREF | gdiStruct.htm#13 |
|---|
| GetBValue: | -- b | | METHOD | gdiCOLORREF | gdiStruct.htm#14 |
|---|
| SetColor: | colorref -- | | METHOD | gdiCOLORREF | gdiStruct.htm#15 |
|---|
| SetSysColor: | n -- | | METHOD | gdiCOLORREF | gdiStruct.htm#16 |
|---|
| GetColor: | -- colorref | | METHOD | gdiCOLORREF | gdiStruct.htm#17 |
|---|
| SetRGB: | r g b -- | | METHOD | gdiCOLORREF | gdiStruct.htm#18 |
|---|
| Addr: | -- addr | | METHOD | gdiCOLORREF | gdiStruct.htm#19 |
|---|
| Size: | -- size | | METHOD | gdiCOLORREF | gdiStruct.htm#20 |
|---|
| Choose: | hWnd -- f | | METHOD | gdiCOLORREF | gdiStruct.htm#21 |
|---|
| CustomColors: | -- addr len | | METHOD | gdiCOLORREF | gdiStruct.htm#22 |
|---|
| gdiRGBQUAD | | | CLASS | | gdiStruct.htm#24 |
|---|
| gdiSIZE | | | CLASS | | gdiStruct.htm#26 |
|---|
| GetX: | -- x | | METHOD | gdiSIZE | gdiStruct.htm#27 |
|---|
| GetY: | -- y | | METHOD | gdiSIZE | gdiStruct.htm#28 |
|---|
| SetX: | x -- | | METHOD | gdiSIZE | gdiStruct.htm#29 |
|---|
| SetY: | y -- | | METHOD | gdiSIZE | gdiStruct.htm#30 |
|---|
| Addr: | -- addr | | METHOD | gdiSIZE | gdiStruct.htm#31 |
|---|
| Size: | -- size | | METHOD | gdiSIZE | gdiStruct.htm#32 |
|---|
| gdiTEXTMETRIC | | | CLASS | | gdiStruct.htm#34 |
|---|
| SetHeight: | n -- | | METHOD | gdiTEXTMETRIC | gdiStruct.htm#35 |
|---|
| SetAscent: | n -- | | METHOD | gdiTEXTMETRIC | gdiStruct.htm#36 |
|---|
| SetDescent: | n -- | | METHOD | gdiTEXTMETRIC | gdiStruct.htm#37 |
|---|
| SetInternalLeading: | n -- | | METHOD | gdiTEXTMETRIC | gdiStruct.htm#38 |
|---|
| SetExternalLeading: | n -- | | METHOD | gdiTEXTMETRIC | gdiStruct.htm#39 |
|---|
| SetAveCharWidth: | n -- | | METHOD | gdiTEXTMETRIC | gdiStruct.htm#40 |
|---|
| SetMaxCharWidth: | n -- | | METHOD | gdiTEXTMETRIC | gdiStruct.htm#41 |
|---|
| SetWeight: | n -- | | METHOD | gdiTEXTMETRIC | gdiStruct.htm#42 |
|---|
| SetOverhang: | n -- | | METHOD | gdiTEXTMETRIC | gdiStruct.htm#43 |
|---|
| SetDigitizedAspectX: | n -- | | METHOD | gdiTEXTMETRIC | gdiStruct.htm#44 |
|---|
| SetDigitizedAspectY: | n -- | | METHOD | gdiTEXTMETRIC | gdiStruct.htm#45 |
|---|
| SetFirstChar: | n -- | | METHOD | gdiTEXTMETRIC | gdiStruct.htm#46 |
|---|
| SetLastChar: | n -- | | METHOD | gdiTEXTMETRIC | gdiStruct.htm#47 |
|---|
| SetDefaultChar: | n -- | | METHOD | gdiTEXTMETRIC | gdiStruct.htm#48 |
|---|
| SetBreakChar: | n -- | | METHOD | gdiTEXTMETRIC | gdiStruct.htm#49 |
|---|
| SetItalic: | n -- | | METHOD | gdiTEXTMETRIC | gdiStruct.htm#50 |
|---|
| SetUnderlined: | n -- | | METHOD | gdiTEXTMETRIC | gdiStruct.htm#51 |
|---|
| SetStruckOut: | n -- | | METHOD | gdiTEXTMETRIC | gdiStruct.htm#52 |
|---|
| SetPitchAndFamily: | n -- | | METHOD | gdiTEXTMETRIC | gdiStruct.htm#53 |
|---|
| SetCharSet: | n -- | | METHOD | gdiTEXTMETRIC | gdiStruct.htm#54 |
|---|
| GetHeight: | -- n | | METHOD | gdiTEXTMETRIC | gdiStruct.htm#55 |
|---|
| GetAscent: | -- n | | METHOD | gdiTEXTMETRIC | gdiStruct.htm#56 |
|---|
| GetDescent: | -- n | | METHOD | gdiTEXTMETRIC | gdiStruct.htm#57 |
|---|
| GetInternalLeading: | -- n | | METHOD | gdiTEXTMETRIC | gdiStruct.htm#58 |
|---|
| GetExternalLeading: | -- n | | METHOD | gdiTEXTMETRIC | gdiStruct.htm#59 |
|---|
| GetAveCharWidth: | -- n | | METHOD | gdiTEXTMETRIC | gdiStruct.htm#60 |
|---|
| GetMaxCharWidth: | -- n | | METHOD | gdiTEXTMETRIC | gdiStruct.htm#61 |
|---|
| GetWeight: | -- n | | METHOD | gdiTEXTMETRIC | gdiStruct.htm#62 |
|---|
| GetOverhang: | -- n | | METHOD | gdiTEXTMETRIC | gdiStruct.htm#63 |
|---|
| GetDigitizedAspectX: | -- n | | METHOD | gdiTEXTMETRIC | gdiStruct.htm#64 |
|---|
| GetDigitizedAspectY: | -- n | | METHOD | gdiTEXTMETRIC | gdiStruct.htm#65 |
|---|
| GetFirstChar: | -- n | | METHOD | gdiTEXTMETRIC | gdiStruct.htm#66 |
|---|
| GetLastChar: | -- n | | METHOD | gdiTEXTMETRIC | gdiStruct.htm#67 |
|---|
| GetDefaultChar: | -- n | | METHOD | gdiTEXTMETRIC | gdiStruct.htm#68 |
|---|
| GetBreakChar: | -- n | | METHOD | gdiTEXTMETRIC | gdiStruct.htm#69 |
|---|
| GetItalic: | -- n | | METHOD | gdiTEXTMETRIC | gdiStruct.htm#70 |
|---|
| GetUnderlined: | -- n | | METHOD | gdiTEXTMETRIC | gdiStruct.htm#71 |
|---|
| GetStruckOut: | -- n | | METHOD | gdiTEXTMETRIC | gdiStruct.htm#72 |
|---|
| GetPitchAndFamily: | -- n | | METHOD | gdiTEXTMETRIC | gdiStruct.htm#73 |
|---|
| GetCharSet: | -- n | | METHOD | gdiTEXTMETRIC | gdiStruct.htm#74 |
|---|
| Addr: | -- addr | | METHOD | gdiTEXTMETRIC | gdiStruct.htm#75 |
|---|
| Size: | -- size | | METHOD | gdiTEXTMETRIC | gdiStruct.htm#76 |
|---|
| gdiObject | | | CLASS | | gdiBase.htm#0 |
|---|
| ZeroHandle: | -- | | METHOD | gdiObject | gdiBase.htm#1 |
|---|
| GetType: | -- n | | METHOD | gdiObject | gdiBase.htm#2 |
|---|
| GetObject: | cbBuffer lpvObject -- n | | METHOD | gdiObject | gdiBase.htm#3 |
|---|
| Destroy: | -- | | METHOD | gdiObject | gdiBase.htm#4 |
|---|
| GetHandle: | -- hObject | | METHOD | gdiObject | gdiBase.htm#5 |
|---|
| SetHandle: | hObject -- | | METHOD | gdiObject | gdiBase.htm#6 |
|---|
| Valid?: | -- f | | METHOD | gdiObject | gdiBase.htm#7 |
|---|
| ?IsGdiObject | a1 -- f | w32f | COLON | | gdiBase.htm#9 |
|---|
| GetGdiObjectHandle | GdiObject -- handle | w32f | COLON | | gdiBase.htm#10 |
|---|
| .gdi-objects | -- | w32f sys | COLON | | gdiBase.htm#11 |
|---|
| (?GdiCheck) | a1 -- a1 | w32f sys internal | COLON | | gdiBase.htm#12 |
|---|
| ?GdiCheck | a1 -- a1 | w32f | COLON | | gdiBase.htm#13 |
|---|
| gdiPen | | | CLASS | | gdiPen.htm#0 |
|---|
| ClassInit: | -- | | METHOD | gdiPen | gdiPen.htm#1 |
|---|
| SetStyle: | style -- | | METHOD | gdiPen | gdiPen.htm#2 |
|---|
| SetWidth: | width -- | | METHOD | gdiPen | gdiPen.htm#3 |
|---|
| SetRValue: | r -- | | METHOD | gdiPen | gdiPen.htm#4 |
|---|
| SetGValue: | g -- | | METHOD | gdiPen | gdiPen.htm#5 |
|---|
| SetBValue: | b -- | | METHOD | gdiPen | gdiPen.htm#6 |
|---|
| SetRGB: | r g b -- | | METHOD | gdiPen | gdiPen.htm#7 |
|---|
| SetColor: | colorref -- | | METHOD | gdiPen | gdiPen.htm#8 |
|---|
| SetSysColor: | n -- | | METHOD | gdiPen | gdiPen.htm#9 |
|---|
| ChooseColor: | hWnd -- f | | METHOD | gdiPen | gdiPen.htm#10 |
|---|
| GetStyle: | -- style | | METHOD | gdiPen | gdiPen.htm#11 |
|---|
| GetWidth: | -- width | | METHOD | gdiPen | gdiPen.htm#12 |
|---|
| GetRValue: | -- r | | METHOD | gdiPen | gdiPen.htm#13 |
|---|
| GetGValue: | -- g | | METHOD | gdiPen | gdiPen.htm#14 |
|---|
| GetBValue: | -- b | | METHOD | gdiPen | gdiPen.htm#15 |
|---|
| GetColor: | -- colorref | | METHOD | gdiPen | gdiPen.htm#16 |
|---|
| Create: | -- f | | METHOD | gdiPen | gdiPen.htm#17 |
|---|
| CreateIndirect: | pLogpen -- f | | METHOD | gdiPen | gdiPen.htm#18 |
|---|
| gdiGeometricPen | | | CLASS | | gdiPen.htm#20 |
|---|
| ClassInit: | -- | | METHOD | gdiGeometricPen | gdiPen.htm#21 |
|---|
| gdiBrush | | | CLASS | | gdiBrush.htm#0 |
|---|
| SetOrigin: | xOrg yOrg hdc -- | | METHOD | gdiBrush | gdiBrush.htm#1 |
|---|
| GetOrigin: | hdc -- xOrg yOrg | | METHOD | gdiBrush | gdiBrush.htm#2 |
|---|
| Create: | lplb -- f | | METHOD | gdiBrush | gdiBrush.htm#3 |
|---|
| gdiSolidBrush | | | CLASS | | gdiBrush.htm#5 |
|---|
| SetRValue: | r -- | | METHOD | gdiSolidBrush | gdiBrush.htm#6 |
|---|
| SetGValue: | g -- | | METHOD | gdiSolidBrush | gdiBrush.htm#7 |
|---|
| SetBValue: | b -- | | METHOD | gdiSolidBrush | gdiBrush.htm#8 |
|---|
| SetRGB: | r g b -- | | METHOD | gdiSolidBrush | gdiBrush.htm#9 |
|---|
| SetColor: | colorref -- | | METHOD | gdiSolidBrush | gdiBrush.htm#10 |
|---|
| SetSysColor: | n -- | | METHOD | gdiSolidBrush | gdiBrush.htm#11 |
|---|
| ChooseColor: | hWnd -- f | | METHOD | gdiSolidBrush | gdiBrush.htm#12 |
|---|
| GetRValue: | -- r | | METHOD | gdiSolidBrush | gdiBrush.htm#13 |
|---|
| GetGValue: | -- g | | METHOD | gdiSolidBrush | gdiBrush.htm#14 |
|---|
| GetBValue: | -- b | | METHOD | gdiSolidBrush | gdiBrush.htm#15 |
|---|
| GetColor: | -- colorref | | METHOD | gdiSolidBrush | gdiBrush.htm#16 |
|---|
| Create: | -- f | | METHOD | gdiSolidBrush | gdiBrush.htm#17 |
|---|
| gdiHatchBrush | | | CLASS | | gdiBrush.htm#19 |
|---|
| SetStyle: | style -- | | METHOD | gdiHatchBrush | gdiBrush.htm#20 |
|---|
| GetStyle: | -- style | | METHOD | gdiHatchBrush | gdiBrush.htm#21 |
|---|
| Create: | -- f | | METHOD | gdiHatchBrush | gdiBrush.htm#22 |
|---|
| gdiPatternBrush | | | CLASS | | gdiBrush.htm#24 |
|---|
| SetBitmap: | Bitmap -- | | METHOD | gdiPatternBrush | gdiBrush.htm#25 |
|---|
| GetBitmap: | -- Bitmap | | METHOD | gdiPatternBrush | gdiBrush.htm#26 |
|---|
| Create: | -- f | | METHOD | gdiPatternBrush | gdiBrush.htm#27 |
|---|
| gdiDIBPatternBrush | | | CLASS | | gdiBrush.htm#29 |
|---|
| Create: | lpPackedDIB iUsage -- f | | METHOD | gdiDIBPatternBrush | gdiBrush.htm#30 |
|---|
| gdiBitmap | | | CLASS | | gdiBitmap.htm#0 |
|---|
| CreateBitmap: | Width Height Planes BitsPerPel pBits -- f | | METHOD | gdiBitmap | gdiBitmap.htm#1 |
|---|
| CreateBitmapIndirect: | pBitmap -- f | | METHOD | gdiBitmap | gdiBitmap.htm#2 |
|---|
| CreateCompatibleBitmap: | Width Height hDC -- f | | METHOD | gdiBitmap | gdiBitmap.htm#3 |
|---|
| CreateDIBitmap: | pbmih fdwInit pbInit pbmi fuUsage hdc -- f | | METHOD | gdiBitmap | gdiBitmap.htm#4 |
|---|
| CreateDIBSection: | pbmi iUsage ppvBits hSection dwOffset hdc -- f | | METHOD | gdiBitmap | gdiBitmap.htm#5 |
|---|
| SetBitmapDimension: | width height -- oldwidth oldheight | | METHOD | gdiBitmap | gdiBitmap.htm#6 |
|---|
| GetBitmapDimension: | -- width height | | METHOD | gdiBitmap | gdiBitmap.htm#7 |
|---|
| SetDIBits: | | | METHOD | gdiBitmap | gdiBitmap.htm#8 |
|---|
| GetDIBits: | | | METHOD | gdiBitmap | gdiBitmap.htm#9 |
|---|
| LoadBitmap: | | | METHOD | gdiBitmap | gdiBitmap.htm#10 |
|---|
| MaskBlt: | | | METHOD | gdiBitmap | gdiBitmap.htm#11 |
|---|
| PlgBlt: | | | METHOD | gdiBitmap | gdiBitmap.htm#12 |
|---|
| gdiFont | | | CLASS | | gdiFont.htm#0 |
|---|
| SetHeight: | n1 -- | | METHOD | gdiFont | gdiFont.htm#1 |
|---|
| SetWidth: | n1 -- | | METHOD | gdiFont | gdiFont.htm#2 |
|---|
| SetEscapement: | n1 -- | | METHOD | gdiFont | gdiFont.htm#3 |
|---|
| SetOrientation: | n1 -- | | METHOD | gdiFont | gdiFont.htm#4 |
|---|
| SetWeight: | n1 -- | | METHOD | gdiFont | gdiFont.htm#5 |
|---|
| SetItalic: | f1 -- | | METHOD | gdiFont | gdiFont.htm#6 |
|---|
| SetUnderline: | f1 -- | | METHOD | gdiFont | gdiFont.htm#7 |
|---|
| SetStrikeOut: | f1 -- | | METHOD | gdiFont | gdiFont.htm#8 |
|---|
| SetCharSet: | n1 -- | | METHOD | gdiFont | gdiFont.htm#9 |
|---|
| SetOutPrecision: | n1 -- | | METHOD | gdiFont | gdiFont.htm#10 |
|---|
| SetClipPrecision: | n1 -- | | METHOD | gdiFont | gdiFont.htm#11 |
|---|
| SetQuality: | n1 -- | | METHOD | gdiFont | gdiFont.htm#12 |
|---|
| SetPitchAndFamily: | n1 -- | | METHOD | gdiFont | gdiFont.htm#13 |
|---|
| SetFaceName: | a1 n1 -- | | METHOD | gdiFont | gdiFont.htm#14 |
|---|
| GetHeight: | -- n1 | | METHOD | gdiFont | gdiFont.htm#15 |
|---|
| GetWidth: | -- n1 | | METHOD | gdiFont | gdiFont.htm#16 |
|---|
| GetEscapement: | -- n1 | | METHOD | gdiFont | gdiFont.htm#17 |
|---|
| GetOrientation: | -- n1 | | METHOD | gdiFont | gdiFont.htm#18 |
|---|
| GetWeight: | -- n1 | | METHOD | gdiFont | gdiFont.htm#19 |
|---|
| GetItalic: | -- f1 | | METHOD | gdiFont | gdiFont.htm#20 |
|---|
| GetUnderline: | -- f1 | | METHOD | gdiFont | gdiFont.htm#21 |
|---|
| GetStrikeOut: | -- f1 | | METHOD | gdiFont | gdiFont.htm#22 |
|---|
| GetCharSet: | -- n1 | | METHOD | gdiFont | gdiFont.htm#23 |
|---|
| GetOutPrecision: | -- n1 | | METHOD | gdiFont | gdiFont.htm#24 |
|---|
| GetClipPrecision: | -- n1 | | METHOD | gdiFont | gdiFont.htm#25 |
|---|
| GetQuality: | -- n1 | | METHOD | gdiFont | gdiFont.htm#26 |
|---|
| GetPitchAndFamily: | -- n1 | | METHOD | gdiFont | gdiFont.htm#27 |
|---|
| GetFaceName: | -- a1 n1 | | METHOD | gdiFont | gdiFont.htm#28 |
|---|
| GetLogfont: | -- n1 | | METHOD | gdiFont | gdiFont.htm#29 |
|---|
| Create: | -- f | | METHOD | gdiFont | gdiFont.htm#30 |
|---|
| Choose: | hWnd -- f | | METHOD | gdiFont | gdiFont.htm#31 |
|---|
| ChoosePrinter: | hWnd hDC -- f | | METHOD | gdiFont | gdiFont.htm#32 |
|---|
| gdiMetafile | | | CLASS | | gdiMetafile.htm#0 |
|---|
| Destroy: | -- | | METHOD | gdiMetafile | gdiMetafile.htm#1 |
|---|
| SetHandle: | hMF -- | | METHOD | gdiMetafile | gdiMetafile.htm#2 |
|---|
| Copy: | -- hCopy | | METHOD | gdiMetafile | gdiMetafile.htm#3 |
|---|
| Load: | addr len -- f | | METHOD | gdiMetafile | gdiMetafile.htm#4 |
|---|
| Save: | addr len -- f | | METHOD | gdiMetafile | gdiMetafile.htm#5 |
|---|
| PlayInRect: | left top right bottom hDestDC -- | | METHOD | gdiMetafile | gdiMetafile.htm#6 |
|---|
| CopyToClipboard: | -- | | METHOD | gdiMetafile | gdiMetafile.htm#7 |
|---|
| GetFromClipboard: | -- | | METHOD | gdiMetafile | gdiMetafile.htm#8 |
|---|
| GetFileHeader: | pemh size -- n | | METHOD | gdiMetafile | gdiMetafile.htm#9 |
|---|
| GetPaletteEntries: | cEntries lppe -- n | | METHOD | gdiMetafile | gdiMetafile.htm#10 |
|---|
| gdiDC | | | CLASS | | gdiDC.htm#0 |
|---|
| SelectObject: | hGdiObject -- hOldObject | | METHOD | gdiDC | gdiDC.htm#1 |
|---|
| GetCurrentObject: | ObjectType -- hObject | | METHOD | gdiDC | gdiDC.htm#2 |
|---|
| GetStockObject: | nObject -- hObject | | METHOD | gdiDC | gdiDC.htm#3 |
|---|
| SelectStockObject: | nObject -- hOldObject | | METHOD | gdiDC | gdiDC.htm#4 |
|---|
| SetPenColor: | colorref -- previous-colorref | | METHOD | gdiDC | gdiDC.htm#5 |
|---|
| GetPenColor: | -- colorref | | METHOD | gdiDC | gdiDC.htm#6 |
|---|
| SetBrushColor: | colorref -- previous-colorref | | METHOD | gdiDC | gdiDC.htm#7 |
|---|
| GetBrushColor: | -- colorref | | METHOD | gdiDC | gdiDC.htm#8 |
|---|
| Save: | -- | | METHOD | gdiDC | gdiDC.htm#9 |
|---|
| Restore: | -- | | METHOD | gdiDC | gdiDC.htm#10 |
|---|
| Cancel: | -- | | METHOD | gdiDC | gdiDC.htm#11 |
|---|
| GetDeviceCaps: | Index -- n | | METHOD | gdiDC | gdiDC.htm#12 |
|---|
| SetBackgroundMode: | fMode -- fPreviousMode | | METHOD | gdiDC | gdiDC.htm#13 |
|---|
| GetBackgroundMode: | -- fMode | | METHOD | gdiDC | gdiDC.htm#14 |
|---|
| SetBackgroundColor: | colorref -- PreviousColorref | | METHOD | gdiDC | gdiDC.htm#15 |
|---|
| GetBackgroundColor: | -- colorref | | METHOD | gdiDC | gdiDC.htm#16 |
|---|
| SetROP: | nDrawMode -- nPreviousDrawMode | | METHOD | gdiDC | gdiDC.htm#17 |
|---|
| GetROP: | -- nDrawMode | | METHOD | gdiDC | gdiDC.htm#18 |
|---|
| SetArcDirection: | Direction -- OldDirection | | METHOD | gdiDC | gdiDC.htm#19 |
|---|
| GetArcDirection: | -- Direction | | METHOD | gdiDC | gdiDC.htm#20 |
|---|
| DPtoLP: | lpPoints nCount -- | | METHOD | gdiDC | gdiDC.htm#21 |
|---|
| LPtoDP: | lpPoints nCount -- | | METHOD | gdiDC | gdiDC.htm#22 |
|---|
| SetGraphicsMode: | Mode -- PreviousMode | | METHOD | gdiDC | gdiDC.htm#23 |
|---|
| GetGraphicsMode: | -- mode | | METHOD | gdiDC | gdiDC.htm#24 |
|---|
| SetMapMode: | MapMode -- PerviousMapMode | | METHOD | gdiDC | gdiDC.htm#25 |
|---|
| GetMapMode: | -- MapMode | | METHOD | gdiDC | gdiDC.htm#26 |
|---|
| SetWindowOrg: | x y -- x1 y1 | | METHOD | gdiDC | gdiDC.htm#27 |
|---|
| GetWindowOrg: | -- x y | | METHOD | gdiDC | gdiDC.htm#28 |
|---|
| SetViewportOrg: | x y - x1 y1 | | METHOD | gdiDC | gdiDC.htm#29 |
|---|
| GetViewportOrg: | -- x y | | METHOD | gdiDC | gdiDC.htm#30 |
|---|
| OffsetViewportOrg: | xOffest yOffset - xOffset1 yOffset1 | | METHOD | gdiDC | gdiDC.htm#31 |
|---|
| OffsetWindowOrg: | xOffest yOffset - xOffset1 yOffset1 | | METHOD | gdiDC | gdiDC.htm#32 |
|---|
| ScaleViewportExt: | Xnum Xdenom Ynum Ydenom -- x y | | METHOD | gdiDC | gdiDC.htm#33 |
|---|
| ScaleWindowExtEx: | Xnum Xdenom Ynum Ydenom -- x y | | METHOD | gdiDC | gdiDC.htm#34 |
|---|
| SetViewportExt: | XExtent yExtent -- XExtent1 yExtent1 | | METHOD | gdiDC | gdiDC.htm#35 |
|---|
| GetViewportExt: | -- x y | | METHOD | gdiDC | gdiDC.htm#36 |
|---|
| SetWindowExt: | XExtent YExtent -- XExtent1 YExtent1 | | METHOD | gdiDC | gdiDC.htm#37 |
|---|
| InvertRect: | left top right bottom -- | | METHOD | gdiDC | gdiDC.htm#38 |
|---|
| Chord: | nLeftRect nTopRect nRightRect nBottomRect nXRadial1 nXRadial1 nYRadial1 nXRadial2 nYRadial2 -- | | METHOD | gdiDC | gdiDC.htm#39 |
|---|
| Ellipse: | nLeftRect nTopRect nRightRect nBottomRect -- | | METHOD | gdiDC | gdiDC.htm#40 |
|---|
| Pie: | nLeftRect nTopRect nRightRect nBottomRect nXRadial1 nYRadial1 nXRadial2 nYRadial2 -- | | METHOD | gdiDC | gdiDC.htm#41 |
|---|
| Rectangle: | nLeftRect nTopRect nRightRect nBottomRect -- | | METHOD | gdiDC | gdiDC.htm#42 |
|---|
| RoundRect: | nLeftRect nTopRect nRightRect nBottomRect nWidth nHeight -- | | METHOD | gdiDC | gdiDC.htm#43 |
|---|
| SetPolyFillMode: | iPolyFillMode -- | | METHOD | gdiDC | gdiDC.htm#44 |
|---|
| GetPolyFillMode: | -- iPolyFillMode | | METHOD | gdiDC | gdiDC.htm#45 |
|---|
| Polygon: | lpPoints nCount -- | | METHOD | gdiDC | gdiDC.htm#46 |
|---|
| PolyPolygon: | lpPoints lpPolyCounts nCount -- | | METHOD | gdiDC | gdiDC.htm#47 |
|---|
| FillRect: | left top right bottom hBrush -- | | METHOD | gdiDC | gdiDC.htm#48 |
|---|
| FrameRect: | left top right bottom hBrush -- | | METHOD | gdiDC | gdiDC.htm#49 |
|---|
| SetTextAlign: | fMode -- fPreviousMode | | METHOD | gdiDC | gdiDC.htm#50 |
|---|
| GetTextAlign: | -- fMode | | METHOD | gdiDC | gdiDC.htm#51 |
|---|
| SetTextColor: | colorref -- PreviousColorref | | METHOD | gdiDC | gdiDC.htm#52 |
|---|
| GetTextColor: | -- colorref | | METHOD | gdiDC | gdiDC.htm#53 |
|---|
| SetTextCharacterExtra: | CharExtra -- OldCharExtra | | METHOD | gdiDC | gdiDC.htm#54 |
|---|
| GetTextCharacterExtra: | -- CharExtra | | METHOD | gdiDC | gdiDC.htm#55 |
|---|
| GetTextExtent: | addr len -- width height | | METHOD | gdiDC | gdiDC.htm#56 |
|---|
| GetTextMetrics: | -- addr len | | METHOD | gdiDC | gdiDC.htm#57 |
|---|
| TextOut: | x y addr len -- | | METHOD | gdiDC | gdiDC.htm#58 |
|---|
| DrawText: | addr len rect format -- | | METHOD | gdiDC | gdiDC.htm#59 |
|---|
| SetTabs: | a1 n1 -- | | METHOD | gdiDC | gdiDC.htm#60 |
|---|
| SetTabSize: | n1 -- n2 | | METHOD | gdiDC | gdiDC.htm#61 |
|---|
| GetTabSize: | -- n1 | | METHOD | gdiDC | gdiDC.htm#62 |
|---|
| TabbedTextOut: | x y addr len -- width height | | METHOD | gdiDC | gdiDC.htm#63 |
|---|
| Arc: | nLeftRect nTopRect nRightRect nBottomRect nXStartArc nYStartArc nXEndArc nYEndArc -- | | METHOD | gdiDC | gdiDC.htm#64 |
|---|
| ArcTo: | nLeftRect nTopRect nRightRect nBottomRect nXRadial1 nYRadial1 nXRadial2 nYRadial2 -- | | METHOD | gdiDC | gdiDC.htm#65 |
|---|
| LineTo: | nXEnd nYEnd -- | | METHOD | gdiDC | gdiDC.htm#66 |
|---|
| MoveTo: | x y -- x1 x2 | | METHOD | gdiDC | gdiDC.htm#67 |
|---|
| GetCurrentPosition: | -- x y | | METHOD | gdiDC | gdiDC.htm#68 |
|---|
| PolyBezier: | pPoints cPoints -- | | METHOD | gdiDC | gdiDC.htm#69 |
|---|
| PolyBezierTo: | pPoints cPoints -- | | METHOD | gdiDC | gdiDC.htm#70 |
|---|
| Polyline: | pPoints cPoints -- | | METHOD | gdiDC | gdiDC.htm#71 |
|---|
| PolylineTo: | pPoints cPoints -- | | METHOD | gdiDC | gdiDC.htm#72 |
|---|
| CreateCompatibleDC: | -- hDC | | METHOD | gdiDC | gdiDC.htm#73 |
|---|
| CreateCompatibleBitmap: | width height -- hBitmap | | METHOD | gdiDC | gdiDC.htm#74 |
|---|
| BitBlt: | nXDest nYDest nWidth nHeight hdcSrc nXSrc nYSrc dwRop -- | | METHOD | gdiDC | gdiDC.htm#75 |
|---|
| SetDIBColorTable: | uStartIndex cEntries pColors -- | | METHOD | gdiDC | gdiDC.htm#76 |
|---|
| GetDIBColorTable: | uStartIndex cEntries pColors -- | | METHOD | gdiDC | gdiDC.htm#77 |
|---|
| ExtFloodFill: | nXStart nYStart crColor fuFillType -- | | METHOD | gdiDC | gdiDC.htm#78 |
|---|
| BeginPath: | -- | | METHOD | gdiDC | gdiDC.htm#79 |
|---|
| EndPath: | -- | | METHOD | gdiDC | gdiDC.htm#80 |
|---|
| AbortPath: | -- | | METHOD | gdiDC | gdiDC.htm#81 |
|---|
| CloseFigure: | -- | | METHOD | gdiDC | gdiDC.htm#82 |
|---|
| FillPath: | -- | | METHOD | gdiDC | gdiDC.htm#83 |
|---|
| FlattenPath: | -- | | METHOD | gdiDC | gdiDC.htm#84 |
|---|
| GetPath: | lpPoints lpTypes nSize -- n | | METHOD | gdiDC | gdiDC.htm#85 |
|---|
| PathToRegion: | -- | | METHOD | gdiDC | gdiDC.htm#86 |
|---|
| StrokePath: | -- | | METHOD | gdiDC | gdiDC.htm#87 |
|---|
| StrokeAndFillPath: | -- | | METHOD | gdiDC | gdiDC.htm#88 |
|---|
| WidenPath: | -- | | METHOD | gdiDC | gdiDC.htm#89 |
|---|
| gdiWindowDC | | | CLASS | | gdiWindowDc.htm#0 |
|---|
| Release: | -- | | METHOD | gdiWindowDC | gdiWindowDc.htm#1 |
|---|
| GetDC: | hWnd -- f | | METHOD | gdiWindowDC | gdiWindowDc.htm#2 |
|---|
| GetDCEx: | hrgnClip flags hWnd -- f | | METHOD | gdiWindowDC | gdiWindowDc.htm#3 |
|---|
| GetWindowDC: | hWnd -- f | | METHOD | gdiWindowDC | gdiWindowDc.htm#4 |
|---|
| GetDCOrg: | -- x y | | METHOD | gdiWindowDC | gdiWindowDc.htm#5 |
|---|
| gdiMetafileDC | | | CLASS | | gdiMetafileDC.htm#0 |
|---|
| SetRect: | left top right bottom -- | | METHOD | gdiMetafileDC | gdiMetafileDC.htm#1 |
|---|
| CalcMetaRect: | left top right bottom hDC \ iWidthMM iHeightMM iWidthPels iHeightPels -- | | METHOD | gdiMetafileDC | gdiMetafileDC.htm#2 |
|---|
| StartRecording: | hRefDC -- f | | METHOD | gdiMetafileDC | gdiMetafileDC.htm#3 |
|---|
| StopRecording: | -- f | | METHOD | gdiMetafileDC | gdiMetafileDC.htm#4 |
|---|
| Load: | addr len -- f | | METHOD | gdiMetafileDC | gdiMetafileDC.htm#5 |
|---|
| Save: | addr len -- f | | METHOD | gdiMetafileDC | gdiMetafileDC.htm#6 |
|---|
| Destroy: | -- | | METHOD | gdiMetafileDC | gdiMetafileDC.htm#7 |
|---|
| Draw: | left top right bottom hDestDC -- | | METHOD | gdiMetafileDC | gdiMetafileDC.htm#8 |
|---|
| GetMetafile: | -- MetafileObject | | METHOD | gdiMetafileDC | gdiMetafileDC.htm#9 |
|---|
| File | | | CLASS | | File.htm#0 |
|---|
| Close: | -- | | METHOD | File | File.htm#1 |
|---|
| Open: | -- f | | METHOD | File | File.htm#2 |
|---|
| Read: | addr cnt -- f | | METHOD | File | File.htm#3 |
|---|
| Write: | addr cnt -- f | | METHOD | File | File.htm#4 |
|---|
| Create: | -- f | | METHOD | File | File.htm#5 |
|---|
| Delete: | -- | | METHOD | File | File.htm#6 |
|---|
| Rename: | addr cnt -- | | METHOD | File | File.htm#7 |
|---|
| GetPosition: | -- ud | | METHOD | File | File.htm#8 |
|---|
| RePosition: | ud -- | | METHOD | File | File.htm#9 |
|---|
| FileSize: | -- ud | | METHOD | File | File.htm#10 |
|---|
| Append: | -- | | METHOD | File | File.htm#11 |
|---|
| Flush: | -- | | METHOD | File | File.htm#12 |
|---|
| ReadLine: | addr len -- len eof | | METHOD | File | File.htm#13 |
|---|
| WriteLine: | addr len -- | | METHOD | File | File.htm#14 |
|---|
| Resize: | ud -- | | METHOD | File | File.htm#15 |
|---|
| Exist?: | -- f | | METHOD | File | File.htm#16 |
|---|
| SetName: | addr cnt -- | | METHOD | File | File.htm#17 |
|---|
| GetName: | -- addr | | METHOD | File | File.htm#18 |
|---|
| ClearName: | -- | | METHOD | File | File.htm#19 |
|---|
| SetMode: | mode -- | | METHOD | File | File.htm#20 |
|---|
| ErrorCode: | -- n | | METHOD | File | File.htm#21 |
|---|
| ReadFile | | | CLASS | | File.htm#23 |
|---|
| ReleaseBuffer: | -- | | METHOD | ReadFile | File.htm#24 |
|---|
| GetBuffer: | -- addr len | | METHOD | ReadFile | File.htm#25 |
|---|
| GetLength: | -- len | | METHOD | ReadFile | File.htm#26 |
|---|
| SetLength: | len -- | | METHOD | ReadFile | File.htm#27 |
|---|
| SetBuffer: | addr len -- | | METHOD | ReadFile | File.htm#28 |
|---|
| AllocBuffer: | len -- | | METHOD | ReadFile | File.htm#29 |
|---|
| LoadFile: | addr len -- f | | METHOD | ReadFile | File.htm#30 |
|---|
| SaveFile: | -- | | METHOD | ReadFile | File.htm#31 |
|---|
| Dump-Accelerator-Key-Table | a -- | W32F sys | COLON | | p-AcceleratorTables.htm#0 |
|---|
| AcceleratorTable | <name> -- | | COLON | | p-AcceleratorTables.htm#1 |
|---|
| Table | a -- | W32F sys | COLON | | p-AcceleratorTables.htm#2 |
|---|
| AccelEntry | flags key-code command-id -- | W32F sys | COLON | | p-AcceleratorTables.htm#3 |
|---|
| HandlesThem | Window -- | W32F | COLON | | p-AcceleratorTables.htm#4 |
|---|
| DisableAccelerators | a -- | W32F | COLON | | p-AcceleratorTables.htm#5 |
|---|
| EnableAccelerators | a -- | W32F | COLON | | p-AcceleratorTables.htm#6 |
|---|
| task>parm@ | task-block -- parm | W32F Task | COLON | | p-task.htm#4 |
|---|
| create-task | task-block -- flag | W32F Task | COLON | | p-task.htm#6 |
|---|
| run-task | task-block -- flag | W32F Task | COLON | | p-task.htm#7 |
|---|
| suspend-task | task-block -- flag | W32F Task | COLON | | p-task.htm#8 |
|---|
| resume-task | task-block -- flag | W32F Task | COLON | | p-task.htm#9 |
|---|
| stop-task | task-block -- | W32F Task | COLON | | p-task.htm#10 |
|---|
| task-sleep | n -- | W32F Task | COLON | | p-task.htm#11 |
|---|
| (task-block) | parm cfa-task addr -- len | W32F Task | COLON | | p-task.htm#12 |
|---|
| task-block | parm cfa-task -- addr | W32F Task | COLON | | p-task.htm#13 |
|---|
| task-stop? | task-block -- flag | W32F Task | COLON | | p-task.htm#14 |
|---|
| lock | lock -- | W32F Lock | COLON | | p-task.htm#15 |
|---|
| unlock | lock -- | W32F Lock | COLON | | p-task.htm#16 |
|---|
| trylock | lock -- fl | W32F Lock | COLON | | p-task.htm#17 |
|---|
| make-lock | compiling: -<name>- -- runtime: -- lock | W32F Lock | COLON | | p-task.htm#18 |
|---|
| (PRIVATE) | xt-of-voc -- | W32F Module System | COLON | | p-module.htm#0 |
|---|
| PRIVATE | -<voc>- | W32F Module System | COLON | | p-module.htm#1 |
|---|
| INTERNAL | -- | W32F Module System | COLON | | p-module.htm#2 |
|---|
| EXTERNAL | -- | W32F Module System | COLON | | p-module.htm#3 |
|---|
| MODULE | -- | W32F Module System | COLON | | p-module.htm#4 |
|---|
| cmethods | 'class' -- | W32F Class debug | COLON | | p-classdbg.htm#0 |
|---|
| methods | object-address -- | W32F Class debug | COLON | | p-classdbg.htm#1 |
|---|
| ivars | object-address -- | W32F Class debug | COLON | | p-classdbg.htm#2 |
|---|
| matches | -<name>- | W32F Class debug | COLON | | p-classdbg.htm#3 |
|---|
| objects | 'class' -- | W32F Class debug | COLON | | p-classdbg.htm#4 |
|---|
| msee | -<method object>- | W32F Class debug | COLON | | p-classdbg.htm#5 |
|---|
| mdebug | -<method object>- | W32F Class debug | COLON | | p-classdbg.htm#6 |
|---|
| mdbg | -<method object>- | W32F Class debug | COLON | | p-classdbg.htm#7 |
|---|
| >fregs | addr -- | W32F Floating extra | CODE | | p-float.htm#0 |
|---|
| >fregs> | addr -- | W32F Floating extra | CODE | | p-float.htm#1 |
|---|
| fpcw> | -- n | W32F Floating extra | CODE | | p-float.htm#2 |
|---|
| >fpcw | n -- | W32F Floating extra | CODE | | p-float.htm#3 |
|---|
| fpsw> | -- n | W32F Floating extra | CODE | | p-float.htm#4 |
|---|
| B/FLOAT | -- n | W32F Floating extra | CONSTANT | | p-float.htm#5 |
|---|
| cells/float | | | VALUE | | p-float.htm#6 |
|---|
| finit | -- | W32F Floating extra | CODE | | p-float.htm#7 |
|---|
| F@ | addr -- ; fs: -- r | ANSI Floating | CODE | | p-float.htm#8 |
|---|
| SF@ | addr -- ; fs: -- r | ANSI Floating ext | CODE | | p-float.htm#9 |
|---|
| DF@ | addr -- ; fs: -- r | ANSI Floating ext | CODE | | p-float.htm#10 |
|---|
| F! | addr -- ; fs: r -- | ANSI Floating | CODE | | p-float.htm#11 |
|---|
| SF! | addr -- ; fs: r -- | ANSI Floating ext | CODE | | p-float.htm#12 |
|---|
| DF! | addr -- ; fs: r -- | ANSI Floating ext | CODE | | p-float.htm#13 |
|---|
| F+! | addr -- ; fs: r -- | W32F Floating extra | CODE | | p-float.htm#14 |
|---|
| FVARIABLE | compiling -<name>- -- ; run-time -- addr | ANSI Floating | COLON | | p-float.htm#15 |
|---|
| FVALUE | compiling -<name>- -- ; fs: r -- ; run-time FS: -- r | W32F Floating extra | COLON | | p-float.htm#16 |
|---|
| FTO | | W32F Floating extra | COLON | | p-float.htm#17 |
|---|
| FCONSTANT | -<name>- ; fs: r -- | ANSI Floating | COLON | | p-float.htm#18 |
|---|
| FLITERAL | Compilation fs: r -- ; Runtime fs: -- r | ANSI Floating | COLON | | p-float.htm#19 |
|---|
| FDROP | fs: r -- | ANSI Floating | CODE | | p-float.htm#20 |
|---|
| FDUP | fs: r -- r r | ANSI Floating | CODE | | p-float.htm#21 |
|---|
| FSWAP | fs: r1 r2 -- r2 r1 | ANSI Floating | CODE | | p-float.htm#22 |
|---|
| FOVER | fs: r1 r2 -- r1 r2 r1 | ANSI Floating | CODE | | p-float.htm#23 |
|---|
| FROT | fs: r1 r2 r3 -- r2 r3 r1 | ANSI Floating | CODE | | p-float.htm#24 |
|---|
| FPICK | n -- ; fs: -- r | W32F Floating extra | CODE | | p-float.htm#25 |
|---|
| FNIP | fs: r1 r2 -- r2 | W32F Floating extra | COLON | | p-float.htm#26 |
|---|
| F2DROP | fs: r1 r2 -- | W32F Floating extra | CODE | | p-float.htm#27 |
|---|
| F2DUP | fs: r1 r2 -- r1 r2 r1 r2 | W32F Floating extra | COLON | | p-float.htm#28 |
|---|
| F2SWAP | fs: r1 r2 r3 r4 -- r3 r4 r2 r1 | W32F Floating extra | COLON | | p-float.htm#29 |
|---|
| F2NIP | fs: r1 r2 r3 r4 -- r3 r4 | W32F Floating extra | COLON | | p-float.htm#30 |
|---|
| fpi | fs: -- r | W32F Floating extra | CODE | | p-float.htm#31 |
|---|
| f0.0 | fs: -- r | W32F Floating extra | CODE | | p-float.htm#32 |
|---|
| f1.0 | fs: -- r | W32F Floating extra | CODE | | p-float.htm#33 |
|---|
| fL2t | fs: -- r | W32F Floating extra | CODE | | p-float.htm#34 |
|---|
| fL2e | fs: -- r | W32F Floating extra | CODE | | p-float.htm#35 |
|---|
| fLog2 | fs: -- r | W32F Floating extra | CODE | | p-float.htm#36 |
|---|
| fLn2 | fs: -- r | W32F Floating extra | CODE | | p-float.htm#37 |
|---|
| finf | fs: -- r | W32F Floating extra | FCONSTANT | | p-float.htm#38 |
|---|
| f2.0 | fs: -- r | W32F Floating extra | FCONSTANT | | p-float.htm#39 |
|---|
| f10.0 | fs: -- r | W32F Floating extra | FCONSTANT | | p-float.htm#40 |
|---|
| f0.5 | fs: -- r | W32F Floating extra | FCONSTANT | | p-float.htm#41 |
|---|
| fbig | fs: -- r | W32F Floating extra | FCONSTANT | | p-float.htm#42 |
|---|
| feps | fs: -- r | W32F Floating extra | FCONSTANT | | p-float.htm#43 |
|---|
| fsmall | fs: -- r | W32F Floating extra | FCONSTANT | | p-float.htm#44 |
|---|
| a2**63 | -- addr | W32F Floating extra | FVARIABLE | | p-float.htm#45 |
|---|
| sq2m1 | -- addr | W32F Floating extra | FVARIABLE | | p-float.htm#46 |
|---|
| sq2/2m1 | -- addr | W32F Floating extra | FVARIABLE | | p-float.htm#47 |
|---|
| FLOOR | fs: r1 -- r2 | ANSI Floating | CODE | | p-float.htm#48 |
|---|
| FCEIL | fs: r1 -- r2 | W32F Floating extra | CODE | | p-float.htm#49 |
|---|
| FTRUNC | fs: r1 -- r2 | W32F Floating extra | CODE | | p-float.htm#50 |
|---|
| FROUND | fs: r1 -- r2 | ANSI Floating | CODE | | p-float.htm#51 |
|---|
| D>F | d -- ; Fs: -- r | ANSI Floating | CODE | | p-float.htm#52 |
|---|
| F>D | -- d ; fs: r -- | ANSI Floating | CODE | | p-float.htm#53 |
|---|
| ZF>D | -- d ; fs: r -- | W32F Floating extra | CODE | | p-float.htm#54 |
|---|
| s>f | n -- ; fs: -- r | W32F Floating extra | COLON | | p-float.htm#55 |
|---|
| f>s | -- n ; fs: r -- | W32F Floating extra | COLON | | p-float.htm#56 |
|---|
| FS>DS | -- dfloat fs: r -- | W32F Floating extra | CODE | | p-float.htm#57 |
|---|
| SFS>DS | -- float ; fs: r -- | W32F Floating extra | CODE | | p-float.htm#58 |
|---|
| F0= | -- f ; fs: r -- | ANSI Floating | COLON | | p-float.htm#59 |
|---|
| F0< | -- f ; fs: r -- | ANSI Floating | COLON | | p-float.htm#60 |
|---|
| f0> | -- f ; fs: r -- | W32F Floating extra | COLON | | p-float.htm#61 |
|---|
| f= | -- f ; fs: r1 r2 -- | W32F Floating extra | COLON | | p-float.htm#62 |
|---|
| F< | -- f ; fs: r1 r2 -- | ANSI Floating | COLON | | p-float.htm#63 |
|---|
| f> | -- f ; fs: r1 r2 -- | W32F Floating extra | COLON | | p-float.htm#64 |
|---|
| f<= | -- f ; fs: r1 r2 -- | W32F Floating extra | COLON | | p-float.htm#65 |
|---|
| f>= | -- f ; fs: r1 r2 -- | W32F Floating extra | COLON | | p-float.htm#66 |
|---|
| FMAX | fs: r1 r2 -- r3 | ANSI Floating | COLON | | p-float.htm#67 |
|---|
| FMIN | fs: r1 r2 -- r3 | ANSI Floating | COLON | | p-float.htm#68 |
|---|
| F+ | fs: r1 r2 -- r3 | ANSI Floating | CODE | | p-float.htm#69 |
|---|
| F- | fs: r1 r2 -- r3 | ANSI Floating | CODE | | p-float.htm#70 |
|---|
| F* | fs: r1 r2 -- r3 | ANSI Floating | CODE | | p-float.htm#71 |
|---|
| F/ | fs: r1 r2 -- r3 | ANSI Floating | CODE | | p-float.htm#72 |
|---|
| FNEGATE | fs: r1 -- r2 | ANSI Floating | CODE | | p-float.htm#73 |
|---|
| 1/f | fs: r1 -- r2 | W32F Floating extra | COLON | | p-float.htm#74 |
|---|
| f2* | fs: r1 -- r2 | W32F Floating extra | CODE | | p-float.htm#75 |
|---|
| f2/ | fs: r1 -- r2 | W32F Floating extra | CODE | | p-float.htm#76 |
|---|
| FABS | fs: r1 -- r2 | ANSI Floating ext | CODE | | p-float.htm#77 |
|---|
| FSQRT | fs: r1 -- r2 | ANSI Floating ext | CODE | | p-float.htm#78 |
|---|
| FSIN | fs: r1 -- r2 | ANSI Floating ext | COLON | | p-float.htm#79 |
|---|
| FCOS | fs: r1 -- r2 | ANSI Floating ext | COLON | | p-float.htm#80 |
|---|
| FSINCOS | fs: r1 -- r2 r3 | ANSI Floating ext | COLON | | p-float.htm#81 |
|---|
| FTAN | fs: r1 -- r2 | ANSI Floating ext | COLON | | p-float.htm#82 |
|---|
| FASIN | fs: r1 -- r2 | ANSI Floating ext | CODE | | p-float.htm#83 |
|---|
| FACOS | fs: r1 -- r2 | ANSI Floating ext | CODE | | p-float.htm#84 |
|---|
| FATAN | fs: r1 -- r2 | ANSI Floating ext | CODE | | p-float.htm#85 |
|---|
| FATAN2 | fs: r1 r2 -- r3 | ANSI Floating ext | CODE | | p-float.htm#86 |
|---|
| FLN | fs: r1 -- r2 | ANSI Floating ext | CODE | | p-float.htm#87 |
|---|
| FLNP1 | fs: r1 -- r2 | ANSI Floating ext | CODE | | p-float.htm#88 |
|---|
| FLOG | fs: r1 -- r2 | ANSI Floating ext | CODE | | p-float.htm#89 |
|---|
| FEXP | fs: r1 -- r2 | ANSI Floating ext | CODE | | p-float.htm#90 |
|---|
| FEXPM1 | fs: r1 -- r2 | ANSI Floating ext | CODE | | p-float.htm#91 |
|---|
| f** | fs: r1 r2 -- r3 | ANSI Floating ext | COLON | | p-float.htm#92 |
|---|
| FALOG | fs: r1 -- r2 | ANSI Floating ext | COLON | | p-float.htm#93 |
|---|
| FSINH | fs: r1 -- r2 | ANSI Floating ext | COLON | | p-float.htm#94 |
|---|
| FCOSH | fs: r1 -- r2 | ANSI Floating ext | COLON | | p-float.htm#95 |
|---|
| FTANH | fs: r1 -- r2 | ANSI Floating ext | COLON | | p-float.htm#96 |
|---|
| FASINH | fs: r1 -- r2 | ANSI Floating ext | CODE | | p-float.htm#97 |
|---|
| FACOSH | fs: r1 -- r2 | ANSI Floating ext | CODE | | p-float.htm#98 |
|---|
| FATANH | fs: r1 -- r2 | ANSI Floating ext | COLON | | p-float.htm#99 |
|---|
| F~ | -- flag ; fs: r1 r2 r3 -- | ANSI Floating ext | COLON | | p-float.htm#100 |
|---|
| >FLOAT | addr len -- f ; fs: -- r | <nothing> | ANSI Floating | COLON | | p-float.htm#101 |
|---|
| f# | "fp no." -- ; fs: -- r | W32F Floating extra | COLON | | p-float.htm#102 |
|---|
| REPRESENT | addr u -- n flag1 flag2 ; fs: r -- | ANSI Floating | COLON | | p-float.htm#103 |
|---|
| PRECISION | -- u | ANSI Floating ext | COLON | | p-float.htm#104 |
|---|
| SET-PRECISION | u -- | ANSI Floating ext | COLON | | p-float.htm#105 |
|---|
| min-precision | u -- | W32F Floating extra | COLON | | p-float.htm#106 |
|---|
| (F.) | addr -- ; fs: r -- | W32F Floating extra | COLON | | p-float.htm#107 |
|---|
| (FE.) | addr -- ; fs: r -- | W32F Floating extra | COLON | | p-float.htm#108 |
|---|
| (FS.) | addr -- ; fs: r -- | W32F Floating extra | COLON | | p-float.htm#109 |
|---|
| (E.) | FS. | W32F Floating extra | SYNONYM | | p-float.htm#110 |
|---|
| (G.) | addr -- ; fs: r -- | W32F Floating extra | COLON | | p-float.htm#111 |
|---|
| F. | fs: r -- | ANSI Floating ext | COLON | | p-float.htm#112 |
|---|
| FE. | fs: r -- | ANSI Floating ext | COLON | | p-float.htm#113 |
|---|
| FS. | fs: r -- | ANSI Floating ext | COLON | | p-float.htm#114 |
|---|
| E. | fs: r -- | W32F Floating extra | SYNONYM | | p-float.htm#115 |
|---|
| G. | fs: r -- | W32F Floating extra | COLON | | p-float.htm#116 |
|---|
| f.s | -- | W32F Floating debug | COLON | | p-float.htm#117 |
|---|
| fdump | -- | W32F Floating debug | COLON | | p-float.htm#118 |
|---|
| MessageLoop | -- | W32F console | COLON | | p-noconsole.htm#0 |
|---|
| NoConsoleIO | -- | W32F console | COLON | | p-noconsole.htm#1 |
|---|
| NoConsoleInImage | -- | W32F console | COLON | | p-noconsole.htm#2 |
|---|