#include <guichan/widget.hpp>
#include "table_model.h"
#include "../utils/dtor.h"
Go to the source code of this file.
Defines | |
#define | WIDGET_AT(row, column) (((row) * mColumns) + (column)) |
#define | DYN_SIZE(h) ((h) >= 0) |
#define DYN_SIZE | ( | h | ) | ((h) >= 0) |
Definition at line 52 of file table_model.cpp.
#define WIDGET_AT | ( | row, | |||
column | ) | (((row) * mColumns) + (column)) |
Definition at line 51 of file table_model.cpp.