Difference between revisions of "User:SAMdroid/Post GCI Hackathon"

From Sugar Labs
Jump to navigation Jump to search
Line 19: Line 19:
 
::: show_overlays()
 
::: show_overlays()
 
::: hide_overlays()
 
::: hide_overlays()
 +
** Next up, a UI for hiding/showing overlays on the view toolbar
 +
** Each activity will have to decide how to use the overlays, I think
  
 
= Work Already Done=
 
= Work Already Done=
 
* [http://lists.sugarlabs.org/archive/sugar-devel/2014-January/046647.html Journal Social Network Style]
 
* [http://lists.sugarlabs.org/archive/sugar-devel/2014-January/046647.html Journal Social Network Style]
 
* [http://lists.sugarlabs.org/archive/sugar-devel/2014-January/046612.html Icon View]
 
* [http://lists.sugarlabs.org/archive/sugar-devel/2014-January/046612.html Icon View]

Revision as of 13:32, 1 February 2014

Goal

Hack those views and get the designs done!

Links

add_overlay(widget, x, y)
move_overlay(widget, x, y)
show_overlays()
hide_overlays()
    • Next up, a UI for hiding/showing overlays on the view toolbar
    • Each activity will have to decide how to use the overlays, I think

Work Already Done