Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

wxgridsizer(3erl) [linux man page]

wxGridSizer(3erl)					     Erlang Module Definition						 wxGridSizer(3erl)

NAME
wxGridSizer - See external documentation: wxGridSizer. DESCRIPTION
See external documentation: wxGridSizer . This class is derived (and can use functions) from: wxSizer DATA TYPES
wxGridSizer() : 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(Cols::integer()) -> wxGridSizer() Equivalent to new(Cols, []) . new(Cols::integer(), Options::[Option]) -> wxGridSizer() Types Option = {vgap, integer()} | {hgap, integer()} See external documentation . new(Rows::integer(), Cols::integer(), Vgap::integer(), Hgap::integer()) -> wxGridSizer() See external documentation . getCols(This::wxGridSizer()) -> integer() See external documentation . getHGap(This::wxGridSizer()) -> integer() See external documentation . getRows(This::wxGridSizer()) -> integer() See external documentation . getVGap(This::wxGridSizer()) -> integer() See external documentation . setCols(This::wxGridSizer(), Cols::integer()) -> ok See external documentation . setHGap(This::wxGridSizer(), Gap::integer()) -> ok See external documentation . setRows(This::wxGridSizer(), Rows::integer()) -> ok See external documentation . setVGap(This::wxGridSizer(), Gap::integer()) -> ok See external documentation . destroy(This::wxGridSizer()) -> ok Destroys this object, do not use object again AUTHORS
<> wxErlang 0.98.9 wxGridSizer(3erl)

Check Out this Related 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)
Man Page

3 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

How to find number of Cols in a file ?

Hi I have a requirement wherein the file is comma separated. Each records seems to have different number of columns, how I can detect like a row index wise, how many columns are present ? Thanks in advance. (2 Replies)
Discussion started by: videsh77
2 Replies

2. Red Hat

Disk in Linux machine are internal or external

How to check whether the disk in linux machine are internal or external ( from nas or san). How to identify internal(local) and external disks. Following are some details of my server. Thanks. #df -h Filesystem Size Used Avail Use% Mounted on /dev/sda3 15G 3.5G 10G... (2 Replies)
Discussion started by: salmanraza
2 Replies

3. Shell Programming and Scripting

Removing Duplicate Rows in a file

Hello I have a file with contents like this... Part1 Field2 Field3 Field4 (line1) Part2 Field2 Field3 Field4 (line2) Part3 Field2 Field3 Field4 (line3) Part1 Field2 Field3 Field4 (line4) Part4 Field2 Field3 Field4 (line5) Part5 Field2 Field3 Field4 (line6) Part2 Field2 Field3 Field4... (7 Replies)
Discussion started by: ekbaazigar
7 Replies