• R/O
  • HTTP
  • SSH
  • HTTPS

コミット

タグ
未設定

よく使われているワード(クリックで追加)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

作図ソフト dia の改良版


コミットメタ情報

リビジョン3ce39cadd969045c94155e96f9133b652714afdb (tree)
日時2015-01-17 07:31:09
作者Hans Breuer <hans@breu...>
コミッターHans Breuer

ログメッセージ

dox: update for reason parameter of DiaObject::move_handle() ...

aka. MoveHandleFunc.

変更サマリ

差分

--- a/lib/object.h
+++ b/lib/object.h
@@ -262,7 +262,10 @@ typedef ObjectChange* (*MoveFunc) (DiaObject* obj, Point * pos);
262262 * - HANDLE_MOVE_USER means the user is dragging the point.
263263 * - HANDLE_MOVE_USER_FINAL means the user let go of the point.
264264 * - HANDLE_MOVE_CONNECTED means it was moved because something
265- * it was connected to moved.
265+ * it was connected to moved.
266+ * - HANDLE_MOVE_CREATE_FINAL: is given for resizing during creation
267+ * None of the given reasons is a reason to decline movement, typical
268+ * object implementations can safely ignore this parameter.
266269 * @param modifiers gives a bitset of modifier keys currently held down
267270 * - MODIFIER_SHIFT is either shift key
268271 * - MODIFIER_ALT is either alt key