コード例 #1
0
ファイル: Value.cs プロジェクト: ABEMBARKA/monoUI
 public TextRange GetBoundedRanges(TextRectangle rect,
                                   CoordType coordType,
                                   TextClipType xClipType,
                                   TextClipType yClipType)
 {
     Log.Warn("GetBoundedRanges not implemented");
     return(new Atk.TextRange());
 }
コード例 #2
0
 TextRange TextImplementor.GetBoundedRanges(TextRectangle rect, CoordType coord_type, TextClipType x_clip_type, TextClipType y_clip_type)
 {
     Atk.TextRange result = new Atk.TextRange();
     // todo
     return(result);
 }
コード例 #3
0
		TextRange TextImplementor.GetBoundedRanges (TextRectangle rect, CoordType coord_type, TextClipType x_clip_type, TextClipType y_clip_type)
		{
			Atk.TextRange result = new Atk.TextRange ();
			// todo 
			return result;
		}
コード例 #4
0
ファイル: Value.cs プロジェクト: mono/uia2atk
		public TextRange GetBoundedRanges (TextRectangle rect,
		                                   CoordType coordType,
		                                   TextClipType xClipType,
		                                   TextClipType yClipType)
		{
			Log.Warn ("GetBoundedRanges not implemented");
			return new Atk.TextRange ();
		}