fixed out of date spec

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%402359
This commit is contained in:
Davis King 2008-06-24 01:17:33 +00:00
parent 51f45aa8ed
commit d4b6d63c99
1 changed files with 8 additions and 4 deletions

View File

@ -140,10 +140,10 @@ namespace dlib
{
/*!
INITIAL VALUE
top() == 1
left() == 1
right() == 0
bottom() == 0
top() == 0
left() == 0
right() == -1
bottom() == -1
get_rect().is_empty() == true
is_hidden() == false
is_enabled() == true
@ -224,6 +224,10 @@ namespace dlib
- once events_are_enabled() == true this drawable will receive
the following event related to its parent window moving:
on_window_moved.
- if (events & STRING_PUT) then
- once events_are_enabled() == true this drawable will receive
the following event related to wide character string input:
on_string_put.
throws
- std::bad_alloc
- dlib::thread_error