source: PSPA/Interface_Web/trunk/pspaWT/include/GWt_strechElement.h @ 180

Last change on this file since 180 was 178, checked in by garnier, 12 years ago

Debut de l insertion d icons entres elles. NON TERMINE

File size: 370 bytes
Line 
1#ifndef GWT_STRECHELEMENT_SEEN
2#define GWT_STRECHELEMENT_SEEN
3
4#include <Wt/WContainerWidget>
5
6using namespace Wt;
7
8
9class GWt_strechElement : public WContainerWidget
10{
11 public : 
12
13  GWt_strechElement();
14  ~GWt_strechElement();
15
16 private:
17  void mouseOver(const WMouseEvent &e );
18  void mouseOut(const WMouseEvent &e );
19  void mouseUp(const WMouseEvent &e );
20
21};
22#endif
Note: See TracBrowser for help on using the repository browser.