Heh A new version of wxFNB is out. Here is a ripped copy of Eranif's post from here.
http://wxforum.shadonet.com/viewtopic.php?t=5761&postdays=0&postorder=asc&start=120Need I ask that wxFNB could be updated if possible? Maybe this will fix our drop target problems.
Hi,
Since I got several requests from people, I created new version
with the following changes:
Features:
--------
+ Changed the buttons ( <>x buttons ) coloring to be more XP look
+ An option to remove the border around the tab area
+ Set/Get colors of the following:
- Active tab text
- Non-Active text
- Tab area colors
- Active tab color
+ New option introduced to add 'X' button on active tab
+ New event is now fired after page is being closed wxEVT_COMMAND_FLATNOTEBOOK_PAGE_CLOSED -
this allow the application to preform some cleanup after closure of page
+ An option to disable a tab - a tab can now be disabled, which means it will not receive any event, user can not select
it nor navigate to it (using Ctrl+Tab/Tab)
Bugs:
----
+ Fixed minor drawing issues
+ Fixed bug that when closing the a tab using the mouse middle button, the page was set to active and only then closed.
+ Fixed bug that the old selection value in the event when closing a page was incorrect
The files are zipped at sourceforge - enjoy
Eran