Skip to content

Commit

Permalink
changed some small stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
bakkdoor committed Nov 3, 2008
1 parent 8b0368e commit 80bafd2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/rswing/components/container.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ module RSwing
module Components
module Container

include RSwing::Components::Component
include Component

include Events::ContainerEvents

# Adds a component with a set of options to this container.
Expand Down
1 change: 1 addition & 0 deletions lib/rswing/components/window.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ module Window

include Container

include Events::PropertyChanged
include Events::WindowState
include Events::WindowFocus

Expand Down

0 comments on commit 80bafd2

Please sign in to comment.