/[svn]/gigedit/trunk/src/gigedit/wrapLabel.hh
ViewVC logotype

Diff of /gigedit/trunk/src/gigedit/wrapLabel.hh

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

revision 1799 by persson, Sat Dec 6 13:49:26 2008 UTC revision 2344 by persson, Sun Apr 29 16:15:45 2012 UTC
# Line 45  protected: Line 45  protected:
45     virtual void on_size_request(Gtk::Requisition *req);     virtual void on_size_request(Gtk::Requisition *req);
46    
47  private:  private:
48     void SetWrapWidth(size_t width);     void SetWrapWidth(int width);
49    
50     size_t mWrapWidth;     int mWrapWidth;
51       int mWrapHeight;
52  };  };
53    
54    

Legend:
Removed from v.1799  
changed lines
  Added in v.2344

  ViewVC Help
Powered by ViewVC