]> git.saurik.com Git - wxWidgets.git/commit
added SpinCtrl,
authorRobert Roebling <robert@roebling.de>
Mon, 11 Oct 1999 10:05:36 +0000 (10:05 +0000)
committerRobert Roebling <robert@roebling.de>
Mon, 11 Oct 1999 10:05:36 +0000 (10:05 +0000)
commit738f9e5a12b8bb3936cc10347be98390602d3660
tree7ddece738bf60d779fc96803f7e70b2f338dc18e
parentd66d3ce6ddd5e5b69449305a46c5c40ed0e85db6
  added SpinCtrl,
  updated a few headers,
  tried to set window size hints, no effect with KWM,

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3926 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
41 files changed:
Makefile.in
distrib/msw/tmake/filelist.txt
include/wx/gtk/accel.h
include/wx/gtk/app.h
include/wx/gtk/bmpbuttn.h
include/wx/gtk/brush.h
include/wx/gtk/button.h
include/wx/gtk/checkbox.h
include/wx/gtk/checklst.h
include/wx/gtk/choice.h
include/wx/gtk/clipbrd.h
include/wx/gtk/combobox.h
include/wx/gtk/control.h
include/wx/gtk/region.h
include/wx/gtk/spinbutt.h
include/wx/gtk/spinctrl.h [new file with mode: 0644]
include/wx/gtk1/accel.h
include/wx/gtk1/app.h
include/wx/gtk1/bmpbuttn.h
include/wx/gtk1/brush.h
include/wx/gtk1/button.h
include/wx/gtk1/checkbox.h
include/wx/gtk1/checklst.h
include/wx/gtk1/choice.h
include/wx/gtk1/clipbrd.h
include/wx/gtk1/combobox.h
include/wx/gtk1/control.h
include/wx/gtk1/region.h
include/wx/gtk1/spinbutt.h
include/wx/gtk1/spinctrl.h [new file with mode: 0644]
include/wx/spinctrl.h
include/wx/window.h
samples/controls/controls.cpp
src/gtk/dialog.cpp
src/gtk/frame.cpp
src/gtk/spinbutt.cpp
src/gtk/spinctrl.cpp [new file with mode: 0644]
src/gtk1/dialog.cpp
src/gtk1/frame.cpp
src/gtk1/spinbutt.cpp
src/gtk1/spinctrl.cpp [new file with mode: 0644]