Keyboard navigatino in tree ctrl
EnsureVisible() git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1122 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -44,9 +44,11 @@ this has no effect, but I tried...
|
||||
|
||||
wxWindows/GTK requires the GTK+ library to be installed on your system.
|
||||
It has to be a stable version, preferebly version 1.0.6. When using
|
||||
a version previous to 1.0.6 you'll get crashes here and there. Although
|
||||
wxWindows/GTK now compiles with GTK+ 1.1.3, it does not set work
|
||||
properly. Wait for a stable version GTK 1.2.
|
||||
a version previous to 1.0.6 you'll get crashes here and there.
|
||||
|
||||
wxWindows/GTK does NOT work with the 1.1.X versions of the GTK+ library
|
||||
and we will wait until the 1.2 version comes out and has stabilized
|
||||
until we'll work with that library.
|
||||
|
||||
You can get the newest version of the GTK+ from the GTK homepage
|
||||
at
|
||||
|
@@ -1,7 +1,7 @@
|
||||
|
||||
Welcome to wxWindows/Gtk,
|
||||
|
||||
you have downloaded version 1.97 of the GTK+ port of C++ library
|
||||
you have downloaded version 1.99 of the GTK+ port of C++ library
|
||||
wxWindows. Information on how to install can be found in the
|
||||
file INSTALL.txt, but if you cannot wait, this should work on
|
||||
all systems
|
||||
@@ -19,9 +19,15 @@ YOUR PROBLEM, SUCH AS YOUR VERSION OF GTK, WXGTK, WHAT
|
||||
DISTRIBUTION YOU USE AND WHAT ERROR WAS REPORTED. I know
|
||||
this has no effect, but I tried...
|
||||
|
||||
wxWindows/Gtk is still in development and you can have a look
|
||||
at the TODO.txt to see what's missing before an official beta
|
||||
and - more important - before we can aim at binary compatibility.
|
||||
This is the beta release which means that we have a feature
|
||||
freeze. We'll move up to versin 2.0 rather soon and from then
|
||||
on there will be no more binary incompatible changes. We might
|
||||
add more classes, but none that would alter the behaviour of
|
||||
the existing ones. The library produced by the install process
|
||||
of the final version will be called libwx_gtk_1_0.a (static)
|
||||
and libwx_gtk_1_0.so.2.0.0 (shared) so that once a version
|
||||
of wxWindows/Gtk for GTK 1.2 comes out we'll change the name
|
||||
of the library to avoid linking problems.
|
||||
|
||||
More information is available from my homepage at
|
||||
|
||||
@@ -32,8 +38,8 @@ bug reports or comments to either the wxGTK mailing list or to
|
||||
the wxWindows developers list. Information on how to subscribe
|
||||
is available from my homepage.
|
||||
|
||||
wxWindows/Gtk comes with no guarantee whatsoever. It might crash
|
||||
your harddisk or destroy your monitor. It doesn't claim to be
|
||||
wxWindows/Gtk doesn't come with any guarantee whatsoever. It might
|
||||
crash your harddisk or destroy your monitor. It doesn't claim to be
|
||||
suitable for any special purpose.
|
||||
|
||||
Regards,
|
||||
|
@@ -1,15 +1,9 @@
|
||||
|
||||
-------------------- High priority ---------------------
|
||||
|
||||
wxTreeCtrl
|
||||
-> Keyboard handling.
|
||||
|
||||
wxClipboard
|
||||
-> On the way, but not functional yet.
|
||||
|
||||
Fix printing of bitmaps
|
||||
-> No idea.
|
||||
|
||||
-------------------- Low priority ---------------------
|
||||
|
||||
OwnerDraw for wxListCtrl and others
|
||||
|
Reference in New Issue
Block a user