git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12085
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
wxCoord maxLength, wxTipWindow** windowPtr)
: wxFrame(parent, -1, _T(""),
wxDefaultPosition, wxDefaultSize,
wxCoord maxLength, wxTipWindow** windowPtr)
: wxFrame(parent, -1, _T(""),
wxDefaultPosition, wxDefaultSize,
- wxNO_BORDER | wxFRAME_FLOAT_ON_PARENT)
+ wxNO_BORDER | wxFRAME_NO_TASKBAR )
{
// set colours
SetForegroundColour(*wxBLACK);
{
// set colours
SetForegroundColour(*wxBLACK);
// first filll the background
dc.SetBrush(wxBrush(GetBackgroundColour(), wxSOLID));
// first filll the background
dc.SetBrush(wxBrush(GetBackgroundColour(), wxSOLID));
- // Under Windows, you apparently get a thin black border whether you like it or not :-(
-#ifdef __WXMSW__
- dc.SetPen( * wxTRANSPARENT_PEN );
-#else
dc.SetPen( * wxBLACK_PEN );
dc.SetPen( * wxBLACK_PEN );
dc.DrawRectangle(rect);
// and then draw the text line by line
dc.DrawRectangle(rect);
// and then draw the text line by line