Removed now-unneeded files. The implementation is not quite done yet...

This commit is contained in:
Pietro Gagliardi 2015-05-30 16:51:46 -04:00
parent 6d9562d872
commit fbf7612c7b
2 changed files with 0 additions and 66 deletions

View File

@ -1,39 +0,0 @@
destroy
if there is a parent
complain
commit destroy
handle
[implemented by OS]
get parent
return parent variable
set parent
assign parent variable
commit set parent
container visible
if hidden
return false
if no parent
return true
return container visible of parent
container enabled
same as above
@include shed
commit destroy
[implemented by OS]
commit set parent
[implemented by OS]
preferred size
[implemented by OS]
resize
[implemented by OS]
queue resize
[implemented by OS]
sizing
[implemented by OS]
commit show/hide/enable/disable
[implemented by OS]
sys func
[implemented by OS]
start z order
[implemented by OS]

View File

@ -1,27 +0,0 @@
show
unset hidden flag
update state
hide
set hidden flag
update state
enable
unset disabled flag
update state
disable
set disabled flag
update state
update state
if shown and all parents shown
commit show
else
commit hide
if enabled and all parents enabled
commit enable
else
commit disable
update container stat
update container state, non-containers
do nothing
update container state, containers
for all children
update child state