GnuCashew ~ Web Application compatible with GnuCash sql data files.
GCW
Loading...
Searching...
No Matches
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
11ToolBar()
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
Widget * addNew(Args &&...args)
void setLayout(std::unique_ptr< WLayout > layout)
virtual void addStyleClass(const WString &styleClass, bool force=false) override