linebender/druid

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

Open

#777 创建于 2020年3月30日

在 GitHub 查看
 (3 评论) (0 反应) (0 负责人)Rust (9,091 star) (567 fork)batch import
help wantedshell

描述

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

贡献者指南

Mutating setters on druid_shell::Window should have `set_` names. · linebender/druid#777 | Good First Issue