On Mon, 2006-02-06 at 15:47 -0800, Patrick Mansfield wrote: > On Mon, Feb 06, 2006 at 04:39:09PM -0500, Jeremy Katz wrote: > > On Fri, 2006-02-03 at 14:05 -0800, Patrick Mansfield wrote: > > > Add the iscsi_gui.py install module, and the call to it. > > > > Looks fine. > > > > > Add iscsi glade file. > > > > This could use a little bit of HIG love. Main suggestions for > > :) > > > improvement would be > > * Bold the labels > > How do I bold them? Any example usage? I haven't found any obvious usage in > any glade files. > > Do I need something like the pango.WEIGHT_BOLD usage in iw/partition_gui.py? > That one seems to apply to the entered text, not the label. If you set the labels use markup property to true, you can then do <b>my text</b> as the label and it'll get formatted as pango markup[1] Jeremy [1] http://developer.gnome.org/doc/API/2.0/pango/PangoMarkupFormat.html