From ec7484c9cc42e95a41e2afd65617f0492cd4b26a Mon Sep 17 00:00:00 2001 From: FellippeHeitor Date: Tue, 14 Mar 2017 23:32:23 -0300 Subject: [PATCH] Updated Constants (markdown) --- Constants.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/Constants.md b/Constants.md index bac2771..6c1e914 100644 --- a/Constants.md +++ b/Constants.md @@ -1,16 +1,16 @@ InForm sets some global constants that are user-accessible. -##Boolean +## Boolean * True * False The traditional way of having boolean variables in QB64 is by setting True = -1, as it allows bit manipulation with operators like NOT, AND, OR, etc (False = NOT True). -##[[Back style|BackStyle]] +## [[Back style|BackStyle]] * __UI_Opaque * __UI_Transparent -##[[Text align|Align]] +## [[Text align|Align]] * __UI_Left * __UI_Center * __UI_Right @@ -18,8 +18,8 @@ The traditional way of having boolean variables in QB64 is by setting True = -1, * __UI_Middle * __UI_Bottom -##[[MessageBox]] -###Buttons +## [[MessageBox]] +### Buttons * MsgBox_OkOnly * MsgBox_OkCancel * MsgBox_AbortRetryIgnore @@ -28,24 +28,24 @@ The traditional way of having boolean variables in QB64 is by setting True = -1, * MsgBox_RetryCancel * MsgBox_CancelTryagainContinue -###Icons +### Icons * MsgBox_Critical * MsgBox_Question * MsgBox_Exclamation * MsgBox_Information -###Default button +### Default button * MsgBox_DefaultButton1 * MsgBox_DefaultButton2 * MsgBox_DefaultButton3 * MsgBox_Defaultbutton4 -###Modal +### Modal * MsgBox_AppModal * MsgBox_SystemModal * MsgBox_SetForeground -###Results +### Results * MsgBox_Ok * MsgBox_Cancel * MsgBox_Abort