2 - gnt_styles_get_keyremaps
3 - gnt_style_read_actions
5 - gnt_widget_queue_update
6 - gnt_ws_widget_hide/show
7 either remove them altogether, or move them in some internal header file.
8 - move some of the functions from gnt.h to more approp. places. eg. in gntbox.h, gntwidget.h etc.
9 - use _set_column_ everywhere, instead of _set_col_ in some places
10 - use some consistent naming for GntXXXFlag and GntXXXFlags.
11 - rename the _menuitem_ functions to _menu_item_, or rename GntMenuItem to GntMenuitem
12 - _ref and _unref items/widgets when doing add_item/add_widget on GntMenu/GntBox and on GntWindow.set_menu
13 - maybe not. Python GC automatically calls _unref, but it doesn't happen in C. I am not sure
14 it's a good idea to impose an explicit compulsory _unref on every widget created in C.
17 - rearrange text in a textview in an idleloop to not block for a long time
19 - context menu for windows in the taskbar