/[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 2169 by persson, Sun Mar 6 07:51:04 2011 UTC revision 2344 by persson, Sun Apr 29 16:15:45 2012 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    
    // Gigedit addtion: gtk 3 compatibility  
    virtual void get_preferred_width_vfunc(int& minimum_width, int& natural_width) const;  
    virtual void get_preferred_height_vfunc(int& minimum_height, int& natural_height) const;  
   
47  private:  private:
48     void SetWrapWidth(int width);     void SetWrapWidth(int width);
49    

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

  ViewVC Help
Powered by ViewVC