feat: add Button API

This commit is contained in:
Cheng Zhao 2018-05-24 16:56:02 +09:00
parent ba3700141f
commit c8e8cb86ce
6 changed files with 109 additions and 0 deletions

View file

@ -66,6 +66,7 @@
#define ELECTRON_VIEW_MODULES(V) \
V(atom_browser_box_layout) \
V(atom_browser_button) \
V(atom_browser_layout_manager) \
V(atom_browser_text_field)