tbx
0.7.5
|
Interface for copying from one row to another. More...
#include <gadgetlistview.h>
Public Member Functions | |
virtual void | copy_row (GadgetListView &glv, unsigned int from_row, unsigned int to_row) |
Copy data from one row in a gadget list to another. More... | |
Interface for copying from one row to another.
|
virtual |
Copy data from one row in a gadget list to another.
Default function to copy data from one row to another.
Base version just copies the value for the standard gadget types.
glv | GadgetListView to copy rows from |
from_row | row to copy from |
to_row | row to copy to |
It will just copy the value/text property
glv | list to copy row from |
from_row | row to copy from |
to_row | row to copy to |