]> git.tdb.fi Git - libs/gltk.git/commit
Move navigation logic from Container to Panel
authorMikko Rasa <tdb@tdb.fi>
Thu, 1 Sep 2016 07:46:57 +0000 (10:46 +0300)
committerMikko Rasa <tdb@tdb.fi>
Thu, 1 Sep 2016 07:46:57 +0000 (10:46 +0300)
commitae62c05fe97d341c4f219656cdce7aadf321991b
treee5507c03b3aba5ed31356c8f88d04288aba4ae52
parent37b46ec8dc03e090a6bec4a753233329a8335d41
Move navigation logic from Container to Panel

A number of widgets inherit from Container because they have internal
sub-widgets, but have their own navigation logic.  Panel is the user-
visible generic container.
source/container.cpp
source/panel.cpp
source/panel.h