After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 246065 - atk implementation for EPaned
atk implementation for EPaned
Status: RESOLVED FIXED
Product: GAL
Classification: Deprecated
Component: EPaned
unspecified
Other All
: Normal enhancement
: ---
Assigned To: Gilbert Fang
Evolution QA team
Depends on:
Blocks: 244862
 
 
Reported: 2003-07-10 02:17 UTC by Gilbert Fang
Modified: 2004-09-29 20:42 UTC
See Also:
GNOME target: ---
GNOME version: Unversioned Enhancement


Attachments
GalA11yEpand implementation (19.58 KB, patch)
2003-07-15 04:47 UTC, Gilbert Fang
none Details | Review
extra patch for typo correcting (459 bytes, patch)
2003-07-22 06:23 UTC, Gilbert Fang
none Details | Review
extra patch 2 for make dist : adding gal-a11y-factory.h into makefile.am (504 bytes, patch)
2003-07-25 04:09 UTC, Gilbert Fang
none Details | Review
extra patch 3: using the correct g_return_if_fail instead of g_return_val_if_fail for void f(); (1.41 KB, patch)
2003-07-28 02:58 UTC, Gilbert Fang
none Details | Review
extra patch 4 for typo correcting (583 bytes, patch)
2003-07-29 05:54 UTC, Gilbert Fang
none Details | Review
final patch (5.63 KB, patch)
2003-07-31 04:05 UTC, Gilbert Fang
none Details | Review

Description Gilbert Fang 2003-07-10 02:17:28 UTC
atk implementation for EPaned , including EHPaned and EVPaned

GalA11yEPaned is inherited dynamically (run-time inheritance) from
GailContainer.
Comment 1 Gilbert Fang 2003-07-15 04:47:22 UTC
Created attachment 42673 [details] [review]
GalA11yEpand implementation
Comment 2 Gilbert Fang 2003-07-17 11:32:55 UTC
check in 2003 07 15
Comment 3 Gilbert Fang 2003-07-22 06:23:16 UTC
Created attachment 42704 [details] [review]
extra patch for typo correcting
Comment 4 Gilbert Fang 2003-07-22 07:43:09 UTC
check in a11y branch on 2003 07 22
Comment 5 Gilbert Fang 2003-07-25 04:09:52 UTC
Created attachment 42723 [details] [review]
extra patch 2 for make dist : adding gal-a11y-factory.h into makefile.am
Comment 6 Gilbert Fang 2003-07-25 04:10:23 UTC
check in a11y branch
Comment 7 Gilbert Fang 2003-07-28 02:58:36 UTC
Created attachment 42731 [details] [review]
extra patch 3:  using the correct g_return_if_fail instead of g_return_val_if_fail for void f();
Comment 8 Gilbert Fang 2003-07-28 03:00:02 UTC
check in a11y branch on 2003 07 25
Comment 9 Gilbert Fang 2003-07-29 05:54:50 UTC
Created attachment 42737 [details] [review]
extra patch 4 for typo correcting
Comment 10 Gilbert Fang 2003-07-29 06:39:27 UTC
check extra patch 4 into a11y branch
Comment 11 Gilbert Fang 2003-07-31 04:05:08 UTC
Created attachment 42749 [details] [review]
final patch
Comment 12 Gilbert Fang 2003-07-31 04:06:34 UTC
in fact, atk impelementation for epaned is not needed at all, so
finally, only the build related part is going to the HEAD. 
Comment 13 Gilbert Fang 2003-07-31 04:06:58 UTC
final patch checked in HEAD