]> icculus.org git repositories - dana/openbox.git/commit
add an OtkAppWidget which are "root windows", i.e. the managed child of root, to...
authorDana Jansens <danakj@orodu.net>
Sat, 16 Nov 2002 14:30:18 +0000 (14:30 +0000)
committerDana Jansens <danakj@orodu.net>
Sat, 16 Nov 2002 14:30:18 +0000 (14:30 +0000)
commit12a95bfdb31595ec53d72adef4e0fd6bf1ccf218
tree5a7fd6a4b2a56e6849ef0fe87b67b5dcc03807ab
parent3bc1f37469a4933966f049cc57093fb564b721a3
add an OtkAppWidget which are "root windows", i.e. the managed child of root, to be shown on the display.
Exit when all the "root windows" are hidden.
Support the WM_DELETE protocol to hide a "root window".
14 files changed:
otk/Makefile.am
otk/application.cc
otk/application.hh
otk/appwidget.cc [new file with mode: 0644]
otk/appwidget.hh [new file with mode: 0644]
otk/button.cc
otk/button.hh
otk/eventhandler.cc
otk/eventhandler.hh
otk/focuswidget.cc
otk/focuswidget.hh
otk/otk_test.cc
otk/widget.cc
otk/widget.hh