diff options
author | Bill Haneman <billh@src.gnome.org> | 2006-06-08 14:01:41 +0000 |
---|---|---|
committer | Bill Haneman <billh@src.gnome.org> | 2006-06-08 14:01:41 +0000 |
commit | b579ed8194be44514f34ad1c59e9fde8288a0e82 (patch) | |
tree | 5370bf76ec7db7ab05363f869a59f6dbd1b2f6d2 /ChangeLog | |
parent | 87e4b23c58d24f012bbcba95a49679c79d894ce1 (diff) | |
download | atk-b579ed8194be44514f34ad1c59e9fde8288a0e82.tar.gz |
Added atk_value_get_minimum_increment, to sync up with the minimumIncrement readonly
property in AT-SPI's Accessibility_Value.idl. Bug #341875.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -9,6 +9,9 @@ ATK_RELATION_DESCRIBED_BY (bug #344144). * atk/atkstate.h: Added ATK_STATE_DEFAULT (bug #344281). + + * atk/atkvalue.h, atkvalue.c: Add atk_value_get_minimum_increment + (missing despite being in AT-SPI's IDL for Value: bug #341875) 2006-04-17 Kjartan Maraas <kmaraas@gnome.org> |