#include <wx/position.h>
This class represents the position of an item in any kind of grid of rows and columns such as wxGridBagSizer, or wxHVScrolledWindow.
<>< =''>:</>&;&;< =''>\ </></>
| wxPosition::wxPosition | ( | ) |
Construct a new wxPosition, setting the row and column to the default value of (0, 0).
Construct a new wxPosition, setting the row and column to the value of (row, col).
| int wxPosition::GetCol | ( | ) | const |
A synonym for GetColumn().
| int wxPosition::GetColumn | ( | ) | const |
Get the current row value.
| int wxPosition::GetRow | ( | ) | const |
Get the current row value.
| bool wxPosition::operator!= | ( | const wxPosition & | pos | ) | const |
| wxPosition wxPosition::operator+ | ( | const wxPosition & | pos | ) | const |
| wxPosition wxPosition::operator+ | ( | const wxSize & | size | ) | const |
| wxPosition & wxPosition::operator+= | ( | const wxPosition & | pos | ) |
| wxPosition & wxPosition::operator+= | ( | const wxSize & | size | ) |
| wxPosition wxPosition::operator- | ( | const wxPosition & | pos | ) | const |
| wxPosition wxPosition::operator- | ( | const wxSize & | size | ) | const |
| wxPosition & wxPosition::operator-= | ( | const wxPosition & | pos | ) |
| wxPosition & wxPosition::operator-= | ( | const wxSize & | size | ) |
| bool wxPosition::operator== | ( | const wxPosition & | pos | ) | const |
A synonym for SetColumn().