GnuCashew ~ GnuCash Enabled Web
GCW
AccountSuggestionEdit.cpp
Go to the documentation of this file.
1 #line 2 "src/Gui/AccountSuggestionEdit.cpp"
2 
5 
8 {
9  auto popup = addChild( std::make_unique< GCW::Gui::AccountSuggestionPopup >() );
10  popup-> forEdit( this, Wt::PopupTrigger::Editing /* | Wt::PopupTrigger::DropDownIcon */ );
11 
12 } // endAccountSuggestionEdit()
13 
14 
15