# File libglade/sample/buffer.rb, line 20
def
say_hello
(
widget
)
@entry
.
set_text
(
"Hello World"
)
end