Hacktoberfest 2026: le issue che i maintainer hanno segnato per ottobre, aperte e adatte ai principianti. Sfoglia le issue Hacktoberfest

Window attribute change events

Aperta
#72 0 commenti 0 reazioni 0 assegnatari Vedi su GitHub

Nessuno ha ancora preso questa issue.

Valutazione

Difficoltà
4/5
Tempo stimato
3-5 giorni
Idoneità per principianti
48/100
Tipo di issue
Funzionalità
Chiarezza
Abbastanza chiara
Stato di attività
Attiva
Stack tecnologico
cpp

Direzione di ricerca

Start by locating the window attribute setters and the platform integrations for WM_SETTEXT and KVO on NSWindow.title. Define the event coverage for title and the listed window attributes, including setter-driven changes and externally reported changes where supported; done means consumers can update custom title-bar controls from those events.

Scritto dal modello di indicizzazione a partire dal testo della issue.

Descrizione

enhancement

There are no events when a window's attributes change, whether by the app or by the system: title, resizable / minimizable / maximizable / closable, always-on-top, and so on. A generic custom title bar can't update its buttons when some other part of the app calls setClosable(false).

Proposal: a WindowAttributesChangedEvent (or a few specific ones), emitted by the setters and, where the platform reports it, by external changes (for example WM_SETTEXT, KVO on NSWindow.title).

Background:

  • leanflutter/window_manager#287: missing window attribute change events
Lingua principale
C++
Stelle
34
Fork
7
Merge medio
3g 1h
PR unite (30g)
1

Guida per i contributori

Nessuna guida per i contributori indicizzata per questo repository

Come iniziare

  1. Leggi tutta la issue e poi la guida ai contributi del progetto.
  2. Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
  3. Fai un fork del repository e lavora su un branch.
  4. Apri una pull request che faccia riferimento al numero della issue.

Altre issue di libnativeapi/nativeapi

Tutte le issue di libnativeapi/nativeapi

Issue simili

Altre issue su C++

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.