mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-06-17 22:03:37 -06:00
Bazzar: Google test example packages naming simplification.
git-svn-id: svn://ultimatepp.org/upp/trunk@14993 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
e39620c940
commit
eee1bd4e46
13 changed files with 27 additions and 28 deletions
21
bazaar/GtestUIExample/AppWindow.h
Normal file
21
bazaar/GtestUIExample/AppWindow.h
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
#ifndef _Test_AppWindow_h_
|
||||
#define _Test_AppWindow_h_
|
||||
|
||||
#include <CtrlLib/CtrlLib.h>
|
||||
|
||||
namespace Upp
|
||||
{
|
||||
class AppWindow : public TopWindow
|
||||
{
|
||||
public:
|
||||
Button button;
|
||||
|
||||
public:
|
||||
AppWindow();
|
||||
|
||||
private:
|
||||
virtual void OnButtonClick();
|
||||
};
|
||||
}
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue