mirror of
https://github.com/brl/mutter.git
synced 2024-11-25 01:20:42 -05:00
accessibility stuff for metacity-properties capplet. bug #84749.
This commit is contained in:
parent
00e572800c
commit
e0e6dab50f
@ -1,3 +1,9 @@
|
|||||||
|
2002-06-12 Jayaraj Rajappan <jayaraj.rajappan@wipro.com>
|
||||||
|
|
||||||
|
* src/tools/metacity-properties.glade: accessibility work for
|
||||||
|
metacity-properties capplet. Set appropriate atk relations.
|
||||||
|
Fixes bug #84749
|
||||||
|
|
||||||
2002-06-11 Havoc Pennington <hp@redhat.com>
|
2002-06-11 Havoc Pennington <hp@redhat.com>
|
||||||
|
|
||||||
* src/window.c (meta_window_show): allow dialogs to steal focus
|
* src/window.c (meta_window_show): allow dialogs to steal focus
|
||||||
|
@ -100,6 +100,9 @@
|
|||||||
<property name="active">False</property>
|
<property name="active">False</property>
|
||||||
<property name="inconsistent">False</property>
|
<property name="inconsistent">False</property>
|
||||||
<property name="draw_indicator">True</property>
|
<property name="draw_indicator">True</property>
|
||||||
|
<accessibility>
|
||||||
|
<atkrelation target="label5" type="labelled-by"/>
|
||||||
|
</accessibility>
|
||||||
<signal name="toggled" handler="update_config" last_modification_time="Tue, 28 May 2002 20:59:55 GMT"/>
|
<signal name="toggled" handler="update_config" last_modification_time="Tue, 28 May 2002 20:59:55 GMT"/>
|
||||||
<signal name="clicked" handler="update_config" last_modification_time="Tue, 28 May 2002 21:19:56 GMT"/>
|
<signal name="clicked" handler="update_config" last_modification_time="Tue, 28 May 2002 21:19:56 GMT"/>
|
||||||
</widget>
|
</widget>
|
||||||
@ -121,6 +124,10 @@
|
|||||||
<property name="inconsistent">False</property>
|
<property name="inconsistent">False</property>
|
||||||
<property name="draw_indicator">True</property>
|
<property name="draw_indicator">True</property>
|
||||||
<property name="group">Clickfocus</property>
|
<property name="group">Clickfocus</property>
|
||||||
|
<accessibility>
|
||||||
|
<atkrelation target="label5" type="labelled-by"/>
|
||||||
|
<atkrelation target="Autoraise" type="controller-for"/>
|
||||||
|
</accessibility>
|
||||||
<signal name="toggled" handler="update_config" last_modification_time="Tue, 28 May 2002 21:00:02 GMT"/>
|
<signal name="toggled" handler="update_config" last_modification_time="Tue, 28 May 2002 21:00:02 GMT"/>
|
||||||
</widget>
|
</widget>
|
||||||
<packing>
|
<packing>
|
||||||
@ -167,6 +174,9 @@
|
|||||||
<property name="active">False</property>
|
<property name="active">False</property>
|
||||||
<property name="inconsistent">False</property>
|
<property name="inconsistent">False</property>
|
||||||
<property name="draw_indicator">True</property>
|
<property name="draw_indicator">True</property>
|
||||||
|
<accessibility>
|
||||||
|
<atkrelation target="Pointfocus" type="controlled-by"/>
|
||||||
|
</accessibility>
|
||||||
<signal name="toggled" handler="update_config" last_modification_time="Tue, 28 May 2002 21:00:14 GMT"/>
|
<signal name="toggled" handler="update_config" last_modification_time="Tue, 28 May 2002 21:00:14 GMT"/>
|
||||||
</widget>
|
</widget>
|
||||||
<packing>
|
<packing>
|
||||||
|
Loading…
Reference in New Issue
Block a user