gnome-scan r609 - in trunk: bindings lib
- From: bersace svn gnome org
 
- To: svn-commits-list gnome org
 
- Subject: gnome-scan r609 - in trunk: bindings lib
 
- Date: Fri, 23 May 2008 22:07:58 +0000 (UTC)
 
Author: bersace
Date: Fri May 23 22:07:58 2008
New Revision: 609
URL: http://svn.gnome.org/viewvc/gnome-scan?rev=609&view=rev
Log:
add missing files.
Added:
   trunk/bindings/Makefile.am
   trunk/lib/gnome-scan-option-widget.vala
Added: trunk/bindings/Makefile.am
==============================================================================
--- (empty file)
+++ trunk/bindings/Makefile.am	Fri May 23 22:07:58 2008
@@ -0,0 +1 @@
+SUBDIRS = gi vapi
Added: trunk/lib/gnome-scan-option-widget.vala
==============================================================================
--- (empty file)
+++ trunk/lib/gnome-scan-option-widget.vala	Fri May 23 22:07:58 2008
@@ -0,0 +1,18 @@
+using GLib;
+using Gtk;
+//using Gnome.Scan;
+
+namespace Gnome {
+	namespace Scan {
+		/** GnomeScanOptionWidget:
+		 *
+		 * A #GnomeScanOptionWidget expose a #GnomeScanOption to user
+		 * and pass user defined value to #GnomeScanSettings.
+		 */
+		abstract class OptionWidget : HBox {
+			public Option	option		{set construct; get;}
+			public Settings	settings	{set construct; get;}
+			public bool		expand		{set; get;}
+		}
+	}
+}
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]