![]() | ![]() | ![]() | Cuiterm Reference Manual | ![]() |
---|
"file" gpointer : Read / Write "max-height" gint : Read / Write "max-size" gint : Read / Write "pixbuf" gpointer : Read / Write
typedef struct { GdkPixbuf *pixbuf; gint max_size; gint max_height; CuiFilename *filename; } CuiIcon;
GdkPixbuf *pixbuf ; | the GdkPixbuf we use as an icon |
gint max_size ; | |
gint max_height ; | |
CuiFilename *filename ; |
CuiIcon* cui_icon_new (CuiFilename *file);
Creates a new icon for the given file. FIXME: this function should be completed.
file : | |
Returns : | a new CuiIcon object |
"max-height" gint : Read / Write
The maximum height in pixels.
Allowed values: [10,1024]
Default value: 32
"max-size" gint : Read / Write
The maximum height and width in pixels.
Allowed values: [10,1024]
Default value: 32
<<< CuiFilename | CuiGenerator >>> |