| 519 | void LBackend_TableMouseUp(struct LTable* w, int idx) { } |
| 520 | |
| 521 | static jint JNICALL java_tableGetColor(JNIEnv* env, jobject o, jint row, jboolean selected, jboolean featured) { |
| 522 | return ToAndroidColor(LTable_RowColor(row, selected, featured)); |
| 523 | } |
| 524 | |
| 525 | |
| 526 | /*########################################################################################################################* |
nothing calls this directly
no test coverage detected