|  |  |  | GdaBrowser hacking manual |  | 
|---|---|---|---|---|
| Top | Description | Object Hierarchy | Properties | ||||
| MgrFavoritesMgrFavorites — A GdaTreeManager for the stored favorites | 
struct MgrFavorites; #define MGR_FAVORITES_NAME_ATT_NAME #define MGR_FAVORITES_CONTENTS_ATT_NAME #define MGR_FAVORITES_ID_ATT_NAME #define MGR_FAVORITES_TYPE_ATT_NAME #define MGR_FAVORITES_POSITION_ATT_NAME GdaTreeManager * mgr_favorites_new (BrowserConnection *bcnc,ToolsFavoritesType type,gint order_key);
GdaTreeManager * mgr_favorites_new (BrowserConnection *bcnc,ToolsFavoritesType type,gint order_key);
Creates a new GdaTreeManager object which will add one tree node for each favorite of the type type
| 
 | a BrowserConnection object | 
| 
 | the type of favorites to handle | 
| 
 | ordering key, see gda_tools_favorites_add() | 
| Returns : | a new GdaTreeManager object | 
"browser-connection" property"browser-connection" BrowserConnection* : Read / Write / Construct Only
Connection to use.