File: TODO

package info (click to toggle)
gtkmm-documentation 3.12.0-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 18,628 kB
  • ctags: 2,376
  • sloc: cpp: 12,615; sh: 1,004; makefile: 808; perl: 57
file content (39 lines) | stat: -rw-r--r-- 970 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
Buttons:
  HIG-like: When to use each type of button.

ToggledButton: When to use "clicked" and when to use "toggled"? Re-emission?

Widgets Without X-Windows:
  Rename - people don't care about X-Windows. 
     

Update all widget-specific sections:
  Start with Containers, I suppose, and Dialogs.
  DONE: TreeView


Add Gtk::TextView chapter.

Update Drawing Area chapter.



DONE

Basics:
  Just talk about how to use Widgets, signals, ustring, etc, in the most simple way.
  Talk about details elsewhere. /

Widget Overview:
  Move Packing into Containers chapter. /
  Move Using a gtkmm widget into Recommended Techniques. /
  Move Widgets without X-Windows somewhere else /
  Move "Improved Hello World" into Containers chapter? /
:

Tips for Writing gtkmm Applications:
  Rename to "Recommended techniques." /
    Suggestions:
      Derive new top-level window classes. /
      Member child widgets, without manage(). /
      Gtk::Main:run(window) and hide(). /