~ubuntu-branches/ubuntu/saucy/atkmm1.6/saucy-proposed

« back to all changes in this revision

Viewing changes to atk/atkmm/editabletext.h

  • Committer: Package Import Robot
  • Author(s): Sebastien Bacher
  • Date: 2013-05-28 13:04:34 UTC
  • mfrom: (0.1.6 sid)
  • Revision ID: package-import@ubuntu.com-20130528130434-e0esxsm4eo8bn8tf
Tags: 2.22.7-1ubuntu1
* Resynchronize on Debian, remaining diff
* Convert to multiarch (LP: #902703):
  - Pass --libdir with multiarch path to configure
  - Adjust .install files to refer to /usr/lib subdirs
  - Add multiarch Pre-Depends
  - Bump debhelper and cdbs build-deps for ${misc:Pre-Depends} and
    $(DEB_HOST_MULTIARCH) support, respectively
* debian/compat: update to 9.

Show diffs side-by-side

added added

removed removed

Lines of Context:
76
76
  EditableText(const EditableText&);
77
77
  EditableText& operator=(const EditableText&);
78
78
 
 
79
#endif /* DOXYGEN_SHOULD_SKIP_THIS */
79
80
protected:
80
 
  EditableText(); // you must derive from this class
81
 
 
 
81
  /**
 
82
   * You should derive from this class to use it.
 
83
   */
 
84
  EditableText();
 
85
  
 
86
#ifndef DOXYGEN_SHOULD_SKIP_THIS
82
87
  /** Called by constructors of derived classes. Provide the result of 
83
88
   * the Class init() function to ensure that it is properly 
84
89
   * initialized.
101
106
 
102
107
  static void add_interface(GType gtype_implementer);
103
108
 
104
 
#ifndef DOXYGEN_SHOULD_SKIP_THIS
 
109
  /** Get the GType for this class, for use with the underlying GObject type system.
 
110
   */
105
111
  static GType get_type()      G_GNUC_CONST;
 
112
 
 
113
#ifndef DOXYGEN_SHOULD_SKIP_THIS
106
114
  static GType get_base_type() G_GNUC_CONST;
107
115
#endif
108
116