gnome-scan r682 - in trunk: . lib
- From: bersace svn gnome org
- To: svn-commits-list gnome org
- Subject: gnome-scan r682 - in trunk: . lib
- Date: Sun, 14 Dec 2008 16:14:22 +0000 (UTC)
Author: bersace
Date: Sun Dec 14 16:14:21 2008
New Revision: 682
URL: http://svn.gnome.org/viewvc/gnome-scan?rev=682&view=rev
Log:
Add tooltip to option widget label.
Modified:
trunk/ChangeLog
trunk/lib/gnome-scan-option-box.vala
Modified: trunk/lib/gnome-scan-option-box.vala
==============================================================================
--- trunk/lib/gnome-scan-option-box.vala (original)
+++ trunk/lib/gnome-scan-option-box.vala Sun Dec 14 16:14:21 2008
@@ -88,6 +88,7 @@
// prepended before the option widget. Accord ":" to
// locale typographic rules.
Label label = new Label(_("%s:").printf(option.title));
+ label.tooltip_text = option.desc;
label.set_alignment((float)0, (float)0.5);
this.labels.insert(widget, label);
this.table.attach(label, 0, 1, this.child_count-1, this.child_count,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]