Fixes part of #90932
2005-10-24 Muktha <muktha.narayan@wipro.com> Fixes part of #90932 * gnome-keyboard-properties.glade: added accessible_description to some widgets.
This commit is contained in:
parent
fa537b014b
commit
2c57972a53
2 changed files with 13 additions and 0 deletions
|
@ -1,3 +1,10 @@
|
||||||
|
2005-10-24 Muktha <muktha.narayan@wipro.com>
|
||||||
|
|
||||||
|
Fixes part of #90932
|
||||||
|
|
||||||
|
* gnome-keyboard-properties.glade: added accessible_description to
|
||||||
|
some widgets.
|
||||||
|
|
||||||
2005-07-15 Mark McLoughlin <mark@skynet.ie>
|
2005-07-15 Mark McLoughlin <mark@skynet.ie>
|
||||||
|
|
||||||
Re-work the way some of the XKB GConf keys are handled.
|
Re-work the way some of the XKB GConf keys are handled.
|
||||||
|
|
|
@ -386,6 +386,9 @@
|
||||||
<property name="update_policy">GTK_UPDATE_CONTINUOUS</property>
|
<property name="update_policy">GTK_UPDATE_CONTINUOUS</property>
|
||||||
<property name="inverted">False</property>
|
<property name="inverted">False</property>
|
||||||
<property name="adjustment">30 10 110 10 10 0</property>
|
<property name="adjustment">30 10 110 10 10 0</property>
|
||||||
|
<accessibility>
|
||||||
|
<atkproperty name="AtkObject::accessible_description" translatable="yes">Repeat keys speed</atkproperty>
|
||||||
|
</accessibility>
|
||||||
</widget>
|
</widget>
|
||||||
<packing>
|
<packing>
|
||||||
<property name="padding">0</property>
|
<property name="padding">0</property>
|
||||||
|
@ -628,6 +631,9 @@
|
||||||
<property name="update_policy">GTK_UPDATE_DISCONTINUOUS</property>
|
<property name="update_policy">GTK_UPDATE_DISCONTINUOUS</property>
|
||||||
<property name="inverted">False</property>
|
<property name="inverted">False</property>
|
||||||
<property name="adjustment">1000 100 2500 200 200 0</property>
|
<property name="adjustment">1000 100 2500 200 200 0</property>
|
||||||
|
<accessibility>
|
||||||
|
<atkproperty name="AtkObject::accessible_description" translatable="yes">Cursor blinks speed</atkproperty>
|
||||||
|
</accessibility>
|
||||||
</widget>
|
</widget>
|
||||||
<packing>
|
<packing>
|
||||||
<property name="padding">0</property>
|
<property name="padding">0</property>
|
||||||
|
|
Loading…
Add table
Reference in a new issue