Icons

Icons — Stock icons and UI initialisation

Synopsis




#define     GS_STOCK_ROTATE_COUNTER_CLOCKWISE
#define     GS_STOCK_ROTATE_CLOCKWISE
#define     GS_STOCK_SCAN
void        gnome_scan_ui_init              (void);

Description

GnomeScan UI provide stocks icons and icons for each devices types and scan actions. All this icons aren't usable unless you call gnome_scan_ui_init(). A Gnome module (like LIBGNOMEUI_MODULE) would be a nicer solution.

Details

GS_STOCK_ROTATE_COUNTER_CLOCKWISE

#define GS_STOCK_ROTATE_COUNTER_CLOCKWISE	"rotate-90"

The "Rotate Counter-Clockwiser" item.


GS_STOCK_ROTATE_CLOCKWISE

#define	GS_STOCK_ROTATE_CLOCKWISE		"rotate-270"

The "Rotate Clockwiser" item.


GS_STOCK_SCAN

#define	GS_STOCK_SCAN		                "scan"

The "Scan" item.


gnome_scan_ui_init ()

void        gnome_scan_ui_init              (void);

Init GnomeScan UI translation and icons.