WxNotebook (С++)

Гость19 лет в сервисе
Данные заказчика будут вам доступны после подачи заявки
04.09.2006

Задание для профи в wxWidgets, требования ниже (смотрите так же приложение):

This is a very simple project for a programmer who knows what they are doing

wxNotebook uses the native OS controls of each OS and this causes a variety of issues in ms windows.

Linux shows no difference between panels and notebooks and that is what we want.

So we need a new control that combines the general look and feel of wxPanel with the tab functionality of wxNotebook.

This new control should have a high quality cosmetic finish (the issues with the current one look annoying and ugly)

For example in Windows XP it should look like wxPanel and not as the typical notebook in XP.

Attached screen shots show the issues with the current wxWidgets implementation

The new control needs to be cross platform (portable)

The control interface should be the same as wxNotebook so that we can easily replace it in existing code

Under windows it should compile with the Borland C++ compiler version 6.0

Your bid includes testing and 100% debugging