Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

wxlistview(3erl) [linux man page]

wxListView(3erl)					     Erlang Module Definition						  wxListView(3erl)

NAME
wxListView - See external documentation: wxListView. DESCRIPTION
See external documentation: wxListView . This class is derived (and can use functions) from: wxControl wxWindow wxEvtHandler DATA TYPES
wxListView() : 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
clearColumnImage(This::wxListView(), Col::integer()) -> ok See external documentation . focus(This::wxListView(), Index::integer()) -> ok See external documentation . getFirstSelected(This::wxListView()) -> integer() See external documentation . getFocusedItem(This::wxListView()) -> integer() See external documentation . getNextSelected(This::wxListView(), Item::integer()) -> integer() See external documentation . isSelected(This::wxListView(), Index::integer()) -> bool() See external documentation . select(This::wxListView(), N::integer()) -> ok Equivalent to select(This, N, []) . select(This::wxListView(), N::integer(), Options::[Option]) -> ok Types Option = {on, bool()} See external documentation . setColumnImage(This::wxListView(), Col::integer(), Image::integer()) -> ok See external documentation . AUTHORS
<> wxErlang 0.98.9 wxListView(3erl)

Check Out this Related Man Page

wxPickerBase(3erl)					     Erlang Module Definition						wxPickerBase(3erl)

NAME
wxPickerBase - See external documentation: wxPickerBase. DESCRIPTION
See external documentation: wxPickerBase . This class is derived (and can use functions) from: wxControl wxWindow wxEvtHandler DATA TYPES
wxPickerBase() : 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
setInternalMargin(This::wxPickerBase(), Newmargin::integer()) -> ok See external documentation . getInternalMargin(This::wxPickerBase()) -> integer() See external documentation . setTextCtrlProportion(This::wxPickerBase(), Prop::integer()) -> ok See external documentation . setPickerCtrlProportion(This::wxPickerBase(), Prop::integer()) -> ok See external documentation . getTextCtrlProportion(This::wxPickerBase()) -> integer() See external documentation . getPickerCtrlProportion(This::wxPickerBase()) -> integer() See external documentation . hasTextCtrl(This::wxPickerBase()) -> bool() See external documentation . getTextCtrl(This::wxPickerBase()) -> wxTextCtrl() (see module wxTextCtrl) See external documentation . isTextCtrlGrowable(This::wxPickerBase()) -> bool() See external documentation . setPickerCtrlGrowable(This::wxPickerBase()) -> ok Equivalent to setPickerCtrlGrowable(This, []) . setPickerCtrlGrowable(This::wxPickerBase(), Options::[Option]) -> ok Types Option = {grow, bool()} See external documentation . setTextCtrlGrowable(This::wxPickerBase()) -> ok Equivalent to setTextCtrlGrowable(This, []) . setTextCtrlGrowable(This::wxPickerBase(), Options::[Option]) -> ok Types Option = {grow, bool()} See external documentation . isPickerCtrlGrowable(This::wxPickerBase()) -> bool() See external documentation . AUTHORS
<> wxErlang 0.98.9 wxPickerBase(3erl)
Man Page

5 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Removing duplicates

I have a test file with the following 2 columns: Col 1 | Col 2 T1 | 1 <= remove T5 | 1 T4 | 2 T1 | 3 T3 | 3 T4 | 1 <= remove T1 | 2 <= remove T3 ... (7 Replies)
Discussion started by: gctex
7 Replies

2. Shell Programming and Scripting

Joining Three Files

Hi guys, I have three files which needs to be joined to a single file. File 1: Col a, Col b, Col c File 2: Col 1a, Col 1b File 3: Col 2a, Col 2b Output: Col 1a, Col 2a, Col a, Col b, Col c. All the files are comma delimited. I need to join Col b with Col 1b and need to... (17 Replies)
Discussion started by: mac4rfree
17 Replies

3. Shell Programming and Scripting

Extracting a certain pattern..

Hi All, Suppose i have 4 coloumns in a excel sheet. Col A Col B Col C Col D 123 time1 abc 8 231 time2 xyz 6 324 time3 abc 4 456 time4 xyz 3 132 time5 abc 2 I want the data of coloum A... (3 Replies)
Discussion started by: ankitknit
3 Replies

4. Shell Programming and Scripting

.csv file manipulation

Hall0 Team, I need you help. I have a .csv file called Pax.csv. It has 13 fields The fields that i am interested in is field 7, field 10(CallDuration),field 12 and field 13(TelkomAsif) Field 12(Cost) is affected by what is on field 7(CallType) if field7= VoIS Community Sharecall then Cost... (14 Replies)
Discussion started by: kekanap
14 Replies

5. Shell Programming and Scripting

Formatting of output

Hi, I have some output in the format below: Col-A Col-B 8781 4319 8781 2332 8781 0269 5550 3282 5550 9465 5550 7607 7064 4456 . . I want to re-format the output so i will get something like this: 8781:4319,2332,0269 5550:3282,9465,7607 7064:4456 for... (6 Replies)
Discussion started by: james2009
6 Replies