Changeset 843:0256b22555cc
- Timestamp:
- 04/17/17 07:11:09 (8 years ago)
- Branch:
- default
- Phase:
- public
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/mlx/gui/info.py
r841 r843 110 110 buffer.get_end_iter(), True)) 111 111 112 @comments.setter 113 def comments(self, comments): 114 """Set the comments.""" 115 self._comments.get_buffer().set_text(comments) 116 112 117 @property 113 118 def hasComments(self):
Note:
See TracChangeset
for help on using the changeset viewer.