docs/msw/*.txt
+docs/licence.txt
src/makeb32.env
src/makebcc.env
and its users, so that the considerable investment it represents
is not abused.
-Unlike the wxWindows licence, you as a user are not obliged to
+Unlike the L-GPL licence, you as a user are not obliged to
distribute wxWindows source code with your products. However,
you are prevented from selling the code without permission from
the authors, or denying others the rights to use or distribute
wxWindows 2.0 for Windows Change Log
------------------------------------
+Alpha 14, July 31st 1998
+------------------------
+
+- Toolbar API has been simplified, and now
+ wxFrame::GetClientArea returns the available client
+ area when toolbar, status bar etc. have been accounted for.
+ wxFrame::CreateToolBar added in line with CreateStatusBar.
+- Documentation updates, incl. for wxToolBar.
+- New wxAcceleratorTable class plus wxFrame::SetAcceleratorTable.
+- Various additions from other folk, e.g. streams, wxConfig
+ changes, wxNotebook.
+- Added wxDocMDIParentFrame, wxDocMDIChildFrame for doc/view.
+
Alpha 13, July 8th 1998
-----------------------
wxString PARTLY DONE
Drag and drop (change API if required, e.g. const).
wxCheckListBox
+ wxAcceleratorTable
wxBaseArray, other arrays
(wxOwnerDrawn)
Document the include file for each class
virtual long GetLastPosition(void) const ;
virtual void Replace(long from, long to, const wxString& value);
virtual void Remove(long from, long to);
+ virtual void SetSelection(int n)
+ {
+ wxChoice::SetSelection(n);
+ }
virtual void SetSelection(long from, long to);
virtual void SetEditable(bool editable);
{
"This",
"is a",
- "wonderfull",
+ "wonderful",
"example.",
};
// Notes : here we just leave this stuff for default implementation
bool wxDropSource::GiveFeedback(DragResult effect, bool bScrolling)
{
- return false;
+ return FALSE;
}
#endif //USE_DRAG_AND_DROP
\ No newline at end of file
void wxShape::Copy(wxShape& copy)
{
+ copy.m_id = m_id;
copy.m_xpos = m_xpos;
copy.m_ypos = m_ypos;
copy.m_pen = m_pen;