wiki:libcommongui

libcommongui

this library is a thin wrapper for gtk. the goal is to provide a consistent ui looknfeel for our applications

It is located in /trunk/src/libraries/libcommongui/

here are the features :

  • main window creation
  • simple window creation
  • simple navigation between window (back button in fact)
  • finger scrolling system (y-axis only)
  • common toolbar for each window
  • widgets
    • button
    • label
    • separator
    • entry field (separate window)

applications using this lib :

  • wifig (simple wifi configuration manager)

todo :

  • refactor the code (separation from finger scrolling & rest of the code)
  • more widgets
  • tutorial on how to use it
  • x-axis finger system