More Motif stuff incl. beginnings of wxToolBar
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@895 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -38,7 +38,7 @@ or a frame becomes inactivate resulting in all application frames being inactive
|
||||
|
||||
\membersection{wxActivateEvent::wxActivateEvent}
|
||||
|
||||
\func{}{wxActivateEvent}{\param{WXTYPE }{eventType = 0}, \param{int }{id = 0}}
|
||||
\func{}{wxActivateEvent}{\param{WXTYPE }{eventType = 0}, \param{bool}{ active = TRUE}, \param{int }{id = 0}}
|
||||
|
||||
Constructor.
|
||||
|
||||
|
@@ -545,7 +545,7 @@ Reads a double value, returning TRUE if the value was found. If the value was
|
||||
not found, {\it d} is not changed.
|
||||
|
||||
\constfunc{bool}{Read}{\param{const wxString\& }{ key}, \param{double*}{ d},
|
||||
\param{double}{ defaultVal}}
|
||||
\param{double}{ defaultVal}}
|
||||
|
||||
Reads a double value, returning TRUE if the value was found. If the value was
|
||||
not found, {\it defaultVal} is used instead.
|
||||
|
@@ -24,7 +24,14 @@ High Priority
|
||||
|
||||
- Colour setting in widgets.
|
||||
|
||||
- Implementation of OnEraseBackground.
|
||||
- Implementation of OnEraseBackground. How? Call OnEraseBackground
|
||||
just before OnPaint? Will duplicate Xlib's own erase of the background.
|
||||
However, this is usually OK, because the default wxWindow::OnEraseBackground
|
||||
can do nothing (SetBackgroundColour will make the background look OK).
|
||||
And if a custom OnEraseBackground uses the same colour as the window
|
||||
background, no flicker will be seen. If it does something else, such as
|
||||
painting a tiled bitmap, then a slight flicker might be seen unless
|
||||
X can be persuaded not to repaint the window background by default.
|
||||
|
||||
- wxBitmapCheckBox, wxBitmapRadioButton
|
||||
|
||||
@@ -48,9 +55,11 @@ High Priority
|
||||
http://www.motifzone.com/tmd/articles/Kurt_Huhner/jun96.html.
|
||||
This article also explains how to implement tooltips.
|
||||
|
||||
- wxSystemSettings
|
||||
- Find out why modal dialogs give a grab warning.
|
||||
|
||||
- wxTimer
|
||||
- Find out why UI updates aren't working (probably an OnIdle failure).
|
||||
|
||||
- wxSystemSettings
|
||||
|
||||
- wxThread (hopefully, similar to wxGTK)
|
||||
|
||||
|
Reference in New Issue
Block a user