/[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 2168 by persson, Sat Dec 6 13:49:26 2008 UTC revision 2169 by persson, Sun Mar 6 07:51:04 2011 UTC
# Line 44  protected: Line 44  protected:
44     virtual void on_size_allocate(Gtk::Allocation &alloc);     virtual void on_size_allocate(Gtk::Allocation &alloc);
45     virtual void on_size_request(Gtk::Requisition *req);     virtual void on_size_request(Gtk::Requisition *req);
46    
47       // Gigedit addtion: gtk 3 compatibility
48       virtual void get_preferred_width_vfunc(int& minimum_width, int& natural_width) const;
49       virtual void get_preferred_height_vfunc(int& minimum_height, int& natural_height) const;
50    
51  private:  private:
52     void SetWrapWidth(size_t width);     void SetWrapWidth(int width);
53    
54     size_t mWrapWidth;     int mWrapWidth;
55       int mWrapHeight;
56  };  };
57    
58    

Legend:
Removed from v.2168  
changed lines
  Added in v.2169

  ViewVC Help
Powered by ViewVC