Ticket #11503 (closed defect: fixed)

Opened 3 years ago

Last modified 3 years ago

wxNativeContainerWindow IsShown() implementation

Reported by: Trigve Owned by:
Priority: low Milestone:
Component: wxMSW Version: 2.9-svn
Keywords: wxNativeContainerWindow IsShown Cc:
Blocked By: Patch: yes
Blocking:

Description

Hi,
attached patch implements IsShown() method for wxNativeContainerWindow.

Attachments

nativewin_is_visible.patch download (0.9 KB) - added by Trigve 3 years ago.

Change History

follow-up: ↓ 2   Changed 3 years ago by vadz

  • priority changed from normal to low

Thanks but the declaration should be inside #ifdef __WXMSW__ to avoid breaking the other ports, shouldn't it?

Changed 3 years ago by Trigve

in reply to: ↑ 1   Changed 3 years ago by Trigve

Replying to vadz:

Thanks but the declaration should be inside #ifdef __WXMSW__ to avoid breaking the other ports, shouldn't it?

Of course.

New patch attached.

  Changed 3 years ago by VZ

  • status changed from new to closed
  • resolution set to fixed

(In [62783]) Implement wxNativeContainerWindow::IsShown() for MSW.

Simply use native ::IsWindowVisible() for IsShown() implementation.

Closes #11503.

Note: See TracTickets for help on using tickets.