We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b172e1e commit 6c838fdCopy full SHA for 6c838fd
src/QtGui/qwidget.cc
@@ -184,6 +184,8 @@ void QWidgetWrap::Initialize(Handle<Object> target) {
184
FunctionTemplate::New(Resize)->GetFunction());
185
tpl->PrototypeTemplate()->Set(String::NewSymbol("show"),
186
FunctionTemplate::New(Show)->GetFunction());
187
+ tpl->PrototypeTemplate()->Set(String::NewSymbol("close"),
188
+ FunctionTemplate::New(Close)->GetFunction());
189
tpl->PrototypeTemplate()->Set(String::NewSymbol("size"),
190
FunctionTemplate::New(Size)->GetFunction());
191
tpl->PrototypeTemplate()->Set(String::NewSymbol("width"),
0 commit comments