feat: add LabelButton API

This commit is contained in:
Cheng Zhao 2018-05-24 17:11:08 +09:00
parent c8e8cb86ce
commit 70e17b5f8f
8 changed files with 126 additions and 5 deletions

View file

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