forked from cr33dog/pyxfce
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTODO
51 lines (36 loc) · 1.32 KB
/
TODO
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
40
41
42
43
44
45
46
47
48
49
50
51
skip:
xfce_mkdirhier
xfce_putenv
xfce_setenv?
gtk x11 eventfilter
mcs stuff
panel
netk stuff has many undefineds
get rid of gtk_style.defs ?
util: test desktopentry
fix mcs stuff
Ex: (object Widget
(in-module (Gtk))
(parent Object) ;; could say (parent Object (Gtk))
(abstract #t)
(c-name GtkWidget)
(field (type-and-name GdkWindow* window) (access read)))
An "object" declaration automatically implies the type definition
(boxed boxed-name
(in-module modname)
(c-name c-name)
(ref-func func-to-increase-refcount)
(copy-func func-to-copy)
(release-func func-to-destroy-or-decrement-refcount)
(field (type-and-name type-alias-of-struct-field name-of-struct-field) (access access-rule)))
(struct Rectangle
(in-module (Gdk))
(c-name GdkRectangle)
(field (type-and-name gint16 x) (access readwrite))
(field (type-and-name gint16 y) (access readwrite))
(field (type-and-name guint16 width) (access readwrite))
(field (type-and-name guint16 height) (access readwrite)))
netk window_state_changed_cb: how to check mask and newvalue ? constants ? where ?
deprecated (i.e. remove it): XfceFileChooser?no?, XfceColorButton, XfceDecorButton, XfceDecorToggle
http://live.gnome.org/PyGTK/WhatsNew28
Could not write function get_path_localized: No ArgType for 'GFileTest'