From: Rodrigo M. <rod...@te...> - 2004-04-05 14:34:45
|
2004-04-05 11-35 UTC-0300 Rodrigo Moreno <rod...@ya...> * include/guilib.ch + Add new commands #xcommand @ <x>,<y> GRID <oGrid> ; [ OF <oWnd> ] ; [ ID <nId> ] ; [ STYLE <nStyle> ] ; [ SIZE <width>, <height> ] ; [ FONT <oFont> ] ; [ ON INIT <bInit> ] ; [ ON SIZE <bSize> ] ; [ ON PAINT <bPaint> ] ; [ ON CLICK <bEnter> ] ; [ ON GETFOCUS <bGfocus> ] ; [ ON LOSTFOCUS <bLfocus> ] ; [ ON KEYDOWN <bKeyDown> ] ; [ ON POSCHANGE <bPosChg> ] ; [ ON DISPINFO <bDispInfo> ] ; [ ITEMCOUNT <nItemCount> ] ; [ <lNoScroll: NOSCROLL> ] ; [ <lNoBord: NOBORDER> ] ; [ <lNoLines: NOGRIDLINES> ] ; [ COLOR <color> ] ; [ BACKCOLOR <bkcolor> ] ; [ <lNoHeader: NO HEADER> ] #xcommand ADD COLUMN TO GRID <oGrid> ; [ HEADER <cHeader> ] ; [ WIDTH <nWidth> ] ; [ JUSTIFY HEAD <nJusHead> ] * source/hdialog.prg * changed DlgNotify to handle grid messages + source/grid.c + source/hgrid.prg ! new rotuines to handle new grid control + samples/grid_1.prg + samples/grid_2.prg + samples/grid_3.prg + samples/grid_4.prg + samples/grid_5.prg ! Samples to show how to use grid control * doc/hwgdoc.htm + Add Grid Sintax * makefile.bc * makedll.bc + Add rules to compile grid Someone whoe uses mingw and vcc, could change the makefile rules and test it, please ? Regards Rodrigo Moreno |