GnuCashew ~ Web Application compatible with GnuCash sql data files.
GCW
Loading...
Searching...
No Matches
Gui
AccountRegister
AccountRegister/ToolBar.cpp
Go to the documentation of this file.
1
#line 2 "src/Gui/AccountRegister/ToolBar.cpp"
2
3
#include <Wt/WHBoxLayout.h>
4
5
#include "../App.h"
6
#include "
ToolBar.h
"
7
8
/* * * * * * * * * * * * * * * * * * * * * * * * * * */
9
10
GCW::Gui::AccountRegister::ToolBar::
11
ToolBar
()
12
{
13
addStyleClass
(
"ToolBar"
);
14
15
auto
lw
=
setLayout
( std::make_unique< Wt::WHBoxLayout >() );
16
17
lw
-> setSpacing( 0 );
18
19
}
// endToolBar()
20
21
22
ToolBar.h
GCW::Gui::AccountRegister::ToolBar::ToolBar
ToolBar()
Definition
AccountRegister/ToolBar.cpp:11
Wt::WContainerWidget::addNew
Widget * addNew(Args &&...args)
Wt::WContainerWidget::setLayout
void setLayout(std::unique_ptr< WLayout > layout)
Wt::WWebWidget::addStyleClass
virtual void addStyleClass(const WString &styleClass, bool force=false) override
Generated on Sat Sep 13 2025 08:48:27 for GnuCashew ~ Web Application compatible with GnuCash sql data files. by
1.9.8