/[svn]/gigedit/trunk/src/gigedit/dimregionchooser.h
ViewVC logotype

Diff of /gigedit/trunk/src/gigedit/dimregionchooser.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2245 by persson, Sun Mar 6 07:51:04 2011 UTC revision 2246 by persson, Fri Aug 19 10:55:41 2011 UTC
# Line 47  public: Line 47  public:
47  protected:  protected:
48  #if (GTKMM_MAJOR_VERSION == 2 && GTKMM_MINOR_VERSION < 90) || GTKMM_MAJOR_VERSION < 2  #if (GTKMM_MAJOR_VERSION == 2 && GTKMM_MINOR_VERSION < 90) || GTKMM_MAJOR_VERSION < 2
49      virtual bool on_expose_event(GdkEventExpose* e);      virtual bool on_expose_event(GdkEventExpose* e);
50  #endif  #else
51      virtual bool on_draw(const Cairo::RefPtr<Cairo::Context>& cr);      virtual bool on_draw(const Cairo::RefPtr<Cairo::Context>& cr);
52    #endif
53      virtual bool on_button_press_event(GdkEventButton* event);      virtual bool on_button_press_event(GdkEventButton* event);
54      virtual bool on_button_release_event(GdkEventButton* event);      virtual bool on_button_release_event(GdkEventButton* event);
55      virtual bool on_motion_notify_event(GdkEventMotion* event);      virtual bool on_motion_notify_event(GdkEventMotion* event);
# Line 67  protected: Line 68  protected:
68      int focus_line;      int focus_line;
69      int dimvalue[256];      int dimvalue[256];
70      int label_width;      int label_width;
71        bool labels_changed;
72      int nbDimensions;      int nbDimensions;
73    
74      // information needed during a resize      // information needed during a resize
# Line 86  protected: Line 88  protected:
88    
89      bool cursor_is_resize;      bool cursor_is_resize;
90      bool is_in_resize_zone(double x, double y);      bool is_in_resize_zone(double x, double y);
91        void update_after_resize();
92    
93      int h;      int h;
94  };  };

Legend:
Removed from v.2245  
changed lines
  Added in v.2246

  ViewVC Help
Powered by ViewVC