Sponsored Content
Full Discussion: Length validation
Top Forums Shell Programming and Scripting Length validation Post 302826267 by srivalli on Wednesday 26th of June 2013 08:46:11 AM
Old 06-26-2013
Wheni run above command,i am getting result as below.i am not getting row.
Code:
  
Row:$0
Service ID have lesser precision
Row:$0
Service ID have lesser precision
Row:$0
Service ID have lesser precision
Row:$0
Service ID have lesser precision
Row:$0
Service ID have lesser precision
Row:$0
Service ID have lesser precision
Row:$0
Service ID have lesser precision
Row:$0
Service ID have lesser precision
Row:$0
Service ID have lesser precision
Row:$0
Service ID have lesser precision


Last edited by Scott; 07-01-2013 at 07:33 AM.. Reason: Code tags for code and data, not text
 

9 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

creating a fixed length output from a variable length input

Is there a command that sets a variable length? I have a input of a variable length field but my output for that field needs to be set to 32 char. Is there such a command? I am on a sun box running ksh Thanks (2 Replies)
Discussion started by: r1500
2 Replies

2. UNIX for Dummies Questions & Answers

Sed working on lines of small length and not large length

Hi , I have a peculiar case, where my sed command is working on a file which contains lines of small length. sed "s/XYZ:1/XYZ:3/g" abc.txt > xyz.txt when abc.txt contains lines of small length(currently around 80 chars) , this sed command is working fine. when abc.txt contains lines of... (3 Replies)
Discussion started by: thanuman
3 Replies

3. Shell Programming and Scripting

AWK - Line length validation

I am attempting to use awk to validate the length of each line in a fixed-width raw data file prior to reading in the data. I am happy with.... {if (length() == 403) print > "valid.file"; else print > " invalid.file" } ...to separate out the valid length lines from invalid length... (3 Replies)
Discussion started by: en7smb
3 Replies

4. UNIX for Dummies Questions & Answers

What the command to find out the record length of a fixed length file?

I want to find out the record length of a fixed length file? I forgot the command. Any body know? (9 Replies)
Discussion started by: tranq01
9 Replies

5. Shell Programming and Scripting

AWK - Line length validation

Hi, I have requirement where record length is stored in an variable RECORD_LENGTH Code goes as follows RECORD_LENGTH=537 the above is arrived from #RECORD_LENGTH=`awk -F"=" '{$sum+=$2} END{print $sum}' DBP_Claims_CFG.ini` awk ' { if (length() == '$RECORD_LENGTH') print FNR, $0... (4 Replies)
Discussion started by: ainuddin
4 Replies

6. Shell Programming and Scripting

Make variable length record a fixed length

Very, very new to unix scripting and have a unique situation. I have a file of records that contain 3 records types: (H)eader Records (D)etail Records (T)railer Records The Detail records are 82 bytes in length which is perfect. The Header and Trailer records sometimes are 82 bytes in... (3 Replies)
Discussion started by: jclanc8
3 Replies

7. Shell Programming and Scripting

changing a variable length text to a fixed length

Hi, Can anyone help with a effective solution ? I need to change a variable length text field (between 1 - 18 characters) to a fixed length text of 18 characters with the unused portion, at the end, filled with spaces. The text field is actually field 10 of a .csv file however I could cut... (7 Replies)
Discussion started by: dc18
7 Replies

8. Shell Programming and Scripting

Flat file-make field length equal to header length

Hello Everyone, I am stuck with one issue while working on abstract flat file which i have to use as input and load data to table. Input Data- ------ ------------------------ ---- ----------------- WFI001 Xxxxxx Control Work Item A Number of Records ------ ------------------------... (5 Replies)
Discussion started by: sonali.s.more
5 Replies

9. Shell Programming and Scripting

Datatype and length validation

I have sourcefile and structure of source file,i want to check whether datatype and length mention in emp.txt is same as source file. Example: in emp.txt first row contains sno number so in source file also first column should contain only number if data is other than number then that... (1 Reply)
Discussion started by: katakamvivek
1 Replies
wxGrid(3erl)						     Erlang Module Definition						      wxGrid(3erl)

