]> git.saurik.com Git - wxWidgets.git/commit - src/gtk/button.cpp
Calling a Refresh() before the window is created no longer
authorRobert Roebling <robert@roebling.de>
Tue, 28 Dec 1999 13:08:04 +0000 (13:08 +0000)
committerRobert Roebling <robert@roebling.de>
Tue, 28 Dec 1999 13:08:04 +0000 (13:08 +0000)
commitf2593d0ddae43a3e9054d2e9bb59646e19dffe73
treeb012cd173ad177f212bff9c14e560409e88a8f52
parent9b6b5750040c1caed398b662c42c95fb6b58cc40
  Calling a Refresh() before the window is created no longer
    gives an assert. Nothing will happen.
  Added wxTreeCtrl::InsertItem( paret, before, ... ),
  Correct some places with incorrectly indented code.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5126 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
18 files changed:
docs/gtk/changes.txt
docs/latex/wx/treectrl.tex
include/wx/generic/treectrl.h
src/generic/treectrl.cpp
src/gtk/accel.cpp
src/gtk/bitmap.cpp
src/gtk/bmpbuttn.cpp
src/gtk/button.cpp
src/gtk/checkbox.cpp
src/gtk/dataobj.cpp
src/gtk/window.cpp
src/gtk1/accel.cpp
src/gtk1/bitmap.cpp
src/gtk1/bmpbuttn.cpp
src/gtk1/button.cpp
src/gtk1/checkbox.cpp
src/gtk1/dataobj.cpp
src/gtk1/window.cpp