Method | Description | |
---|---|---|
CollectionGridView ( IBrowsableCollection collection ) : System | ||
CollectionGridView ( |
||
Throb ( int cell_num ) : void | ||
UpdateThumbnail ( int thumbnail_num ) : void | ||
ZoomIn ( ) : void | ||
ZoomOut ( ) : void |
Method | Description | |
---|---|---|
DrawCell ( int cell_num, Gdk.Rectangle cell_area, Gdk.Rectangle expose_area ) : void | ||
DrawPhoto ( int cell_num, Gdk.Rectangle cell_area, Gdk.Rectangle expose_area, bool selected, bool focussed ) : void | ||
OnDestroyed ( ) : void | ||
OnRealized ( ) : void | ||
OnStateChanged ( StateType previous ) : void | ||
OnStyleSet ( Gtk.Style previous ) : void | ||
PreloadCell ( int cell_num ) : void |
Method | Description | |
---|---|---|
CancelThrob ( ) : void | ||
HandlePixbufLoaded ( FSpot Cache, FSpot entry ) : void | ||
HandleThrobTimer ( ) : bool | ||
SetColors ( ) : void | ||
ThrobExpansion ( int cell, bool selected ) : int |
public CollectionGridView ( IBrowsableCollection collection ) : System | ||
collection | IBrowsableCollection | |
return | System |
public CollectionGridView ( |
||
raw | ||
return | System |
protected DrawCell ( int cell_num, Gdk.Rectangle cell_area, Gdk.Rectangle expose_area ) : void | ||
cell_num | int | |
cell_area | Gdk.Rectangle | |
expose_area | Gdk.Rectangle | |
return | void |
protected DrawPhoto ( int cell_num, Gdk.Rectangle cell_area, Gdk.Rectangle expose_area, bool selected, bool focussed ) : void | ||
cell_num | int | |
cell_area | Gdk.Rectangle | |
expose_area | Gdk.Rectangle | |
selected | bool | |
focussed | bool | |
return | void |
protected OnStateChanged ( StateType previous ) : void | ||
previous | StateType | |
return | void |
protected OnStyleSet ( Gtk.Style previous ) : void | ||
previous | Gtk.Style | |
return | void |
protected PreloadCell ( int cell_num ) : void | ||
cell_num | int | |
return | void |
public UpdateThumbnail ( int thumbnail_num ) : void | ||
thumbnail_num | int | |
return | void |