GnuCashew ~ Web Application compatible with GnuCash sql data files.
GCW
Loading...
Searching...
No Matches
LanguagePicker.h
Go to the documentation of this file.
1#line 2 "src/Gui/LanguagePicker.h"
2
3#ifndef __GUI_LANGUAGEPICKER_H___
4#define __GUI_LANGUAGEPICKER_H___
5
6#include <Wt/WComboBox.h>
7
8namespace GCW {
9 namespace Gui {
10
11/*!
12** \brief Language Picker
13**
14** The language picker is a combo-box placed at the top of the
15** website that allows the user to change the selected language
16** for the website.
17**
18**
19*/
21: public Wt::WComboBox
22{
23 public:
24
26
27 private:
28
29}; // endclass LanguagePicker
30
31 } // endnamespace Gui {
32} // endnamespace GCW {
33
34#endif // #ifndef __GUI_LANGUAGEPICKER_H___
35
36
Definition App.h:18