![]() | ![]() | ![]() | Anjuta Developers Reference Manual | ![]() |
---|
ianjuta-context-list —
enum IAnjutaContextListSize; #define IANJUTA_CONTEXT_LIST_ERROR struct IAnjutaContextList; struct IAnjutaContextListIface; GQuark ianjuta_context_list_error_quark (void); IAnjutaContextListSize ianjuta_context_list_get_size (IAnjutaContextList *obj, GError **err); void ianjuta_context_list_render (IAnjutaContextList *obj, GdkPixbuf *image, const gchar *text, GValue *data, GError **err); void ianjuta_context_list_set_size (IAnjutaContextList *obj, IAnjutaContextListSize size, GError **err);
typedef enum { IANJUTA_CONTEXT_LIST_MINI, IANJUTA_CONTEXT_LIST_SMALL, IANJUTA_CONTEXT_LIST_LARGE } IAnjutaContextListSize;
struct IAnjutaContextListIface { IAnjutaContextIface g_iface; IAnjutaContextListSize (*get_size) (IAnjutaContextList *obj, GError **err); void (*render) (IAnjutaContextList *obj, GdkPixbuf *image, const gchar *text, GValue* data, GError **err); void (*set_size) (IAnjutaContextList *obj, IAnjutaContextListSize size, GError **err); };
IAnjutaContextListSize ianjuta_context_list_get_size (IAnjutaContextList *obj, GError **err);
obj : | |
err : | |
Returns : |
void ianjuta_context_list_render (IAnjutaContextList *obj, GdkPixbuf *image, const gchar *text, GValue *data, GError **err);
obj : | |
image : | |
text : | |
data : | |
err : |
void ianjuta_context_list_set_size (IAnjutaContextList *obj, IAnjutaContextListSize size, GError **err);
obj : | |
size : | |
err : |
<< ianjuta-context | ianjuta-context-text >> |