C# Class atkSharpHelloWorld.HelloButton

Inheritance: Atk.Object, Atk.TextImplementor
Mostra file Open project: mono/uia2atk

Public Methods

Method Description
AddSelection ( int start_offset, int end_offset ) : bool
FirePushButton ( ) : void
GetBoundedRanges ( Atk rect, Atk coord_type, Atk x_clip_type, Atk y_clip_type ) : Atk.TextRange
GetCharacterAtOffset ( int offset ) : char
GetCharacterExtents ( int offset, int &x, int &y, int &width, int &height, Atk coords ) : void
GetOffsetAtPoint ( int x, int y, Atk coords ) : int
GetRangeExtents ( int start_offset, int end_offset, Atk coord_type, Atk &rect ) : void
GetRunAttributes ( int offset, int &start_offset, int &end_offset ) : Atk.Attribute[]
GetSelection ( int selection_num, int &start_offset, int &end_offset ) : string
GetText ( int start_offset, int end_offset ) : string
GetTextAfterOffset ( int offset, Atk boundary_type, int &start_offset, int &end_offset ) : string
GetTextAtOffset ( int offset, Atk boundary_type, int &start_offset, int &end_offset ) : string
GetTextBeforeOffset ( int offset, Atk boundary_type, int &start_offset, int &end_offset ) : string
HelloButton ( string caption ) : System
RemoveSelection ( int selection_num ) : bool
SetCaretOffset ( int offset ) : bool
SetSelection ( int selection_num, int start_offset, int end_offset ) : bool

Method Details

AddSelection() public method

public AddSelection ( int start_offset, int end_offset ) : bool
start_offset int
end_offset int
return bool

FirePushButton() public method

public FirePushButton ( ) : void
return void

GetBoundedRanges() public method

public GetBoundedRanges ( Atk rect, Atk coord_type, Atk x_clip_type, Atk y_clip_type ) : Atk.TextRange
rect Atk
coord_type Atk
x_clip_type Atk
y_clip_type Atk
return Atk.TextRange

GetCharacterAtOffset() public method

public GetCharacterAtOffset ( int offset ) : char
offset int
return char

GetCharacterExtents() public method

public GetCharacterExtents ( int offset, int &x, int &y, int &width, int &height, Atk coords ) : void
offset int
x int
y int
width int
height int
coords Atk
return void

GetOffsetAtPoint() public method

public GetOffsetAtPoint ( int x, int y, Atk coords ) : int
x int
y int
coords Atk
return int

GetRangeExtents() public method

public GetRangeExtents ( int start_offset, int end_offset, Atk coord_type, Atk &rect ) : void
start_offset int
end_offset int
coord_type Atk
rect Atk
return void

GetRunAttributes() public method

public GetRunAttributes ( int offset, int &start_offset, int &end_offset ) : Atk.Attribute[]
offset int
start_offset int
end_offset int
return Atk.Attribute[]

GetSelection() public method

public GetSelection ( int selection_num, int &start_offset, int &end_offset ) : string
selection_num int
start_offset int
end_offset int
return string

GetText() public method

public GetText ( int start_offset, int end_offset ) : string
start_offset int
end_offset int
return string

GetTextAfterOffset() public method

public GetTextAfterOffset ( int offset, Atk boundary_type, int &start_offset, int &end_offset ) : string
offset int
boundary_type Atk
start_offset int
end_offset int
return string

GetTextAtOffset() public method

public GetTextAtOffset ( int offset, Atk boundary_type, int &start_offset, int &end_offset ) : string
offset int
boundary_type Atk
start_offset int
end_offset int
return string

GetTextBeforeOffset() public method

public GetTextBeforeOffset ( int offset, Atk boundary_type, int &start_offset, int &end_offset ) : string
offset int
boundary_type Atk
start_offset int
end_offset int
return string

HelloButton() public method

public HelloButton ( string caption ) : System
caption string
return System

RemoveSelection() public method

public RemoveSelection ( int selection_num ) : bool
selection_num int
return bool

SetCaretOffset() public method

public SetCaretOffset ( int offset ) : bool
offset int
return bool

SetSelection() public method

public SetSelection ( int selection_num, int start_offset, int end_offset ) : bool
selection_num int
start_offset int
end_offset int
return bool