Property | Type | Description | |
---|---|---|---|
HandleWidgetSelectionChanged | void | ||
ICellRendererTarget | Rectangle | ||
MapColumn | void | ||
MapTitle | void |
Method | Description | |
---|---|---|
AddAttribute ( object target, Gtk cr, string field, int col ) : void | ||
AddColumn ( ListViewColumn col ) : object | ||
CreateHorizontalScrollControl ( ) : IScrollControlBackend | ||
CreateVerticalScrollControl ( ) : IScrollControlBackend | ||
DisableEvent ( object eventId ) : void | ||
EnableEvent ( object eventId ) : void | ||
GetCellPosition ( Gtk r, int ex, int ey, int &cx, int &cy, Gtk &it ) : bool | ||
PackEnd ( object target, Gtk cr, bool expand ) : void | ||
PackStart ( object target, Gtk cr, bool expand ) : void | ||
QueueDraw ( object target, Gtk iter ) : void | ||
RemoveColumn ( ListViewColumn col, object handle ) : void | ||
ScrollToRow ( TreeIter pos ) : void | ||
SelectAll ( ) : void | ||
SetCellDataFunc ( object target, Gtk cr, Gtk dataFunc ) : void | ||
SetCurrentEventRow ( string path ) : void | ||
SetSelectionMode ( SelectionMode mode ) : void | ||
TableViewBackend ( ) | ||
UnselectAll ( ) : void | ||
UpdateColumn ( ListViewColumn col, object handle, ListViewColumnChange change ) : void |
Method | Description | |
---|---|---|
GetButtonPressEventArgs ( ButtonPressEventArgs args ) : ButtonEventArgs | ||
GetButtonReleaseEventArgs ( ButtonReleaseEventArgs args ) : ButtonEventArgs | ||
GetCellColumn ( CellView cell ) : Gtk.TreeViewColumn | ||
GetCellRenderer ( CellView cell ) : Gtk.CellRenderer | ||
GetMouseMovedEventArgs ( MotionNotifyEventArgs args ) : MouseMovedEventArgs | ||
GetPathAtPosition ( System.Point p ) : Gtk.TreePath | ||
GetRowBackgroundBounds ( Gtk iter ) : Rectangle | ||
GetRowBounds ( Gtk iter ) : Rectangle | ||
OnSetBackgroundColor ( Xwt color ) : void |
Method | Description | |
---|---|---|
HandleWidgetSelectionChanged ( object sender, |
||
ICellRendererTarget ( object target, Gtk cra, Gtk iter ) : Rectangle | ||
MapColumn ( ListViewColumn col, Gtk tc ) : void | ||
MapTitle ( ListViewColumn col, Gtk tc ) : void |
public AddAttribute ( object target, Gtk cr, string field, int col ) : void | ||
target | object | |
cr | Gtk | |
field | string | |
col | int | |
return | void |
public AddColumn ( ListViewColumn col ) : object | ||
col | ListViewColumn | |
return | object |
public CreateHorizontalScrollControl ( ) : IScrollControlBackend | ||
return | IScrollControlBackend |
public CreateVerticalScrollControl ( ) : IScrollControlBackend | ||
return | IScrollControlBackend |
public DisableEvent ( object eventId ) : void | ||
eventId | object | |
return | void |
protected GetButtonPressEventArgs ( ButtonPressEventArgs args ) : ButtonEventArgs | ||
args | ButtonPressEventArgs | |
return | ButtonEventArgs |
protected GetButtonReleaseEventArgs ( ButtonReleaseEventArgs args ) : ButtonEventArgs | ||
args | ButtonReleaseEventArgs | |
return | ButtonEventArgs |
protected GetCellColumn ( CellView cell ) : Gtk.TreeViewColumn | ||
cell | CellView | |
return | Gtk.TreeViewColumn |
public GetCellPosition ( Gtk r, int ex, int ey, int &cx, int &cy, Gtk &it ) : bool | ||
r | Gtk | |
ex | int | |
ey | int | |
cx | int | |
cy | int | |
it | Gtk | |
return | bool |
protected GetCellRenderer ( CellView cell ) : Gtk.CellRenderer | ||
cell | CellView | |
return | Gtk.CellRenderer |
protected GetMouseMovedEventArgs ( MotionNotifyEventArgs args ) : MouseMovedEventArgs | ||
args | MotionNotifyEventArgs | |
return | MouseMovedEventArgs |
protected GetPathAtPosition ( System.Point p ) : Gtk.TreePath | ||
p | System.Point | |
return | Gtk.TreePath |
protected GetRowBackgroundBounds ( Gtk iter ) : Rectangle | ||
iter | Gtk | |
return | Rectangle |
protected GetRowBounds ( Gtk iter ) : Rectangle | ||
iter | Gtk | |
return | Rectangle |
protected OnSetBackgroundColor ( Xwt color ) : void | ||
color | Xwt | |
return | void |
public PackEnd ( object target, Gtk cr, bool expand ) : void | ||
target | object | |
cr | Gtk | |
expand | bool | |
return | void |
public PackStart ( object target, Gtk cr, bool expand ) : void | ||
target | object | |
cr | Gtk | |
expand | bool | |
return | void |
public QueueDraw ( object target, Gtk iter ) : void | ||
target | object | |
iter | Gtk | |
return | void |
public RemoveColumn ( ListViewColumn col, object handle ) : void | ||
col | ListViewColumn | |
handle | object | |
return | void |
public SetCellDataFunc ( object target, Gtk cr, Gtk dataFunc ) : void | ||
target | object | |
cr | Gtk | |
dataFunc | Gtk | |
return | void |
public SetCurrentEventRow ( string path ) : void | ||
path | string | |
return | void |
public SetSelectionMode ( SelectionMode mode ) : void | ||
mode | SelectionMode | |
return | void |
public UpdateColumn ( ListViewColumn col, object handle, ListViewColumnChange change ) : void | ||
col | ListViewColumn | |
handle | object | |
change | ListViewColumnChange | |
return | void |