[PR #262] [MERGED] FileSelNative: Fixed gtk variant to allow for multiple file types #276

Closed
opened 2026-05-05 03:44:38 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ultimatepp/ultimatepp/pull/262
Author: @RealCaptainBerty
Created: 4/23/2025
Status: Merged
Merged: 4/23/2025
Merged by: @mirek-fidler

Base: masterHead: master


📝 Commits (3)

📊 Changes

1 file changed (+3 additions, -1 deletions)

View changed files

📝 uppsrc/CtrlLib/Gtk.cpp (+3 -1)

📄 Description

Fixed the GTK variant of the FileSelNative class to allow for multiple file types in a single filter (as in Win32).
For example:

    FileSelNative sel;
    sel.Type("File type 1 or type 2", "*.typ1;*.typ2");

🔄 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/ultimatepp/ultimatepp/pull/262 **Author:** [@RealCaptainBerty](https://github.com/RealCaptainBerty) **Created:** 4/23/2025 **Status:** ✅ Merged **Merged:** 4/23/2025 **Merged by:** [@mirek-fidler](https://github.com/mirek-fidler) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (3) - [`ca2d782`](https://github.com/ultimatepp/ultimatepp/commit/ca2d7820b404901010bbd63282ee10935ecac9c1) CtrlLib: Fixed gtk FileSelNative class to allow for multiple file types in single call to Type, as in Win32. - [`8a2b893`](https://github.com/ultimatepp/ultimatepp/commit/8a2b89326673d9c4930b66afe7703d6d6e5a0877) CtrlLib: Fixed gtk FileSelNative class to allow for multiple file types in single call to Type, as in Win32. - [`94a9cf7`](https://github.com/ultimatepp/ultimatepp/commit/94a9cf77aface2b7995b76593ccf0bf574b6304d) Merge branch 'master' of https://github.com/RealCaptainBerty/ultimatepp ### 📊 Changes **1 file changed** (+3 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `uppsrc/CtrlLib/Gtk.cpp` (+3 -1) </details> ### 📄 Description Fixed the GTK variant of the `FileSelNative` class to allow for multiple file types in a single filter (as in Win32). For example: ``` FileSelNative sel; sel.Type("File type 1 or type 2", "*.typ1;*.typ2"); ``` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-05 03:44:38 -06:00
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/ultimatepp#276
No description provided.