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#include <Wt/WPushButton.h>
5
6#include "../App.h"
7#include "ToolBar.h"
8
9/* * * * * * * * * * * * * * * * * * * * * * * * * * */
10
12ToolBar()
13{
14 addStyleClass( "ToolBar" );
15
16// auto lw = setLayout( std::make_unique< Wt::WHBoxLayout >() );
17
18// lw-> setSpacing( 0 );
19
20// lw-> addWidget( std::make_unique< Wt::WPushButton >( "blank" ) );
21// lw-> addWidget( std::make_unique< Wt::WText >(), 1 );
22
23} // endToolBar()
24
25
26
virtual void addStyleClass(const WString &styleClass, bool force=false) override