(objName string, opacity int)
| 85 | } |
| 86 | |
| 87 | func (e *EmptyNativeInterface) UIObjSetOpacity(objName string, opacity int) (bool, error) { |
| 88 | return false, nil |
| 89 | } |
| 90 | |
| 91 | func (e *EmptyNativeInterface) UIObjFadeIn(objName string, duration uint32) (bool, error) { |
| 92 | return false, nil |
nothing calls this directly
no outgoing calls
no test coverage detected