프로퍼티 | 타입 | 설명 | |
---|---|---|---|
GetNormalizedText | string | ||
Initialize | void |
메소드 | 설명 | |
---|---|---|
GetSize ( int availableWidth, int &width, int &height ) : void | ||
LaunchDialogue ( ) : void | ||
Render ( Drawable window, Gdk bounds, StateType state ) : void | ||
StartEditing ( Gdk cell_area, StateType state ) : |
메소드 | 설명 | |
---|---|---|
CreateEditor ( Gdk cell_area, StateType state ) : IPropertyEditor | ||
GetValueMarkup ( ) : string | ||
GetValueText ( ) : string | ||
Initialize ( ) : void |
메소드 | 설명 | |
---|---|---|
GetNormalizedText ( string s ) : string | ||
Initialize ( Gtk.Widget container, |
protected CreateEditor ( Gdk cell_area, StateType state ) : IPropertyEditor | ||
cell_area | Gdk | |
state | StateType | |
리턴 | IPropertyEditor |
public GetSize ( int availableWidth, int &width, int &height ) : void | ||
availableWidth | int | |
width | int | |
height | int | |
리턴 | void |
public Render ( Drawable window, Gdk bounds, StateType state ) : void | ||
window | Drawable | |
bounds | Gdk | |
state | StateType | |
리턴 | void |
public StartEditing ( Gdk cell_area, StateType state ) : |
||
cell_area | Gdk | |
state | StateType | |
리턴 |