egg-recent-view-gtk.h File Reference

#include <gtk/gtk.h>
#include "egg-recent-item.h"

Go to the source code of this file.

Classes

struct  _EggRecentViewGtkClass

Defines

#define EGG_RECENT_VIEW_GTK(obj)   G_TYPE_CHECK_INSTANCE_CAST (obj, egg_recent_view_gtk_get_type (), EggRecentViewGtk)
#define EGG_RECENT_VIEW_GTK_CLASS(klass)   G_TYPE_CHECK_CLASS_CAST (klass, egg_recent_view_gtk_get_type (), EggRecentViewGtkClass)
#define EGG_IS_RECENT_VIEW_GTK(obj)   G_TYPE_CHECK_INSTANCE_TYPE (obj, egg_recent_view_gtk_get_type ())

Typedefs

typedef void(*) EggRecentViewGtkTooltipFunc (GtkTooltips *tooltips, GtkWidget *menu, EggRecentItem *item, gpointer user_data)
typedef _EggRecentViewGtk EggRecentViewGtk
typedef _EggRecentViewGtkClass EggRecentViewGtkClass

Functions

GType egg_recent_view_gtk_get_type (void)
EggRecentViewGtkegg_recent_view_gtk_new (GtkWidget *menu, GtkWidget *start_menu_item)
void egg_recent_view_gtk_set_menu (EggRecentViewGtk *view, GtkWidget *menu)
GtkWidget * egg_recent_view_gtk_get_menu (EggRecentViewGtk *view)
void egg_recent_view_gtk_set_start_menu_item (EggRecentViewGtk *view, GtkWidget *menu_item)
GtkWidget * egg_recent_view_gtk_get_start_menu_item (EggRecentViewGtk *view)
void egg_recent_view_gtk_set_leading_sep (EggRecentViewGtk *view, gboolean val)
void egg_recent_view_gtk_set_trailing_sep (EggRecentViewGtk *view, gboolean val)
void egg_recent_view_gtk_show_icons (EggRecentViewGtk *view, gboolean show)
void egg_recent_view_gtk_show_numbers (EggRecentViewGtk *view, gboolean show)
void egg_recent_view_gtk_set_tooltip_func (EggRecentViewGtk *view, EggRecentViewGtkTooltipFunc func, gpointer user_data)
void egg_recent_view_gtk_set_icon_size (EggRecentViewGtk *view, GtkIconSize icon_size)
GtkIconSize egg_recent_view_gtk_get_icon_size (EggRecentViewGtk *view)


Define Documentation

#define EGG_IS_RECENT_VIEW_GTK ( obj   )     G_TYPE_CHECK_INSTANCE_TYPE (obj, egg_recent_view_gtk_get_type ())

#define EGG_RECENT_VIEW_GTK ( obj   )     G_TYPE_CHECK_INSTANCE_CAST (obj, egg_recent_view_gtk_get_type (), EggRecentViewGtk)

#define EGG_RECENT_VIEW_GTK_CLASS ( klass   )     G_TYPE_CHECK_CLASS_CAST (klass, egg_recent_view_gtk_get_type (), EggRecentViewGtkClass)


Typedef Documentation

typedef struct _EggRecentViewGtk EggRecentViewGtk

typedef struct _EggRecentViewGtkClass EggRecentViewGtkClass

typedef void(*) EggRecentViewGtkTooltipFunc(GtkTooltips *tooltips, GtkWidget *menu, EggRecentItem *item, gpointer user_data)


Function Documentation

GtkIconSize egg_recent_view_gtk_get_icon_size ( EggRecentViewGtk view  ) 

GtkWidget* egg_recent_view_gtk_get_menu ( EggRecentViewGtk view  ) 

GtkWidget* egg_recent_view_gtk_get_start_menu_item ( EggRecentViewGtk view  ) 

GType egg_recent_view_gtk_get_type ( void   ) 

EggRecentViewGtk* egg_recent_view_gtk_new ( GtkWidget *  menu,
GtkWidget *  start_menu_item 
)

void egg_recent_view_gtk_set_icon_size ( EggRecentViewGtk view,
GtkIconSize  icon_size 
)

void egg_recent_view_gtk_set_leading_sep ( EggRecentViewGtk view,
gboolean  val 
)

void egg_recent_view_gtk_set_menu ( EggRecentViewGtk view,
GtkWidget *  menu 
)

void egg_recent_view_gtk_set_start_menu_item ( EggRecentViewGtk view,
GtkWidget *  menu_item 
)

void egg_recent_view_gtk_set_tooltip_func ( EggRecentViewGtk view,
EggRecentViewGtkTooltipFunc  func,
gpointer  user_data 
)

void egg_recent_view_gtk_set_trailing_sep ( EggRecentViewGtk view,
gboolean  val 
)

void egg_recent_view_gtk_show_icons ( EggRecentViewGtk view,
gboolean  show 
)

void egg_recent_view_gtk_show_numbers ( EggRecentViewGtk view,
gboolean  show 
)


Generated on Mon Aug 28 14:31:03 2006 for bakery by  doxygen 1.4.7