Method | Description | |
---|---|---|
Dispose ( ) : void | ||
DocumentIconView ( |
||
GetCorrectedPathAndPosition ( int x, int y, Gtk.TreePath &path, IconViewDropPosition &pos ) : void | ||
HandleButtonPressEvent ( object o, ButtonPressEventArgs args ) : void | ||
HandleDragBegin ( object o, Gtk.DragBeginArgs args ) : void | ||
HandleDragDataGet ( object o, Gtk.DragDataGetArgs args ) : void | ||
HandleDragDataReceived ( object o, Gtk.DragDataReceivedArgs args ) : void | ||
HandleDragLeave ( object o, Gtk.DragLeaveArgs args ) : void | ||
HandlePopupMenu ( object o, PopupMenuArgs args ) : void | ||
HandleSelectionChanged ( object o, |
||
HandleSizeAllocated ( object o, |
||
OnPagesAdded ( int index, |
||
OnPagesChanged ( |
||
OnPagesMoved ( ) : void | ||
OnPagesRemoved ( |
||
Refresh ( ) : void | ||
RefreshSelection ( ) : void | ||
SetDestInfo ( int x, int y ) : void | ||
SetDocument ( Document new_doc ) : void | ||
SetPageSelectionMode ( PageSelectionMode mode ) : void | ||
SetSelectionMatchQuery ( string query ) : void | ||
UpdateAllPages ( ) : void | ||
Zoom ( int pixels ) : void | ||
Zoom ( int pixels, bool absolute ) : void | ||
ZoomFit ( ) : void |
Method | Description | |
---|---|---|
OnDragMotion ( Gdk context, int x, int y, uint time_ ) : bool | ||
OnScrollEvent ( Gdk evnt ) : bool |
Method | Description | |
---|---|---|
GetDropIndex ( int x, int y ) : int | ||
SetItemSize ( int w ) : void |
public DocumentIconView ( |
||
app | ||
return | System |
public GetCorrectedPathAndPosition ( int x, int y, Gtk.TreePath &path, IconViewDropPosition &pos ) : void | ||
x | int | |
y | int | |
path | Gtk.TreePath | |
pos | IconViewDropPosition | |
return | void |
public HandleButtonPressEvent ( object o, ButtonPressEventArgs args ) : void | ||
o | object | |
args | ButtonPressEventArgs | |
return | void |
public HandleDragBegin ( object o, Gtk.DragBeginArgs args ) : void | ||
o | object | |
args | Gtk.DragBeginArgs | |
return | void |
public HandleDragDataGet ( object o, Gtk.DragDataGetArgs args ) : void | ||
o | object | |
args | Gtk.DragDataGetArgs | |
return | void |
public HandleDragDataReceived ( object o, Gtk.DragDataReceivedArgs args ) : void | ||
o | object | |
args | Gtk.DragDataReceivedArgs | |
return | void |
public HandleDragLeave ( object o, Gtk.DragLeaveArgs args ) : void | ||
o | object | |
args | Gtk.DragLeaveArgs | |
return | void |
public HandlePopupMenu ( object o, PopupMenuArgs args ) : void | ||
o | object | |
args | PopupMenuArgs | |
return | void |
public HandleSelectionChanged ( object o, |
||
o | object | |
args | ||
return | void |
public HandleSizeAllocated ( object o, |
||
o | object | |
args | ||
return | void |
protected OnDragMotion ( Gdk context, int x, int y, uint time_ ) : bool | ||
context | Gdk | |
x | int | |
y | int | |
time_ | uint | |
return | bool |
public OnPagesAdded ( int index, |
||
index | int | |
pages | ||
return | void |
public OnPagesChanged ( |
||
pages | ||
return | void |
public OnPagesRemoved ( |
||
pages | ||
return | void |
public SetDocument ( Document new_doc ) : void | ||
new_doc | Document | |
return | void |
public SetPageSelectionMode ( PageSelectionMode mode ) : void | ||
mode | PageSelectionMode | |
return | void |
public SetSelectionMatchQuery ( string query ) : void | ||
query | string | |
return | void |
public Zoom ( int pixels, bool absolute ) : void | ||
pixels | int | |
absolute | bool | |
return | void |