25개 이상의 토픽을 선택하실 수 없습니다.
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- // PictureView.cs created with MonoDevelop
- // User: sam at 22:59 04/10/2008
- //
- // To change standard headers go to Edit->Preferences->Coding->Standard Headers
- //
-
- using System;
- using Gtk;
- using Pipi;
-
- namespace ThePimp
- {
- public partial class PictureView : Gtk.Bin
- {
- protected override void OnSetScrollAdjustments (Adjustment hAdjustement, Adjustment vAdjustement)
- {
- Console.WriteLine("LOL WHAT");
- }
-
- public PictureView(Picture p)
- {
- this.Build();
- }
- }
- }
|