The alignment of the text in DCPUSHBUTTON
Posted: Sat Apr 01, 2017 1:59 am
How DCPUSHBUTTON align test left align?
Donnay Software Web Forums
http://bb.mobile.donnay-software.com/Donnay/
http://bb.mobile.donnay-software.com/Donnay/viewtopic.php?f=2&t=2157
Code: Select all
#include "dcdialog.ch"
FUNCTION Main()
local GetList[0]
@ 0,0 dcpushbuttonxp size 100,100 pixel caption 'Hello;World' align XBPALIGN_LEFT radius 10 ;
color GRA_CLR_WHITE, GRA_CLR_DARKCYAN FONT '16.Arial'
dcread gui fit
RETURN nil