linebender/druid

Mutating setters on druid_shell::Window should have `set_` names.

Open

#777 aberto em 30 de mar. de 2020

Ver no GitHub
 (3 comments) (0 reactions) (0 assignees)Rust (567 forks)batch import
help wantedshell

Métricas do repositório

Stars
 (9.091 stars)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

At least including set_resizeable, and set_show_titlebar, although the latter name isn't great. I might change it to something like titlebar_is_visible and set_titlebar_is_visible or something?

Hmm must not have noticed this, but these should be called set_.

Originally posted by @cmyr in https://github.com/xi-editor/druid/pull/773

Guia do colaborador