/[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 3734 by persson, Sun Apr 29 16:15:45 2012 UTC revision 3735 by schoenebeck, Sat Feb 1 19:28:43 2020 UTC
# Line 30  Line 30 
30    
31  namespace view {  namespace view {
32    
33    /** @brief Multi-line label for gtk(mm) <= 2.
34     *
35     * This class is only used for gtk(mm) <= 2. If application is compiled against
36     * gtk(mm) >= 3 then this class is not compiled at all. gtk(mm) 3 added support
37     * for automatic multi-line labels by calling its set_line_wrap() method.
38     * However Gtk::Label may still cause size calculation problems under certain
39     * conditions. If you encountered such a problem, then use @c MultiLineLabel for
40     * for gtk(mm) >= 3 instead.
41     *
42     * @see MultiLineLabel for gtk(mm) >= 3
43     */
44  class WrapLabel  class WrapLabel
45     : public Gtk::Label     : public Gtk::Label
46  {  {

Legend:
Removed from v.3734  
changed lines
  Added in v.3735

  ViewVC Help
Powered by ViewVC