File: README.CWIDGET

package info (click to toggle)
aptitude 0.8.13-8
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 40,556 kB
  • sloc: cpp: 95,285; xml: 31,928; sh: 5,160; makefile: 923; perl: 109; cs: 70; lisp: 55; sed: 16
file content (6 lines) | stat: -rw-r--r-- 260 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
This file contains some caveats to be aware of when writing code that
interacts with the cwidget system.

  - Be aware of the use of smart pointers (see README.SMART-POINTERS)
  - Be careful to call all cwidget code from the UI thread (see
    README.THREADS)