File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -133,6 +133,7 @@ using script_list_view = script_signal::slot_list_view;
133133 *
134134 * - `OnChar`: Triggered whenever a character is typed and the frame has focus
135135 * (see @ref frame::set_focus).
136+ * - `OnDoubleClick`: Triggered when the frame is double-clicked.
136137 * - `OnDragStart`: Triggered when one of the mouse button registered for
137138 * dragging (see frame::enable_drag) has been pressed inside the
138139 * area of the screen occupied by the frame, and a mouse movement is first
Original file line number Diff line number Diff line change 9292 *
9393 * - `OnChar`: Triggered whenever a character is typed and the frame has focus
9494 * (see @{Frame:set_focus}).
95+ * - `OnDoubleClick`: Triggered when the frame is double-clicked.
9596 * - `OnDragStart`: Triggered when one of the mouse button registered for
9697 * dragging (see frame::enable_drag) has been pressed inside the
9798 * area of the screen occupied by the frame, and a mouse movement is first
You can’t perform that action at this time.
0 commit comments