
Public Member Functions | |
| TipWindow (Window parent, wxString text, int maxLength, Rectangle rectBound) | |
| TipWindow (Window parent, string text, int maxLength, Rectangle rectBound) | |
| TipWindow (Window parent, wxString text, int maxLength) | |
| TipWindow (Window parent, string text, int maxLength) | |
| TipWindow (Window parent, string text) | |
| TipWindow (IntPtr wxObject) | |
Properties | |
| Rectangle | BoundingRect [set] |
You may also use this class to emulate the tooltips when you need finer control over them than what the standard tooltips provide.
| wx.TipWindow.TipWindow | ( | IntPtr | wxObject | ) |
| wx.TipWindow.TipWindow | ( | Window | parent, | |
| string | text | |||
| ) |
| wx.TipWindow.TipWindow | ( | Window | parent, | |
| string | text, | |||
| int | maxLength | |||
| ) |
| wx.TipWindow.TipWindow | ( | Window | parent, | |
| string | text, | |||
| int | maxLength, | |||
| Rectangle | rectBound | |||
| ) |
Rectangle wx.TipWindow.BoundingRect [set] |