1
0
mirror of https://github.com/gnosygnu/xowa.git synced 2026-03-02 03:49:30 +00:00
This commit is contained in:
gnosygnu
2015-04-12 23:12:36 -04:00
parent 18dcd3f89e
commit 551120b906
171 changed files with 3625 additions and 1983 deletions

View File

@@ -34,6 +34,7 @@ public interface Gxw_html extends GxwElem {
boolean Html_elem_atr_set_append(String id, String atr_key, String append);
boolean Html_elem_delete(String id);
boolean Html_elem_replace_html(String id, String html);
boolean Html_elem_append_above(String id, String html);
boolean Html_gallery_packed_exec();
boolean Html_elem_focus(String id);
boolean Html_elem_scroll_into_view(String id);