Commit d4b6d63c authored by Davis King's avatar Davis King

fixed out of date spec

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%402359
parent 51f45aa8
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment