X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f Date: Sat, 3 Oct 2015 21:10:38 -0400 Message-Id: <201510040110.t941AcZh006505@envy.delorie.com> From: DJ Delorie To: geda-user AT delorie DOT com In-reply-to: (geda-user AT delorie DOT com) Subject: Re: [geda-user] Clutterless user interface or even more custom special super features? References: <56100AF8 DOT 4090802 AT jump-ing DOT de> <201510040036 DOT t940ae4M004656 AT envy DOT delorie DOT com> Reply-To: geda-user AT delorie DOT com > I'd probably not notice it due to mental tooltip filters. Perhaps a > popup when user tries to go into line (etc.) mode or enables these > modes while in line etc. mode The problem is, if you follow good GUI design, you disable buttons that can't be used at the moment, which means you can't trigger a popup from that button - because it's disabled. I assume tool tips will still work as they don't require a button press, but who knows what you can get away with in gtk.