gtk-rs / gtk

DEPRECATED, use https://github.com/gtk-rs/gtk3-rs repository instead!

Home Page:https://gtk-rs.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

argument to set_title not consistent

russel opened this issue · comments

For Window:

fn set_title(&self, title: &str)

for NativeDialog:

fn set_title(&self, title: &str)

but for HeaderBar:

fn set_title(&self, title: Option<&str>)

is the Option needed in this last case?