2002-03-28 12:15:40 +00:00
|
|
|
;
|
2002-04-14 10:15:06 +00:00
|
|
|
; ReactOS dflat32 Console Windowing Library
|
2002-03-28 12:15:40 +00:00
|
|
|
;
|
|
|
|
LIBRARY DFLAT32.DLL
|
|
|
|
|
|
|
|
EXPORTS
|
2002-04-14 10:15:06 +00:00
|
|
|
DfCreateWindow
|
|
|
|
DfInitialize ;message.c
|
|
|
|
DfPostMessage ;message.c
|
|
|
|
DfSendMessage ;message.c
|
|
|
|
DfDispatchMessage ;message.c
|
|
|
|
handshake ;message.c
|
|
|
|
TestCriticalError ;stubs.c
|
|
|
|
;DefaultWndProc
|
|
|
|
;BaseWndProc
|
|
|
|
;WindowHeight
|
|
|
|
;WindowWidth
|
|
|
|
;ClientWidth
|
|
|
|
;ClientHeight
|
|
|
|
;GetTop
|
|
|
|
;GetBottom
|
|
|
|
;GetLeft
|
|
|
|
;GetRight
|
|
|
|
;GetClientTop
|
|
|
|
;GetClientBottom
|
|
|
|
;GetClientLeft
|
|
|
|
;GetClientRight
|
|
|
|
;GetParent
|
|
|
|
;FirstWindow
|
|
|
|
;LastWindow
|
|
|
|
;NextWindow
|
|
|
|
;PrevWindow
|
2002-03-28 12:15:40 +00:00
|
|
|
CharInView
|
2002-04-14 10:15:06 +00:00
|
|
|
;TopBorderAdj
|
|
|
|
;BorderAdj
|
|
|
|
;GetTitle
|
2002-03-28 12:15:40 +00:00
|
|
|
AddTitle
|
2002-04-14 10:15:06 +00:00
|
|
|
;GetClass
|
|
|
|
;GetAttribute
|
|
|
|
;AddAttribute
|
|
|
|
;ClearAttribute
|
|
|
|
;TestAttribute
|
|
|
|
isVisible ;normal.o
|
|
|
|
;GetText
|
|
|
|
;GetTextLines
|
|
|
|
;TextLine
|
|
|
|
;SetProtected
|
|
|
|
isActive
|
|
|
|
GetCommandText
|
|
|
|
ActivateCommand
|
|
|
|
DeactivateCommand
|
|
|
|
GetCommandToggle
|
|
|
|
SetCommandToggle
|
|
|
|
ClearCommandToggle
|
|
|
|
InvertCommandToggle
|
|
|
|
ItemSelected
|
|
|
|
;DialogBox
|
|
|
|
ControlWindow
|
|
|
|
;MessageBox
|
|
|
|
;CancelBox
|
|
|
|
;ErrorMessage
|
|
|
|
;TestErrorMessage
|
|
|
|
;YesNoBox
|
|
|
|
MomentaryMessage
|
|
|
|
InputBox
|
|
|
|
;SliderBox
|
|
|
|
RadioButtonSetting
|
|
|
|
;EnableButton
|
|
|
|
;DisableButton
|
|
|
|
;ButtonEnabled
|
|
|
|
PutItemText
|
|
|
|
;PutComboListText
|
|
|
|
GetItemText
|
|
|
|
;GetEditBoxText
|
|
|
|
;GetComboBoxText
|
|
|
|
;SetEditBoxText
|
|
|
|
;SetComboBoxText
|
|
|
|
;GetDlgText
|
|
|
|
;SetDlgText
|
|
|
|
;GetDlgTextBox
|
|
|
|
;SetDlgTextBox
|
|
|
|
;SetCheckBox
|
|
|
|
;ClearCheckBox
|
|
|
|
CheckBoxSetting
|
|
|
|
;SetDlgTitle
|
|
|
|
LoadHelpFile
|
|
|
|
DisplayHelp ;helpbox.o
|
|
|
|
;HelpComment
|
|
|
|
UnLoadHelpFile ;helpbox.o
|
|
|
|
;SearchText
|
|
|
|
;ReplaceText
|
|
|
|
;SearchNext
|
|
|
|
WriteTextLine
|
2002-03-28 12:15:40 +00:00
|
|
|
PutWindowLine
|
2002-04-14 10:15:06 +00:00
|
|
|
PutWindowChar
|
|
|
|
DrawVector
|
|
|
|
DrawBox
|
|
|
|
DrawBar
|
|
|
|
;WindowClientColor
|
|
|
|
;WindowReverseColor
|
|
|
|
;WindowFrameColor
|
|
|
|
;WindowHighlightColor
|
|
|
|
MarkTextBlock
|
|
|
|
;ClearTextBlock
|
|
|
|
CopyToClipboard ;clipbord.o
|
|
|
|
CopyTextToClipboard ;clipbord.o
|
|
|
|
PasteText ;clipbord.o
|
|
|
|
ClearClipboard ;clipbord.o
|
|
|
|
WatchIcon ;watch.o
|
|
|
|
;
|
|
|
|
;
|
|
|
|
;
|
|
|
|
; Everything below here is not part of the dflat32 api (documentation)
|
|
|
|
DfTerminate
|
|
|
|
LoadConfig
|