From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from eggs.gnu.org (eggs.gnu.org [IPv6:2001:470:142:3::10]) by sourceware.org (Postfix) with ESMTPS id 225C1385482D for ; Sat, 6 Mar 2021 18:09:26 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 225C1385482D Received: from fencepost.gnu.org ([2001:470:142:3::e]:43669) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lIbMj-0003Ue-BG; Sat, 06 Mar 2021 13:09:25 -0500 Received: from 84.94.185.95.cable.012.net.il ([84.94.185.95]:2033 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1lIbMi-0006J6-QQ; Sat, 06 Mar 2021 13:09:25 -0500 Date: Sat, 06 Mar 2021 20:09:11 +0200 Message-Id: <83wnukupbs.fsf@gnu.org> From: Eli Zaretskii To: Hannes Domani Cc: gdb-patches@sourceware.org In-Reply-To: <20210306173417.21528-4-ssbssa@yahoo.de> (message from Hannes Domani via Gdb-patches on Sat, 6 Mar 2021 18:33:58 +0100) Subject: Re: [PATCH 03/22] Forward mouse click to python TUI window References: <20210306173417.21528-1-ssbssa@yahoo.de> <20210306173417.21528-4-ssbssa@yahoo.de> X-Spam-Status: No, score=1.7 required=5.0 tests=BAYES_00, KAM_DMARC_STATUS, RCVD_IN_BARRACUDACENTRAL, SPF_HELO_PASS, SPF_PASS, TXREP autolearn=no autolearn_force=no version=3.4.2 X-Spam-Level: * X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: gdb-patches@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Mar 2021 18:09:30 -0000 > Date: Sat, 6 Mar 2021 18:33:58 +0100 > From: Hannes Domani via Gdb-patches > > If the TUI window object implements the click method, it is called for each > mouse click event in this window. > --- > gdb/doc/python.texi | 6 ++++++ > gdb/python/py-tui.c | 17 +++++++++++++++++ > 2 files changed, 23 insertions(+) The documentation part is OK, thanks.