NAME
wxGrid - See external documentation: wxGrid. DESCRIPTION
See external documentation: wxGrid . This class is derived (and can use functions) from: wxScrolledWindow wxPanel wxWindow wxEvtHandler DATA TYPES
wxGrid() : An object reference, The representation is internal and can be changed without notice. It can't be used for comparsion stored on disc or distributed for use on other nodes. EXPORTS
new() -> wxGrid() See external documentation . new(Parent::wxWindow() (see module wxWindow), Id::integer()) -> wxGrid() Equivalent to new(Parent, Id, []) . new(Parent::wxWindow() (see module wxWindow), X::integer(), X::integer() | term()) -> wxGrid() See external documentation . Alternatives: new(Parent::wxWindow:wxWindow(), X::integer(), Y::integer()) -> new(Parent,X,Y, []) new(Parent::wxWindow:wxWindow(), Id::integer(), [Option]) -> wxGrid() Option = {pos, {X::integer(),Y::integer()}} | {size, {W::integer(),H::integer()}} | {style, integer()} new(Parent::wxWindow() (see module wxWindow), X::integer(), Y::integer(), Options::[Option]) -> wxGrid() Types Option = {w, integer()} | {h, integer()} | {style, integer()} See external documentation . appendCols(This::wxGrid()) -> bool() Equivalent to appendCols(This, []) . appendCols(This::wxGrid(), Options::[Option]) -> bool() Types Option = {numCols, integer()} | {updateLabels, bool()} See external documentation . appendRows(This::wxGrid()) -> bool() Equivalent to appendRows(This, []) . appendRows(This::wxGrid(), Options::[Option]) -> bool() Types Option = {numRows, integer()} | {updateLabels, bool()} See external documentation . autoSize(This::wxGrid()) -> ok See external documentation . autoSizeColumn(This::wxGrid(), Col::integer()) -> ok Equivalent to autoSizeColumn(This, Col, []) . autoSizeColumn(This::wxGrid(), Col::integer(), Options::[Option]) -> ok Types Option = {setAsMin, bool()} See external documentation . autoSizeColumns(This::wxGrid()) -> ok Equivalent to autoSizeColumns(This, []) . autoSizeColumns(This::wxGrid(), Options::[Option]) -> ok Types Option = {setAsMin, bool()} See external documentation . autoSizeRow(This::wxGrid(), Row::integer()) -> ok Equivalent to autoSizeRow(This, Row, []) . autoSizeRow(This::wxGrid(), Row::integer(), Options::[Option]) -> ok Types Option = {setAsMin, bool()} See external documentation . autoSizeRows(This::wxGrid()) -> ok Equivalent to autoSizeRows(This, []) . autoSizeRows(This::wxGrid(), Options::[Option]) -> ok Types Option = {setAsMin, bool()} See external documentation . beginBatch(This::wxGrid()) -> ok See external documentation . blockToDeviceRect(This::wxGrid(), TopLeft::{R::integer(), C::integer()}, BottomRight::{R::integer(), C::integer()}) -> {X::integer(), Y::integer(), W::integer(), H::integer()} See external documentation . canDragColSize(This::wxGrid()) -> bool() See external documentation . canDragRowSize(This::wxGrid()) -> bool() See external documentation . canDragGridSize(This::wxGrid()) -> bool() See external documentation . canEnableCellControl(This::wxGrid()) -> bool() See external documentation . cellToRect(This::wxGrid(), Coords::{R::integer(), C::integer()}) -> {X::integer(), Y::integer(), W::integer(), H::integer()} See external documentation . cellToRect(This::wxGrid(), Row::integer(), Col::integer()) -> {X::integer(), Y::integer(), W::integer(), H::integer()} See external documentation . clearGrid(This::wxGrid()) -> ok See external documentation . clearSelection(This::wxGrid()) -> ok See external documentation . createGrid(This::wxGrid(), NumRows::integer(), NumCols::integer()) -> bool() Equivalent to createGrid(This, NumRows, NumCols, []) . createGrid(This::wxGrid(), NumRows::integer(), NumCols::integer(), Options::[Option]) -> bool() Types Option = {selmode, WxGridSelectionModes} WxGridSelectionModes = integer() See external documentation . WxGridSelectionModes is one of ?wxGrid_wxGridSelectCells | ?wxGrid_wxGridSelectRows | ?wxGrid_wxGridSelectColumns deleteCols(This::wxGrid()) -> bool() Equivalent to deleteCols(This, []) . deleteCols(This::wxGrid(), Options::[Option]) -> bool() Types Option = {pos, integer()} | {numCols, integer()} | {updateLabels, bool()} See external documentation . deleteRows(This::wxGrid()) -> bool() Equivalent to deleteRows(This, []) . deleteRows(This::wxGrid(), Options::[Option]) -> bool() Types Option = {pos, integer()} | {numRows, integer()} | {updateLabels, bool()} See external documentation . disableCellEditControl(This::wxGrid()) -> ok See external documentation . disableDragColSize(This::wxGrid()) -> ok See external documentation . disableDragGridSize(This::wxGrid()) -> ok See external documentation . disableDragRowSize(This::wxGrid()) -> ok See external documentation . enableCellEditControl(This::wxGrid()) -> ok Equivalent to enableCellEditControl(This, []) . enableCellEditControl(This::wxGrid(), Options::[Option]) -> ok Types Option = {enable, bool()} See external documentation . enableDragColSize(This::wxGrid()) -> ok Equivalent to enableDragColSize(This, []) . enableDragColSize(This::wxGrid(), Options::[Option]) -> ok Types Option = {enable, bool()} See external documentation . enableDragGridSize(This::wxGrid()) -> ok Equivalent to enableDragGridSize(This, []) . enableDragGridSize(This::wxGrid(), Options::[Option]) -> ok Types Option = {enable, bool()} See external documentation . enableDragRowSize(This::wxGrid()) -> ok Equivalent to enableDragRowSize(This, []) . enableDragRowSize(This::wxGrid(), Options::[Option]) -> ok Types Option = {enable, bool()} See external documentation . enableEditing(This::wxGrid(), Edit::bool()) -> ok See external documentation . enableGridLines(This::wxGrid()) -> ok Equivalent to enableGridLines(This, []) . enableGridLines(This::wxGrid(), Options::[Option]) -> ok Types Option = {enable, bool()} See external documentation . endBatch(This::wxGrid()) -> ok See external documentation . fit(This::wxGrid()) -> ok See external documentation . forceRefresh(This::wxGrid()) -> ok See external documentation . getBatchCount(This::wxGrid()) -> integer() See external documentation . getCellAlignment(This::wxGrid(), Row::integer(), Col::integer()) -> {Horiz::integer(), Vert::integer()} See external documentation . getCellBackgroundColour(This::wxGrid(), Row::integer(), Col::integer()) -> colour() (see module wx) See external documentation . getCellEditor(This::wxGrid(), Row::integer(), Col::integer()) -> wxGridCellEditor() (see module wxGridCellEditor) See external documentation . getCellFont(This::wxGrid(), Row::integer(), Col::integer()) -> wxFont() (see module wxFont) See external documentation . getCellRenderer(This::wxGrid(), Row::integer(), Col::integer()) -> wxGridCellRenderer() (see module wxGridCellRenderer) See external documentation . getCellTextColour(This::wxGrid(), Row::integer(), Col::integer()) -> colour() (see module wx) See external documentation . getCellValue(This::wxGrid(), Coords::{R::integer(), C::integer()}) -> string() See external documentation . getCellValue(This::wxGrid(), Row::integer(), Col::integer()) -> string() See external documentation . getColLabelAlignment(This::wxGrid()) -> {Horiz::integer(), Vert::integer()} See external documentation . getColLabelSize(This::wxGrid()) -> integer() See external documentation . getColLabelValue(This::wxGrid(), Col::integer()) -> string() See external documentation . getColMinimalAcceptableWidth(This::wxGrid()) -> integer() See external documentation . getDefaultCellAlignment(This::wxGrid()) -> {Horiz::integer(), Vert::integer()} See external documentation . getDefaultCellBackgroundColour(This::wxGrid()) -> colour() (see module wx) See external documentation . getDefaultCellFont(This::wxGrid()) -> wxFont() (see module wxFont) See external documentation . getDefaultCellTextColour(This::wxGrid()) -> colour() (see module wx) See external documentation . getDefaultColLabelSize(This::wxGrid()) -> integer() See external documentation . getDefaultColSize(This::wxGrid()) -> integer() See external documentation . getDefaultEditor(This::wxGrid()) -> wxGridCellEditor() (see module wxGridCellEditor) See external documentation . getDefaultEditorForCell(This::wxGrid(), C::{R::integer(), C::integer()}) -> wxGridCellEditor() (see module wxGridCellEditor) See external documentation . getDefaultEditorForCell(This::wxGrid(), Row::integer(), Col::integer()) -> wxGridCellEditor() (see module wxGridCellEditor) See external documentation . getDefaultEditorForType(This::wxGrid(), TypeName::string()) -> wxGridCellEditor() (see module wxGridCellEditor) See external documentation . getDefaultRenderer(This::wxGrid()) -> wxGridCellRenderer() (see module wxGridCellRenderer) See external documentation . getDefaultRendererForCell(This::wxGrid(), Row::integer(), Col::integer()) -> wxGridCellRenderer() (see module wxGridCellRenderer) See external documentation . getDefaultRendererForType(This::wxGrid(), TypeName::string()) -> wxGridCellRenderer() (see module wxGridCellRenderer) See external documentation . getDefaultRowLabelSize(This::wxGrid()) -> integer() See external documentation . getDefaultRowSize(This::wxGrid()) -> integer() See external documentation . getGridCursorCol(This::wxGrid()) -> integer() See external documentation . getGridCursorRow(This::wxGrid()) -> integer() See external documentation . getGridLineColour(This::wxGrid()) -> colour() (see module wx) See external documentation . gridLinesEnabled(This::wxGrid()) -> bool() See external documentation . getLabelBackgroundColour(This::wxGrid()) -> colour() (see module wx) See external documentation . getLabelFont(This::wxGrid()) -> wxFont() (see module wxFont) See external documentation . getLabelTextColour(This::wxGrid()) -> colour() (see module wx) See external documentation . getNumberCols(This::wxGrid()) -> integer() See external documentation . getNumberRows(This::wxGrid()) -> integer() See external documentation . getOrCreateCellAttr(This::wxGrid(), Row::integer(), Col::integer()) -> wxGridCellAttr() (see module wxGridCellAttr) See external documentation . getRowMinimalAcceptableHeight(This::wxGrid()) -> integer() See external documentation . getRowLabelAlignment(This::wxGrid()) -> {Horiz::integer(), Vert::integer()} See external documentation . getRowLabelSize(This::wxGrid()) -> integer() See external documentation . getRowLabelValue(This::wxGrid(), Row::integer()) -> string() See external documentation . getRowSize(This::wxGrid(), Row::integer()) -> integer() See external documentation . getScrollLineX(This::wxGrid()) -> integer() See external documentation . getScrollLineY(This::wxGrid()) -> integer() See external documentation . getSelectedCells(This::wxGrid()) -> [{R::integer(), C::integer()}] See external documentation . getSelectedCols(This::wxGrid()) -> [integer()] See external documentation . getSelectedRows(This::wxGrid()) -> [integer()] See external documentation . getSelectionBackground(This::wxGrid()) -> colour() (see module wx) See external documentation . getSelectionBlockTopLeft(This::wxGrid()) -> [{R::integer(), C::integer()}] See external documentation . getSelectionBlockBottomRight(This::wxGrid()) -> [{R::integer(), C::integer()}] See external documentation . getSelectionForeground(This::wxGrid()) -> colour() (see module wx) See external documentation . getViewWidth(This::wxGrid()) -> integer() See external documentation . getGridWindow(This::wxGrid()) -> wxWindow() (see module wxWindow) See external documentation . getGridRowLabelWindow(This::wxGrid()) -> wxWindow() (see module wxWindow) See external documentation . getGridColLabelWindow(This::wxGrid()) -> wxWindow() (see module wxWindow) See external documentation . getGridCornerLabelWindow(This::wxGrid()) -> wxWindow() (see module wxWindow) See external documentation . hideCellEditControl(This::wxGrid()) -> ok See external documentation . insertCols(This::wxGrid()) -> bool() Equivalent to insertCols(This, []) . insertCols(This::wxGrid(), Options::[Option]) -> bool() Types Option = {pos, integer()} | {numCols, integer()} | {updateLabels, bool()} See external documentation . insertRows(This::wxGrid()) -> bool() Equivalent to insertRows(This, []) . insertRows(This::wxGrid(), Options::[Option]) -> bool() Types Option = {pos, integer()} | {numRows, integer()} | {updateLabels, bool()} See external documentation . isCellEditControlEnabled(This::wxGrid()) -> bool() See external documentation . isCurrentCellReadOnly(This::wxGrid()) -> bool() See external documentation . isEditable(This::wxGrid()) -> bool() See external documentation . isInSelection(This::wxGrid(), Coords::{R::integer(), C::integer()}) -> bool() See external documentation . isInSelection(This::wxGrid(), Row::integer(), Col::integer()) -> bool() See external documentation . isReadOnly(This::wxGrid(), Row::integer(), Col::integer()) -> bool() See external documentation . isSelection(This::wxGrid()) -> bool() See external documentation . isVisible(This::wxGrid(), Coords::{R::integer(), C::integer()}) -> bool() Equivalent to isVisible(This, Coords, []) . isVisible(This::wxGrid(), X::integer() | term(), X::integer() | term()) -> bool() See external documentation . Alternatives: isVisible(This::wxGrid(), Row::integer(), Col::integer()) -> isVisible(This,Row,Col, []) isVisible(This::wxGrid(), Coords::{R::integer(),C::integer()}, [Option]) -> bool() Option = {wholeCellVisible, bool()} isVisible(This::wxGrid(), Row::integer(), Col::integer(), Options::[Option]) -> bool() Types Option = {wholeCellVisible, bool()} See external documentation . makeCellVisible(This::wxGrid(), Coords::{R::integer(), C::integer()}) -> ok See external documentation . makeCellVisible(This::wxGrid(), Row::integer(), Col::integer()) -> ok See external documentation . moveCursorDown(This::wxGrid(), ExpandSelection::bool()) -> bool() See external documentation . moveCursorLeft(This::wxGrid(), ExpandSelection::bool()) -> bool() See external documentation . moveCursorRight(This::wxGrid(), ExpandSelection::bool()) -> bool() See external documentation . moveCursorUp(This::wxGrid(), ExpandSelection::bool()) -> bool() See external documentation . moveCursorDownBlock(This::wxGrid(), ExpandSelection::bool()) -> bool() See external documentation . moveCursorLeftBlock(This::wxGrid(), ExpandSelection::bool()) -> bool() See external documentation . moveCursorRightBlock(This::wxGrid(), ExpandSelection::bool()) -> bool() See external documentation . moveCursorUpBlock(This::wxGrid(), ExpandSelection::bool()) -> bool() See external documentation . movePageDown(This::wxGrid()) -> bool() See external documentation . movePageUp(This::wxGrid()) -> bool() See external documentation . registerDataType(This::wxGrid(), TypeName::string(), Renderer::wxGridCellRenderer() (see module wxGridCellRenderer), Editor::wxGridCellEdi- tor() (see module wxGridCellEditor)) -> ok See external documentation . saveEditControlValue(This::wxGrid()) -> ok See external documentation . selectAll(This::wxGrid()) -> ok See external documentation . selectBlock(This::wxGrid(), TopLeft::{R::integer(), C::integer()}, BottomRight::{R::integer(), C::integer()}) -> ok Equivalent to selectBlock(This, TopLeft, BottomRight, []) . selectBlock(This::wxGrid(), TopLeft::{R::integer(), C::integer()}, BottomRight::{R::integer(), C::integer()}, Options::[Option]) -> ok Types Option = {addToSelected, bool()} See external documentation . selectBlock(This::wxGrid(), TopRow::integer(), LeftCol::integer(), BottomRow::integer(), RightCol::integer()) -> ok Equivalent to selectBlock(This, TopRow, LeftCol, BottomRow, RightCol, []) . selectBlock(This::wxGrid(), TopRow::integer(), LeftCol::integer(), BottomRow::integer(), RightCol::integer(), Options::[Option]) -> ok Types Option = {addToSelected, bool()} See external documentation . selectCol(This::wxGrid(), Col::integer()) -> ok Equivalent to selectCol(This, Col, []) . selectCol(This::wxGrid(), Col::integer(), Options::[Option]) -> ok Types Option = {addToSelected, bool()} See external documentation . selectRow(This::wxGrid(), Row::integer()) -> ok Equivalent to selectRow(This, Row, []) . selectRow(This::wxGrid(), Row::integer(), Options::[Option]) -> ok Types Option = {addToSelected, bool()} See external documentation . setCellAlignment(This::wxGrid(), Align::integer()) -> ok See external documentation . setCellAlignment(This::wxGrid(), Align::integer(), Row::integer(), Col::integer()) -> ok See external documentation . setCellAlignment(This::wxGrid(), Row::integer(), Col::integer(), Horiz::integer(), Vert::integer()) -> ok See external documentation . setCellBackgroundColour(This::wxGrid(), Col::colour() (see module wx)) -> ok See external documentation . setCellBackgroundColour(This::wxGrid(), X::integer() | term(), X::integer(), X::term() | integer()) -> ok See external documentation . Alternatives: setCellBackgroundColour(This::wxGrid(), Row::integer(), Col::integer(), Val::wx:colour()) -> ok setCellBackgroundColour(This::wxGrid(), Colour::wx:colour(), Row::integer(), Col::integer()) -> ok setCellEditor(This::wxGrid(), Row::integer(), Col::integer(), Editor::wxGridCellEditor() (see module wxGridCellEditor)) -> ok See external documentation . setCellFont(This::wxGrid(), Row::integer(), Col::integer(), Val::wxFont() (see module wxFont)) -> ok See external documentation . setCellRenderer(This::wxGrid(), Row::integer(), Col::integer(), Renderer::wxGridCellRenderer() (see module wxGridCellRenderer)) -> ok See external documentation . setCellTextColour(This::wxGrid(), Col::colour() (see module wx)) -> ok See external documentation . setCellTextColour(This::wxGrid(), X::integer() | term(), X::integer(), X::term() | integer()) -> ok See external documentation . Alternatives: setCellTextColour(This::wxGrid(), Row::integer(), Col::integer(), Val::wx:colour()) -> ok setCellTextColour(This::wxGrid(), Val::wx:colour(), Row::integer(), Col::integer()) -> ok setCellValue(This::wxGrid(), Coords::{R::integer(), C::integer()}, S::string()) -> ok See external documentation . setCellValue(This::wxGrid(), X::integer() | string(), X::integer(), X::string() | integer()) -> ok See external documentation . Alternatives: setCellValue(This::wxGrid(), Row::integer(), Col::integer(), S::string()) -> ok setCellValue(This::wxGrid(), Val::string(), Row::integer(), Col::integer()) -> ok setColAttr(This::wxGrid(), Col::integer(), Attr::wxGridCellAttr() (see module wxGridCellAttr)) -> ok See external documentation . setColFormatBool(This::wxGrid(), Col::integer()) -> ok See external documentation . setColFormatNumber(This::wxGrid(), Col::integer()) -> ok See external documentation . setColFormatFloat(This::wxGrid(), Col::integer()) -> ok Equivalent to setColFormatFloat(This, Col, []) . setColFormatFloat(This::wxGrid(), Col::integer(), Options::[Option]) -> ok Types Option = {width, integer()} | {precision, integer()} See external documentation . setColFormatCustom(This::wxGrid(), Col::integer(), TypeName::string()) -> ok See external documentation . setColLabelAlignment(This::wxGrid(), Horiz::integer(), Vert::integer()) -> ok See external documentation . setColLabelSize(This::wxGrid(), Height::integer()) -> ok See external documentation . setColLabelValue(This::wxGrid(), Col::integer(), Val::string()) -> ok See external documentation . setColMinimalWidth(This::wxGrid(), Col::integer(), Width::integer()) -> ok See external documentation . setColMinimalAcceptableWidth(This::wxGrid(), Width::integer()) -> ok See external documentation . setColSize(This::wxGrid(), Col::integer(), Width::integer()) -> ok See external documentation . setDefaultCellAlignment(This::wxGrid(), Horiz::integer(), Vert::integer()) -> ok See external documentation . setDefaultCellBackgroundColour(This::wxGrid(), Val::colour() (see module wx)) -> ok See external documentation . setDefaultCellFont(This::wxGrid(), Val::wxFont() (see module wxFont)) -> ok See external documentation . setDefaultCellTextColour(This::wxGrid(), Val::colour() (see module wx)) -> ok See external documentation . setDefaultEditor(This::wxGrid(), Editor::wxGridCellEditor() (see module wxGridCellEditor)) -> ok See external documentation . setDefaultRenderer(This::wxGrid(), Renderer::wxGridCellRenderer() (see module wxGridCellRenderer)) -> ok See external documentation . setDefaultColSize(This::wxGrid(), Width::integer()) -> ok Equivalent to setDefaultColSize(This, Width, []) . setDefaultColSize(This::wxGrid(), Width::integer(), Options::[Option]) -> ok Types Option = {resizeExistingCols, bool()} See external documentation . setDefaultRowSize(This::wxGrid(), Height::integer()) -> ok Equivalent to setDefaultRowSize(This, Height, []) . setDefaultRowSize(This::wxGrid(), Height::integer(), Options::[Option]) -> ok Types Option = {resizeExistingRows, bool()} See external documentation . setGridCursor(This::wxGrid(), Row::integer(), Col::integer()) -> ok See external documentation . setGridLineColour(This::wxGrid(), Val::colour() (see module wx)) -> ok See external documentation . setLabelBackgroundColour(This::wxGrid(), Val::colour() (see module wx)) -> ok See external documentation . setLabelFont(This::wxGrid(), Val::wxFont() (see module wxFont)) -> ok See external documentation . setLabelTextColour(This::wxGrid(), Val::colour() (see module wx)) -> ok See external documentation . setMargins(This::wxGrid(), ExtraWidth::integer(), ExtraHeight::integer()) -> ok See external documentation . setReadOnly(This::wxGrid(), Row::integer(), Col::integer()) -> ok Equivalent to setReadOnly(This, Row, Col, []) . setReadOnly(This::wxGrid(), Row::integer(), Col::integer(), Options::[Option]) -> ok Types Option = {isReadOnly, bool()} See external documentation . setRowAttr(This::wxGrid(), Row::integer(), Attr::wxGridCellAttr() (see module wxGridCellAttr)) -> ok See external documentation . setRowLabelAlignment(This::wxGrid(), Horiz::integer(), Vert::integer()) -> ok See external documentation . setRowLabelSize(This::wxGrid(), Width::integer()) -> ok See external documentation . setRowLabelValue(This::wxGrid(), Row::integer(), Val::string()) -> ok See external documentation . setRowMinimalHeight(This::wxGrid(), Row::integer(), Width::integer()) -> ok See external documentation . setRowMinimalAcceptableHeight(This::wxGrid(), Width::integer()) -> ok See external documentation . setRowSize(This::wxGrid(), Row::integer(), Height::integer()) -> ok See external documentation . setScrollLineX(This::wxGrid(), X::integer()) -> ok See external documentation . setScrollLineY(This::wxGrid(), Y::integer()) -> ok See external documentation . setSelectionBackground(This::wxGrid(), C::colour() (see module wx)) -> ok See external documentation . setSelectionForeground(This::wxGrid(), C::colour() (see module wx)) -> ok See external documentation . setSelectionMode(This::wxGrid(), Selmode::WxGridSelectionModes) -> ok Types WxGridSelectionModes = integer() See external documentation . WxGridSelectionModes is one of ?wxGrid_wxGridSelectCells | ?wxGrid_wxGridSelectRows | ?wxGrid_wxGridSelectColumns showCellEditControl(This::wxGrid()) -> ok See external documentation . xToCol(This::wxGrid(), X::integer()) -> integer() Equivalent to xToCol(This, X, []) . xToCol(This::wxGrid(), X::integer(), Options::[Option]) -> integer() Types Option = {clipToMinMax, bool()} See external documentation . xToEdgeOfCol(This::wxGrid(), X::integer()) -> integer() See external documentation . yToEdgeOfRow(This::wxGrid(), Y::integer()) -> integer() See external documentation . yToRow(This::wxGrid(), Y::integer()) -> integer() See external documentation . destroy(This::wxGrid()) -> ok Destroys this object, do not use object again AUTHORS
<> wxErlang 0.98.9 wxGrid(3erl)
All times are GMT -4. The time now is 07:33 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy