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

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

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

revision 2343 by persson, Sun Mar 6 07:51:04 2011 UTC revision 2344 by persson, Sun Apr 29 16:15:45 2012 UTC
# Line 137  WrapLabel::on_size_request(Gtk::Requisit Line 137  WrapLabel::on_size_request(Gtk::Requisit
137     req->height = mWrapHeight;     req->height = mWrapHeight;
138  }  }
139    
 // Gigedit addtion: gtk 3 compatibility  
 void WrapLabel::get_preferred_width_vfunc(int& minimum_width, int& natural_width) const  
 {  
    minimum_width = natural_width = 0;  
 }  
   
 // Gigedit addtion: gtk 3 compatibility  
 void WrapLabel::get_preferred_height_vfunc(int& minimum_height, int& natural_height) const  
 {  
    minimum_height = natural_height = mWrapHeight;  
 }  
140    
141  /*  /*
142   *-----------------------------------------------------------------------------   *-----------------------------------------------------------------------------

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

  ViewVC Help
Powered by ViewVC