예제 #1
0
		public void Initialize (IPopoverEventSink sink)
		{
			this.sink = sink;
			this.BackgroundColor = Xwt.Drawing.Color.FromBytes (0xee, 0xee, 0xee, 0xf9);
			this.popover = new PopoverWindow ();
		}
 public void Initialize(IPopoverEventSink sink)
 {
     this.sink = sink;
 }
예제 #3
0
		public void Initialize (IPopoverEventSink sink)
		{
			this.sink = sink;
		}
예제 #4
0
 public void Initialize(IPopoverEventSink sink)
 {
     this.sink            = sink;
     this.BackgroundColor = Xwt.Drawing.Color.FromBytes(0xee, 0xee, 0xee, 0xf9);
     this.popover         = new PopoverWindow();
 }
예제 #5
0
 public void Initialize(IPopoverEventSink sink)
 {
     this.sink            = sink;
     this.BackgroundColor = Xwt.Drawing.Color.FromBytes(230, 230, 230, 230);
 }
예제 #6
0
			public PopoverDelegate(IPopoverEventSink sink) {
				this.eventSink = sink;
			}