(name string)
| 745 | } |
| 746 | |
| 747 | func (wb *WindowBase) Property(name string) Property { |
| 748 | return wb.name2Property[name] |
| 749 | } |
| 750 | |
| 751 | func (wb *WindowBase) hasStyleBits(bits uint32) bool { |
| 752 | return hasWindowLongBits(wb.hWnd, win.GWL_STYLE, bits) |
no outgoing calls
no test coverage detected