A&O George Giolfan 2008-08-11: Windows.Forms Theming
1 view
Skip to first unread message
George Giolfan
unread,
Aug 11, 2008, 7:21:35 AM8/11/08
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Mono Summer of Code 2008
Achievements
* investigate whether these features can be implemented with GTK+ and
implement them when possible:
* menu rendering; [DONE]
* open file dialog; [NOT DONE]
* save file dialog; [NOT DONE]
* font dialog; [NOT DONE]
* print dialog; [NOT DONE]
* color dialog; [NOT DONE]
* message box; [NOT DONE]
* system colors; [NOT DONE]
* system icons; [DONE]
* window gripper; [DONE]
* separator. [DONE]
Objectives
* clean-up the code from the last two weeks and post it for review;
* discuss the remaining patches and apply those that are accepted;
* test the code on a typical GTK+ theme and perform last-minute fixes
if needed.
Notes
* the native GTK+ dialogs cannot be used because they expect to be
used from a GTK+ application;
* MWF already obtains system colors from GTK+, but only on X11.