| 738 | } |
| 739 | |
| 740 | int wxShape::GetFormatMode(int regionId) const |
| 741 | { |
| 742 | wxNode *node = m_regions.Item(regionId); |
| 743 | if (!node) |
| 744 | return 0; |
| 745 | wxShapeRegion *region = (wxShapeRegion *)node->GetData(); |
| 746 | return region->GetFormatMode(); |
| 747 | } |
| 748 | |
| 749 | void wxShape::SetTextColour(const wxString& the_colour, int regionId) |
| 750 | { |
no outgoing calls
no test coverage detected