parent
1b4dfc292a
commit
9e61385878
7 changed files with 848 additions and 5 deletions
|
|
@ -383,6 +383,12 @@ private:
|
|||
else
|
||||
renderer.DrawChoice(this, dc,
|
||||
wxRect(x2, y, width, GetCharHeight() * 3 / 2), m_flags);
|
||||
|
||||
y += lineHeight + heightGauge;
|
||||
|
||||
dc.DrawText("DrawTextCtrl()", x1, y);
|
||||
renderer.DrawTextCtrl(this, dc,
|
||||
wxRect(x2, y, width, GetCharHeight() * 3 / 2), m_flags);
|
||||
}
|
||||
|
||||
int m_flags;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue