reactos/rosapps/lib/dflat32/dflat32.def
Steven Edwards 81345fd691 Still working on making dflat32 a dll. Alot of this will be cleaned up in the
next few weeks. I'm going through the DFLAT api doc and fixing the export
names and then going to try to build a simple hello dflat application.

svn path=/trunk/; revision=2844
2002-04-14 10:15:06 +00:00

116 lines
2 KiB
Modula-2

;
; ReactOS dflat32 Console Windowing Library
;
LIBRARY DFLAT32.DLL
EXPORTS
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
CharInView
;TopBorderAdj
;BorderAdj
;GetTitle
AddTitle
;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
PutWindowLine
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