distribution things
authorRobert Roebling <robert@roebling.de>
Wed, 10 Feb 1999 23:08:27 +0000 (23:08 +0000)
committerRobert Roebling <robert@roebling.de>
Wed, 10 Feb 1999 23:08:27 +0000 (23:08 +0000)
commit3502e687e29f46c747be16a58d39fe79e7b1c7bc
tree4af56cfdfbb90eb4d0b6b471b2872d56acfe2da8
parent750b78ba359e7d30c7d3ad49d268923e986268cb
  distribution things
  implemented native docking for menus and toolbars
    (see toolbar sample) someone may have to create
    the new wxMenuBar constructor
  corrected wxFileDlg appearance and made it i18n
  implemented defaults buttons
  improved look of all common dlgs except print setup
  corrected forty's player dlg
  added wxMB_DOCKABLE and wxTB_DOCKABLE flags
  augmented BETA_VERSION to 4
  prevent wxListBox from sending a list_item_selected
    event when adding the first item to a list that
    is a single selection list using AppendXX()

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1673 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
32 files changed:
distrib/msw/gtk.rsp
distrib/msw/motif.rsp
docs/gtk/install.txt
docs/gtk/makewxgtk
docs/gtk/readme.txt
docs/gtk/todo.txt
include/wx/defs.h
include/wx/gtk/menu.h
include/wx/gtk1/menu.h
include/wx/version.h
samples/forty/playerdg.cpp
samples/toolbar/test.cpp
src/generic/choicdgg.cpp
src/generic/colrdlgg.cpp
src/generic/dirdlgg.cpp
src/generic/fontdlgg.cpp
src/generic/msgdlgg.cpp
src/generic/textdlgg.cpp
src/gtk/bmpbuttn.cpp
src/gtk/button.cpp
src/gtk/filedlg.cpp
src/gtk/listbox.cpp
src/gtk/menu.cpp
src/gtk/tbargtk.cpp
src/gtk/window.cpp
src/gtk1/bmpbuttn.cpp
src/gtk1/button.cpp
src/gtk1/filedlg.cpp
src/gtk1/listbox.cpp
src/gtk1/menu.cpp
src/gtk1/tbargtk.cpp
src/gtk1/window.cpp