[PR #673] [MERGED] Add ability to set a window's parent using BrowserWindowOptions #1247

Closed
opened 2026-01-29 16:58:54 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ElectronNET/Electron.NET/pull/673
Author: @lukebordonaro
Created: 3/22/2022
Status: Merged
Merged: 4/6/2022
Merged by: @GregorBiswanger

Base: masterHead: parentOption


📝 Commits (2)

  • d6e362c Add Parent property to BrowserWindowOptions
  • 4a44f3e Set parent in createBrowserWindow

📊 Changes

3 files changed (+16 additions, -3 deletions)

View changed files

📝 ElectronNET.API/Entities/BrowserWindowOptions.cs (+9 -3)
📝 ElectronNET.Host/api/browserWindows.js (+3 -0)
📝 ElectronNET.Host/api/browserWindows.ts (+4 -0)

📄 Description

Closes #666


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/ElectronNET/Electron.NET/pull/673 **Author:** [@lukebordonaro](https://github.com/lukebordonaro) **Created:** 3/22/2022 **Status:** ✅ Merged **Merged:** 4/6/2022 **Merged by:** [@GregorBiswanger](https://github.com/GregorBiswanger) **Base:** `master` ← **Head:** `parentOption` --- ### 📝 Commits (2) - [`d6e362c`](https://github.com/ElectronNET/Electron.NET/commit/d6e362c83ce6996d8db42c07aa81a04a6dd9b7de) Add Parent property to BrowserWindowOptions - [`4a44f3e`](https://github.com/ElectronNET/Electron.NET/commit/4a44f3e15008c4374c7f42cacd8c6bdcfdc34977) Set parent in createBrowserWindow ### 📊 Changes **3 files changed** (+16 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `ElectronNET.API/Entities/BrowserWindowOptions.cs` (+9 -3) 📝 `ElectronNET.Host/api/browserWindows.js` (+3 -0) 📝 `ElectronNET.Host/api/browserWindows.ts` (+4 -0) </details> ### 📄 Description Closes #666 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 16:58:54 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/Electron.NET#1247