]> icculus.org git repositories - mikachu/openbox.git/commit - otk/button.hh
Brand spankin new widgets for otk (Label and Button).
authorDana Jansens <danakj@orodu.net>
Sat, 8 Feb 2003 07:33:48 +0000 (07:33 +0000)
committerDana Jansens <danakj@orodu.net>
Sat, 8 Feb 2003 07:33:48 +0000 (07:33 +0000)
commit99cd843fc6dc7a7f55b6c90fd1162f233853aad2
tree42b25c02cbf984fe29b378e9d0dbfbca1436c87b
parentd2df40965bbf042e062b65d6adc12bc158d503eb
Brand spankin new widgets for otk (Label and Button).
Add a new Size class.
Rect, Point, and Size are immutable classes.
Size uses *UNSIGNED* ints. This is causing me headaches * a bajillion right now, so we'll see about that.
28 files changed:
otk/Makefile.am
otk/application.cc
otk/application.hh
otk/appwidget.cc
otk/appwidget.hh
otk/button.cc
otk/button.hh
otk/focuslabel.cc [deleted file]
otk/focuslabel.hh [deleted file]
otk/focuswidget.cc [deleted file]
otk/focuswidget.hh [deleted file]
otk/label.cc
otk/label.hh
otk/otk.hh
otk/otk_test.cc
otk/point.hh
otk/rect.cc [deleted file]
otk/rect.hh
otk/rendercontrol.cc
otk/renderstyle.cc
otk/renderstyle.hh
otk/screeninfo.cc
otk/screeninfo.hh
otk/surface.cc
otk/surface.hh
otk/truerendercontrol.cc
otk/widget.cc
otk/widget.hh