Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- FreshWin (c) Fresh Technologies - <b>wiconcol() window function</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
  WICONCOL()                                                 Window Function
 Purpose..: Return the window's icon column position
-------------------------------------------------------------------------------
 Syntax...: wIconCol( [<uWin>] ) --> nIconCol

 Arguments: [<uWin>] = the string identifier of the window
                       OR the reference to the window structure
                       returned as an array by wNew() or wArray().
                       If not passed, the function will operate on
                       the window in focus.

 Returns..: <N> The numeric position of the window's icon column
            co-ordinate if it has been minimized. Otherwise it returns zero.

 Remark...: The function works whether the window is open or not.

 Source...: WICONCOL.PRG
-------------------------------------------------------------------------------
 Example..: ? wIconCol()  // Displays the number for the icon column
                          // of the window in focus.

See Also: wTRow() wLCol() wIconRow()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson