[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [lmi] Input-sequence editor integration
From: |
Vaclav Slavik |
Subject: |
Re: [lmi] Input-sequence editor integration |
Date: |
Sat, 03 Jul 2010 12:24:27 +0200 |
In Sat, 2010-07-03 at 09:46 +0000, Greg Chicares wrote:
> I'm not sure whether the small amount of extra information will be
> useful in the GUI
It is useful, and is already used:
* If the keywords list is empty ("keywords forbidden"), a regular
wxTextCtrl is used.
* If the keywords list is not empty, wxComboBox is used.
* If keywords_only() ("numbers are forbidden"), the the combo box is
read-only, disallowing entry of text not in the list.
Regards,
Vaclav