fix for cshelp.cpp (PR #25809)

29 views
Skip to first unread message

StevenPHirshman

unread,
Sep 17, 2025, 9:17:08 PM (7 days ago) Sep 17
to wx-...@googlegroups.com, Subscribed

Modified cshelp.cpp file so that context help click on toolbar button returns button ID, NOT toolbar ID.


You can view, comment on, or merge this pull request online at:

  https://github.com/wxWidgets/wxWidgets/pull/25809

Commit Summary

File Changes

(1 file)

Patch Links:


Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: <wxWidgets/wxWidgets/pull/25809@github.com>

VZ

unread,
Sep 18, 2025, 7:36:06 AM (7 days ago) Sep 18
to wx-...@googlegroups.com, Subscribed
vadz left a comment (wxWidgets/wxWidgets#25809)

Thanks, but I'd really prefer to have a virtual function instead of using dynamic cast like this.

And, of course, as you can see from the CI failures, the current version doesn't compile due to missing wx/toolbar.h include (but it won't be necessary if/when you change the code to use the virtual function).


Reply to this email directly, view it on GitHub, or unsubscribe.

You are receiving this because you are subscribed to this thread.Message ID: <wxWidgets/wxWidgets/pull/25809/c3306976225@github.com>

StevenPHirshman

unread,
Sep 18, 2025, 8:20:43 AM (7 days ago) Sep 18
to wx-...@googlegroups.com, Subscribed
StevenPHirshman left a comment (wxWidgets/wxWidgets#25809)
Strange – I was able to build the library with no errors. Any suggestion WHERE the virtual function could go?

***@***.***

From: VZ ***@***.***>
Sent: Thursday, September 18, 2025 7:36 AM
To: wxWidgets/wxWidgets ***@***.***>
Cc: StevenPHirshman ***@***.***>; Author ***@***.***>
Subject: Re: [wxWidgets/wxWidgets] fix for cshelp.cpp (PR #25809)

[Image removed by sender.]vadz left a comment (wxWidgets/wxWidgets#25809)<https://github.com/wxWidgets/wxWidgets/pull/25809#issuecomment-3306976225>

Thanks, but I'd really prefer to have a virtual function instead of using dynamic cast like this.

And, of course, as you can see from the CI failures, the current version doesn't compile due to missing wx/toolbar.h include (but it won't be necessary if/when you change the code to use the virtual function).


Reply to this email directly, view it on GitHub<https://github.com/wxWidgets/wxWidgets/pull/25809#issuecomment-3306976225>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/BNH2DLHVVLMSTBFXF7WTBKD3TKKJ7AVCNFSM6AAAAACG2AV5SSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZTGMBWHE3TMMRSGU>.
You are receiving this because you authored the thread.Message ID: ***@***.***>


Reply to this email directly, view it on GitHub, or unsubscribe.

You are receiving this because you are subscribed to this thread.Message ID: <wxWidgets/wxWidgets/pull/25809/c3307153532@github.com>

VZ

unread,
Sep 18, 2025, 8:23:41 AM (7 days ago) Sep 18
to wx-...@googlegroups.com, Subscribed
vadz left a comment (wxWidgets/wxWidgets#25809)

Strange – I was able to build the library with no errors.

You are probably using PCH. Please open this PR in your browser, you will see all the CI errors.

Any suggestion WHERE the virtual function could go?

In wxWindow, of course, as I wrote in this comment.

P.S. If you reply by email, could you please trim the quoted text because it looks really poorly on the web page (again, please open it in your browser to see it).


Reply to this email directly, view it on GitHub, or unsubscribe.

You are receiving this because you are subscribed to this thread.Message ID: <wxWidgets/wxWidgets/pull/25809/c3307165627@github.com>

StevenPHirshman

unread,
Sep 18, 2025, 11:04:39 AM (7 days ago) Sep 18
to wx-...@googlegroups.com, Subscribed
StevenPHirshman left a comment (wxWidgets/wxWidgets#25809)

Added a virtual function to window.h called SetHelpEventPos. It does nothing except for the wxtoolbar base case, where it parses the button clicked. No static or other casts are needed.


Reply to this email directly, view it on GitHub, or unsubscribe.

You are receiving this because you are subscribed to this thread.Message ID: <wxWidgets/wxWidgets/pull/25809/c3307995888@github.com>

StevenPHirshman

unread,
Sep 18, 2025, 11:12:34 AM (7 days ago) Sep 18
to wx-...@googlegroups.com, Push

@StevenPHirshman pushed 1 commit.

  • 45aefbf added virtual SetHelpEventPos


View it on GitHub or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: <wxWidgets/wxWidgets/pull/25809/before/dc9078f68eac25fbe0ab5a45de40d5a14fcaccfd/after/45aefbf1eaa8232abaed1338f1e78d3bba7e072e@github.com>

StevenPHirshman

unread,
Sep 18, 2025, 11:28:34 AM (7 days ago) Sep 18
to wx-...@googlegroups.com, Subscribed
StevenPHirshman left a comment (wxWidgets/wxWidgets#25809)
I uploaded my changes (using virtual functions):

https://github.com/StevenPHirshman/wxWidgets/commit/45aefbf1eaa8232abaed1338f1e78d3bba7e072e


***@***.***

From: VZ ***@***.***>
Sent: Thursday, September 18, 2025 8:24 AM
To: wxWidgets/wxWidgets ***@***.***>
Cc: StevenPHirshman ***@***.***>; Author ***@***.***>
Subject: Re: [wxWidgets/wxWidgets] fix for cshelp.cpp (PR #25809)

[Image removed by sender.]vadz left a comment (wxWidgets/wxWidgets#25809)<https://github.com/wxWidgets/wxWidgets/pull/25809#issuecomment-3307165627>

Strange – I was able to build the library with no errors.

You are probably using PCH. Please open this PR in your browser, you will see all the CI errors.

Any suggestion WHERE the virtual function could go?

In wxWindow, of course, as I wrote in this comment<https://github.com/wxWidgets/wxWidgets/issues/25802#issuecomment-3300599605>.

P.S. If you reply by email, could you please trim the quoted text because it looks really poorly on the web page (again, please open it in your browser to see it).


Reply to this email directly, view it on GitHub<https://github.com/wxWidgets/wxWidgets/pull/25809#issuecomment-3307165627>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/BNH2DLDES55K5ZUHTEG75BT3TKP4LAVCNFSM6AAAAACG2AV5SSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZTGMBXGE3DKNRSG4>.
You are receiving this because you authored the thread.Message ID: ***@***.***>


Reply to this email directly, view it on GitHub, or unsubscribe.

You are receiving this because you are subscribed to this thread.Message ID: <wxWidgets/wxWidgets/pull/25809/c3308130222@github.com>

VZ

unread,
Sep 18, 2025, 11:46:09 AM (7 days ago) Sep 18
to wx-...@googlegroups.com, Subscribed

@vadz requested changes on this pull request.

Thanks, I don't really understand what is the advantage of doing it like this rather than using GetHelpIdAtPoint() as I thought to do it, but why not.

The real problem for me is that:

  1. This function name is misleading, it sets the ID and (not just the) position.
  2. IMO it shouldn't set the position at all, it doesn't make much sense to have it in client coords for the toolbars and screen coords for everything else.

So could you please rename the function to something like AdjustHelpEvent() and remove SetPosition() call from it unless there is some good reason to do it that I'm missing?


In include/wx/window.h:

> @@ -1448,6 +1448,9 @@ class WXDLLIMPEXP_CORE wxWindowBase : public wxEvtHandler
         return GetHelpTextAtPoint(wxDefaultPosition, wxHelpEvent::Origin_Unknown);
     }
 
+	//sph091825

Please don't do this, we use version control for this. Just imagine what this file would look like if each of hundreds of contributors to it left such lines in it.

⬇️ Suggested change
-	//sph091825
+	//sph091825

In include/wx/window.h:

> @@ -1448,6 +1448,9 @@ class WXDLLIMPEXP_CORE wxWindowBase : public wxEvtHandler
         return GetHelpTextAtPoint(wxDefaultPosition, wxHelpEvent::Origin_Unknown);
     }
 
+	//sph091825
+	virtual void SetHelpEventPos(wxHelpEvent& WXUNUSED(event)) { return; }

This is trivial, but why have this useless return?

⬇️ Suggested change
-	virtual void SetHelpEventPos(wxHelpEvent& WXUNUSED(event)) { return; }
+	virtual void SetHelpEventPos(wxHelpEvent& WXUNUSED(event)) { }


Reply to this email directly, view it on GitHub, or unsubscribe.

You are receiving this because you are subscribed to this thread.Message ID: <wxWidgets/wxWidgets/pull/25809/review/3240576969@github.com>

StevenPHirshman

unread,
Sep 18, 2025, 12:26:59 PM (7 days ago) Sep 18
to wx-...@googlegroups.com, Subscribed
StevenPHirshman left a comment (wxWidgets/wxWidgets#25809)
I’ve changed the method name to SetHelpIdAtPoint. It change the event id to the button clicked, and not the toolbar id. No need to change the position.

***@***.***

From: VZ ***@***.***>
Sent: Thursday, September 18, 2025 11:46 AM
To: wxWidgets/wxWidgets ***@***.***>
Cc: StevenPHirshman ***@***.***>; Author ***@***.***>
Subject: Re: [wxWidgets/wxWidgets] fix for cshelp.cpp (PR #25809)


@vadz requested changes on this pull request.

Thanks, I don't really understand what is the advantage of doing it like this rather than using GetHelpIdAtPoint() as I thought to do it, but why not.

The real problem for me is that:

1. This function name is misleading, it sets the ID and (not just the) position.
2. IMO it shouldn't set the position at all, it doesn't make much sense to have it in client coords for the toolbars and screen coords for everything else.

So could you please rename the function to something like AdjustHelpEvent() and remove SetPosition() call from it unless there is some good reason to do it that I'm missing?

________________________________

In include/wx/window.h<https://github.com/wxWidgets/wxWidgets/pull/25809#discussion_r2359968878>:

> @@ -1448,6 +1448,9 @@ class WXDLLIMPEXP_CORE wxWindowBase : public wxEvtHandler

return GetHelpTextAtPoint(wxDefaultPosition, wxHelpEvent::Origin_Unknown);

}



+ //sph091825

Please don't do this, we use version control for this. Just imagine what this file would look like if each of hundreds of contributors to it left such lines in it.
⬇️ Suggested change

- //sph091825

+ //sph091825

________________________________

In include/wx/window.h<https://github.com/wxWidgets/wxWidgets/pull/25809#discussion_r2359970485>:

> @@ -1448,6 +1448,9 @@ class WXDLLIMPEXP_CORE wxWindowBase : public wxEvtHandler

return GetHelpTextAtPoint(wxDefaultPosition, wxHelpEvent::Origin_Unknown);

}



+ //sph091825

+ virtual void SetHelpEventPos(wxHelpEvent& WXUNUSED(event)) { return; }

This is trivial, but why have this useless return?
⬇️ Suggested change

- virtual void SetHelpEventPos(wxHelpEvent& WXUNUSED(event)) { return; }

+ virtual void SetHelpEventPos(wxHelpEvent& WXUNUSED(event)) { }


Reply to this email directly, view it on GitHub<https://github.com/wxWidgets/wxWidgets/pull/25809#pullrequestreview-3240576969>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/BNH2DLFMYD4XVZYZTMSINHT3TLHTVAVCNFSM6AAAAACG2AV5SSVHI2DSMVQWIX3LMV43YUDVNRWFEZLROVSXG5CSMV3GSZLXHMZTENBQGU3TMOJWHE>.
You are receiving this because you authored the thread.Message ID: ***@***.***>


Reply to this email directly, view it on GitHub, or unsubscribe.

You are receiving this because you are subscribed to this thread.Message ID: <wxWidgets/wxWidgets/pull/25809/c3308421820@github.com>

VZ

unread,
Sep 18, 2025, 12:45:30 PM (7 days ago) Sep 18
to wx-...@googlegroups.com, Subscribed
vadz left a comment (wxWidgets/wxWidgets#25809)

Please reset the draft status when the builds pass.

BTW, I forgot to mention this, but it's probably worth mentioning this behaviour in wxHelpEvent documentation in interface/wx/event.h. TIA!


Reply to this email directly, view it on GitHub, or unsubscribe.

You are receiving this because you are subscribed to this thread.Message ID: <wxWidgets/wxWidgets/pull/25809/c3308505948@github.com>

StevenPHirshman

unread,
Sep 18, 2025, 1:58:07 PM (7 days ago) Sep 18
to wx-...@googlegroups.com, Subscribed
StevenPHirshman left a comment (wxWidgets/wxWidgets#25809)
Added the following description at line 3833 of event.h

Modified 091825: Added a virtual function SetHelpIdAtPoint in windows.h to convert ToolBar Id in context help mode to actual pressed button Id for derived wxToolBar class

Will update the PR shortly.

***@***.***

From: VZ ***@***.***>
Sent: Thursday, September 18, 2025 12:45 PM
To: wxWidgets/wxWidgets ***@***.***>
Cc: StevenPHirshman ***@***.***>; Author ***@***.***>
Subject: Re: [wxWidgets/wxWidgets] Pass toolbar button ID in `wxContextHelpEvent` (PR #25809)

[Image removed by sender.]vadz left a comment (wxWidgets/wxWidgets#25809)<https://github.com/wxWidgets/wxWidgets/pull/25809#issuecomment-3308505948>

Please reset the draft status when the builds pass.

BTW, I forgot to mention this, but it's probably worth mentioning this behaviour in wxHelpEvent documentation in interface/wx/event.h. TIA!


Reply to this email directly, view it on GitHub<https://github.com/wxWidgets/wxWidgets/pull/25809#issuecomment-3308505948>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/BNH2DLA76BSH4YFLHNGBMYL3TLOSJAVCNFSM6AAAAACG2AV5SSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZTGMBYGUYDKOJUHA>.
You are receiving this because you authored the thread.Message ID: ***@***.***>


Reply to this email directly, view it on GitHub, or unsubscribe.

You are receiving this because you are subscribed to this thread.Message ID: <wxWidgets/wxWidgets/pull/25809/c3308830784@github.com>

StevenPHirshman

unread,
Sep 18, 2025, 1:58:08 PM (7 days ago) Sep 18
to wx-...@googlegroups.com, Subscribed
StevenPHirshman left a comment (wxWidgets/wxWidgets#25809)
Will add a mention in the documentation.

***@***.***

From: VZ ***@***.***>
Sent: Thursday, September 18, 2025 12:45 PM
To: wxWidgets/wxWidgets ***@***.***>
Cc: StevenPHirshman ***@***.***>; Author ***@***.***>
Subject: Re: [wxWidgets/wxWidgets] Pass toolbar button ID in `wxContextHelpEvent` (PR #25809)

[Image removed by sender.]vadz left a comment (wxWidgets/wxWidgets#25809)<https://github.com/wxWidgets/wxWidgets/pull/25809#issuecomment-3308505948>

Please reset the draft status when the builds pass.

BTW, I forgot to mention this, but it's probably worth mentioning this behaviour in wxHelpEvent documentation in interface/wx/event.h. TIA!


Reply to this email directly, view it on GitHub<https://github.com/wxWidgets/wxWidgets/pull/25809#issuecomment-3308505948>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/BNH2DLA76BSH4YFLHNGBMYL3TLOSJAVCNFSM6AAAAACG2AV5SSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZTGMBYGUYDKOJUHA>.
You are receiving this because you authored the thread.Message ID: ***@***.***>


Reply to this email directly, view it on GitHub, or unsubscribe.

You are receiving this because you are subscribed to this thread.Message ID: <wxWidgets/wxWidgets/pull/25809/c3308830910@github.com>

StevenPHirshman

unread,
Sep 18, 2025, 1:58:08 PM (7 days ago) Sep 18
to wx-...@googlegroups.com, Subscribed
StevenPHirshman left a comment (wxWidgets/wxWidgets#25809)
What do I need to do about some of the build error messages, like this one:

Mac builds / wxiOS
Failed in 13 minutes and 44 seconds

***@***.***

From: VZ ***@***.***>
Sent: Thursday, September 18, 2025 12:45 PM
To: wxWidgets/wxWidgets ***@***.***>
Cc: StevenPHirshman ***@***.***>; Author ***@***.***>
Subject: Re: [wxWidgets/wxWidgets] Pass toolbar button ID in `wxContextHelpEvent` (PR #25809)

[Image removed by sender.]vadz left a comment (wxWidgets/wxWidgets#25809)<https://github.com/wxWidgets/wxWidgets/pull/25809#issuecomment-3308505948>

Please reset the draft status when the builds pass.

BTW, I forgot to mention this, but it's probably worth mentioning this behaviour in wxHelpEvent documentation in interface/wx/event.h. TIA!


Reply to this email directly, view it on GitHub<https://github.com/wxWidgets/wxWidgets/pull/25809#issuecomment-3308505948>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/BNH2DLA76BSH4YFLHNGBMYL3TLOSJAVCNFSM6AAAAACG2AV5SSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZTGMBYGUYDKOJUHA>.
You are receiving this because you authored the thread.Message ID: ***@***.***>


Reply to this email directly, view it on GitHub, or unsubscribe.

You are receiving this because you are subscribed to this thread.Message ID: <wxWidgets/wxWidgets/pull/25809/c3308830879@github.com>

StevenPHirshman

unread,
Sep 18, 2025, 2:06:03 PM (7 days ago) Sep 18
to wx-...@googlegroups.com, Push

@StevenPHirshman pushed 1 commit.

  • 4d2eccd added comments to window.h and event.h


View it on GitHub or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: <wxWidgets/wxWidgets/pull/25809/before/45aefbf1eaa8232abaed1338f1e78d3bba7e072e/after/4d2eccda32bda3e2e83237a6c356ad44b18ddcf7@github.com>

StevenPHirshman

unread,
Sep 18, 2025, 2:11:37 PM (7 days ago) Sep 18
to wx-...@googlegroups.com, Push

@StevenPHirshman pushed 1 commit.

  • d01f5a4 Replace SetHelpEventPos with SetHelpIdAtPoint


View it on GitHub or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: <wxWidgets/wxWidgets/pull/25809/before/4d2eccda32bda3e2e83237a6c356ad44b18ddcf7/after/d01f5a44eb88becbb1fb0e89e60f6a61d528ad12@github.com>

StevenPHirshman

unread,
Sep 18, 2025, 3:06:37 PM (7 days ago) Sep 18
to wx-...@googlegroups.com, Subscribed
StevenPHirshman left a comment (wxWidgets/wxWidgets#25809)
Updated the wxHelpEvent document and removed any comments in the code (which I had put there so I could easily find the modified sections).

Let me know anything else is required.

***@***.***

From: VZ ***@***.***>
Sent: Thursday, September 18, 2025 12:45 PM
To: wxWidgets/wxWidgets ***@***.***>
Cc: StevenPHirshman ***@***.***>; Author ***@***.***>
Subject: Re: [wxWidgets/wxWidgets] Pass toolbar button ID in `wxContextHelpEvent` (PR #25809)

[Image removed by sender.]vadz left a comment (wxWidgets/wxWidgets#25809)<https://github.com/wxWidgets/wxWidgets/pull/25809#issuecomment-3308505948>

Please reset the draft status when the builds pass.

BTW, I forgot to mention this, but it's probably worth mentioning this behaviour in wxHelpEvent documentation in interface/wx/event.h. TIA!


Reply to this email directly, view it on GitHub<https://github.com/wxWidgets/wxWidgets/pull/25809#issuecomment-3308505948>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/BNH2DLA76BSH4YFLHNGBMYL3TLOSJAVCNFSM6AAAAACG2AV5SSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZTGMBYGUYDKOJUHA>.
You are receiving this because you authored the thread.Message ID: ***@***.***>


Reply to this email directly, view it on GitHub, or unsubscribe.

You are receiving this because you are subscribed to this thread.Message ID: <wxWidgets/wxWidgets/pull/25809/c3309198414@github.com>

StevenPHirshman

unread,
Sep 18, 2025, 4:39:06 PM (6 days ago) Sep 18
to wx-...@googlegroups.com, Push

@StevenPHirshman pushed 1 commit.


View it on GitHub or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: <wxWidgets/wxWidgets/pull/25809/before/d01f5a44eb88becbb1fb0e89e60f6a61d528ad12/after/a652daa06f20135eb99ef8b352da318f03fae9db@github.com>

StevenPHirshman

unread,
Sep 18, 2025, 5:53:49 PM (6 days ago) Sep 18
to wx-...@googlegroups.com, Push

@StevenPHirshman pushed 1 commit.


View it on GitHub or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: <wxWidgets/wxWidgets/pull/25809/before/a652daa06f20135eb99ef8b352da318f03fae9db/after/67e30fa9b72324cc485676015fac54e42d77ec9a@github.com>

StevenPHirshman

unread,
Sep 18, 2025, 5:56:59 PM (6 days ago) Sep 18
to wx-...@googlegroups.com, Push

@StevenPHirshman pushed 1 commit.


View it on GitHub or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: <wxWidgets/wxWidgets/pull/25809/before/67e30fa9b72324cc485676015fac54e42d77ec9a/after/49d211d202fe9ba670e5dbd9b59a708c609fd8ae@github.com>

StevenPHirshman

unread,
Sep 18, 2025, 5:58:06 PM (6 days ago) Sep 18
to wx-...@googlegroups.com, Push

@StevenPHirshman pushed 1 commit.


View it on GitHub or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: <wxWidgets/wxWidgets/pull/25809/before/49d211d202fe9ba670e5dbd9b59a708c609fd8ae/after/2c1c0e59f53c1e2cdcc7e2e14826cb244c369643@github.com>

StevenPHirshman

unread,
Sep 18, 2025, 6:09:10 PM (6 days ago) Sep 18
to wx-...@googlegroups.com, Push

@StevenPHirshman pushed 1 commit.

  • bf2333d Update wincmn.cpp *(remove EOF lines)


View it on GitHub or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: <wxWidgets/wxWidgets/pull/25809/before/2c1c0e59f53c1e2cdcc7e2e14826cb244c369643/after/bf2333dc245624e05b8a381b4bc39ba846549cd8@github.com>

StevenPHirshman

unread,
Sep 18, 2025, 6:11:18 PM (6 days ago) Sep 18
to wx-...@googlegroups.com, Push

@StevenPHirshman pushed 1 commit.


View it on GitHub or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: <wxWidgets/wxWidgets/pull/25809/before/bf2333dc245624e05b8a381b4bc39ba846549cd8/after/f464248c09e0219d22217b73a922053d68c5a1a4@github.com>

StevenPHirshman

unread,
Sep 18, 2025, 9:55:19 PM (6 days ago) Sep 18
to wx-...@googlegroups.com, Push

@StevenPHirshman pushed 1 commit.

  • ba164d0 Update window.h (fix tab ln 1451)


View it on GitHub or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: <wxWidgets/wxWidgets/pull/25809/before/f464248c09e0219d22217b73a922053d68c5a1a4/after/ba164d0957c3efcf2a1a24876599241b529934b5@github.com>

StevenPHirshman

unread,
Sep 18, 2025, 9:58:44 PM (6 days ago) Sep 18
to wx-...@googlegroups.com, Push

@StevenPHirshman pushed 1 commit.

  • 33b3c45 Update tbarbase.h (tab to space)


View it on GitHub or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: <wxWidgets/wxWidgets/pull/25809/before/ba164d0957c3efcf2a1a24876599241b529934b5/after/33b3c4516ddb09fa1e23284da8be64f098fea9c3@github.com>

StevenPHirshman

unread,
Sep 19, 2025, 8:29:36 AM (6 days ago) Sep 19
to wx-...@googlegroups.com, Push

@StevenPHirshman pushed 4 commits.

  • a7aefb7 added comments to window.h and event.h
  • 2a6b28a updated information text in event.h
  • 3da5a60 updated line endings
  • 3742804 Change CR/LF to LF and add terminating LF


View it on GitHub or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: <wxWidgets/wxWidgets/pull/25809/before/33b3c4516ddb09fa1e23284da8be64f098fea9c3/after/3742804d5007c72f08f057bd1650b4817cd4d487@github.com>

VZ

unread,
Sep 19, 2025, 11:51:51 AM (6 days ago) Sep 19
to wx-...@googlegroups.com, Subscribed
vadz left a comment (wxWidgets/wxWidgets#25809)

Just for the recorded, you (or your editor) have completely reformatted all the files you have touched. You need to configure it to prevent this from happening.

Please make the changes in your fork of the repository, confirm that they look good to you by comparing them with this one and then, and only then, push them here.

Thanks in advance!


Reply to this email directly, view it on GitHub, or unsubscribe.

You are receiving this because you are subscribed to this thread.Message ID: <wxWidgets/wxWidgets/pull/25809/c3312723112@github.com>

StevenPHirshman

unread,
Sep 19, 2025, 11:57:09 AM (6 days ago) Sep 19
to wx-...@googlegroups.com, Push

@StevenPHirshman pushed 6 commits.

  • 044b3b0 Delete include/wx/window.h
  • 722cdc2 Delete src/common/cshelp.cpp
  • 4fbc8f0 Delete src/common/tbarbase.cpp
  • 8152db1 Delete src/common/wincmn.cpp
  • e59b8b2 Delete include/wx/tbarbase.h
  • a76cb50 Merge branch 'StevenPHirshman'


View it on GitHub or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: <wxWidgets/wxWidgets/pull/25809/before/3742804d5007c72f08f057bd1650b4817cd4d487/after/a76cb506e3ba3b7602123e76e8b33299d41b285e@github.com>

StevenPHirshman

unread,
Sep 19, 2025, 12:58:57 PM (6 days ago) Sep 19
to wx-...@googlegroups.com, Push

@StevenPHirshman pushed 1 commit.

  • 2d1858d CR/LF Mods for SetHelpIdAtPoint

You are receiving this because you are subscribed to this thread.Message ID: <wxWidgets/wxWidgets/pull/25809/before/a76cb506e3ba3b7602123e76e8b33299d41b285e/after/2d1858d2ff3d5fda49f9f1e203ca30114de572ed@github.com>

StevenPHirshman

unread,
Sep 19, 2025, 1:20:29 PM (6 days ago) Sep 19
to wx-...@googlegroups.com, Push

@StevenPHirshman pushed 1 commit.

You are receiving this because you are subscribed to this thread.Message ID: <wxWidgets/wxWidgets/pull/25809/before/2d1858d2ff3d5fda49f9f1e203ca30114de572ed/after/b84acb2a3eeac969528880629eb271abef018a0c@github.com>

StevenPHirshman

unread,
Sep 19, 2025, 1:50:47 PM (6 days ago) Sep 19
to wx-...@googlegroups.com, Subscribed

Closed #25809.


Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: <wxWidgets/wxWidgets/pull/25809/issue_event/19805464178@github.com>

StevenPHirshman

unread,
Sep 19, 2025, 2:01:31 PM (6 days ago) Sep 19
to wx-...@googlegroups.com, Subscribed
StevenPHirshman left a comment (wxWidgets/wxWidgets#25809)

Just for the recorded, you (or your editor) have completely reformatted all the files you have touched. You need to configure it to prevent this from happening.

Please make the changes in your fork of the repository, confirm that they look good to you by comparing them with this one and then, and only then, push them here.

Thanks in advance!

I updated the files. Now there are no EOL/White Space issues, but ALL compilation tests are failing now. I don't understand why that is happening.


Reply to this email directly, view it on GitHub, or unsubscribe.

You are receiving this because you are subscribed to this thread.Message ID: <wxWidgets/wxWidgets/pull/25809/c3313228001@github.com>

Reply all
Reply to author
Forward
0 new messages