[PR #168] [CLOSED] Add GetWidth() to Bar (analogous to GetHeight()) #201

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

📋 Pull Request Information

Original PR: https://github.com/ultimatepp/ultimatepp/pull/168
Author: @schutm
Created: 10/20/2023
Status: Closed

Base: masterHead: schutm-patch-4


📝 Commits (10+)

  • 585c743 Update PopUpList.cpp
  • 7037744 Convert value before showing in popup if it doesn't fit in multibutton
  • b352407 Merge pull request #1 from schutm/schutm-patch-2
  • 7567a0f Merge branch 'ultimatepp:master' into master
  • 630dcb7 Merge branch 'ultimatepp:master' into master
  • 04888ec Merge branch 'ultimatepp:master' into patch-1
  • cca2699 Fix compile error if LNGMODULE is defined
  • bd61111 Merge pull request #2 from schutm/schutm-patch-3
  • aa9accf Add GetWidth() to Bar (analogous to GetHeight())
  • 84a90be Revert Update t.h

📊 Changes

2 files changed (+2 additions, -1 deletions)

View changed files

📝 uppsrc/Core/t.h (+1 -1)
📝 uppsrc/CtrlLib/Bar.h (+1 -0)

📄 Description

I wasn't sure enough to also include a GetSize() as I don't know what consequences this would have. A GetPaneSize() would be another option. But since I didn't require the height I didn't pursue this option.


🔄 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/168 **Author:** [@schutm](https://github.com/schutm) **Created:** 10/20/2023 **Status:** ❌ Closed **Base:** `master` ← **Head:** `schutm-patch-4` --- ### 📝 Commits (10+) - [`585c743`](https://github.com/ultimatepp/ultimatepp/commit/585c7438b571293056624ccad3e3e61f0bcb1f74) Update PopUpList.cpp - [`7037744`](https://github.com/ultimatepp/ultimatepp/commit/7037744513a259367408746a39f3ced670707d3a) Convert value before showing in popup if it doesn't fit in multibutton - [`b352407`](https://github.com/ultimatepp/ultimatepp/commit/b3524076850e4cc5173332606b5640946ad4493f) Merge pull request #1 from schutm/schutm-patch-2 - [`7567a0f`](https://github.com/ultimatepp/ultimatepp/commit/7567a0f48a42e9440e63e7a4bd0d964c0f5d7dcc) Merge branch 'ultimatepp:master' into master - [`630dcb7`](https://github.com/ultimatepp/ultimatepp/commit/630dcb79cc5c99c314daa9855f7c6f1172a3c1d3) Merge branch 'ultimatepp:master' into master - [`04888ec`](https://github.com/ultimatepp/ultimatepp/commit/04888eca719950ae14bb66f7c5ca1927e0652ef5) Merge branch 'ultimatepp:master' into patch-1 - [`cca2699`](https://github.com/ultimatepp/ultimatepp/commit/cca269976d4516ee76f656af3df0360e5af384fa) Fix compile error if LNGMODULE is defined - [`bd61111`](https://github.com/ultimatepp/ultimatepp/commit/bd6111183ce4a1286c863dea572959a913c18133) Merge pull request #2 from schutm/schutm-patch-3 - [`aa9accf`](https://github.com/ultimatepp/ultimatepp/commit/aa9accf1b19304a5c9c4165c64f7a666f1e921a1) Add GetWidth() to Bar (analogous to GetHeight()) - [`84a90be`](https://github.com/ultimatepp/ultimatepp/commit/84a90be8d566bc9567807369cb68d1d2fd5755fb) Revert Update t.h ### 📊 Changes **2 files changed** (+2 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `uppsrc/Core/t.h` (+1 -1) 📝 `uppsrc/CtrlLib/Bar.h` (+1 -0) </details> ### 📄 Description I wasn't sure enough to also include a GetSize() as I don't know what consequences this would have. A GetPaneSize() would be another option. But since I didn't require the height I didn't pursue this option. --- <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:42:52 -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#201
No description provided.