[pygtk] Need to change font in GtkCTree

2000-05-04 Thread Dag Brattli

Hi,

I need to set the font of some of the rows in a GtKCTree to boldface, but
I'm not sure how to do it. Using node_get_row_style() always returns None, 
and node_get_cell_style() gives an error  in gtk.py:

File "/usr/lib/python1.5/site-packages/gtk.py", line 1426, in node_get_cell_style
return _gtk.gtk_ctree_node_get_row_style(self._o, node, col)
TypeError: gtk_ctree_node_get_row_style requires exactly 2 arguments; 3 given

-- Dag
-
To unsubscribe: echo "unsubscribe" | mail [EMAIL PROTECTED]



[pygtk] gnome_app_fill_menu?

2000-05-04 Thread Hassan Aurag

 Hi,

 Under gnome one usually uses GnomeApp().create_menus and toolbars to get those from 
UIINFO things.

 But in Havoc's book, they talk about a gnome_app_fill_menu and toolbar that is 
supposed to give you a toolbar/menu for any UIINFO whether in GnomeApp or not.

 I thought this was great, as UIINFO is much easier to use than any gtk equivalent.

 However it does not seem to be in gnome-python. Any plans, thoughts, whys about the 
matter? Could someone implement it if it is not?


-
To unsubscribe: echo "unsubscribe" | mail [EMAIL PROTECTED]