Displaying 1 result from an estimated 1 matches for "anno_display_option_fill_color".
2006 Nov 12
1
[PATCH] Annotate shapes, text and dbus support
...N_("Circle"),
+ N_("Line") };
+char *defaultTool = "Brush";
+
+#define ANNO_DISPLAY_OPTION_INITIATE 0
+#define ANNO_DISPLAY_OPTION_REMOTE_INITIATE 1
+#define ANNO_DISPLAY_OPTION_ERASE 2
+#define ANNO_DISPLAY_OPTION_CLEAR 3
+#define ANNO_DISPLAY_OPTION_FILL_COLOR 4
+#define ANNO_DISPLAY_OPTION_STROKE_COLOR 5
+#define ANNO_DISPLAY_OPTION_LINE_WIDTH 6
+#define ANNO_DISPLAY_OPTION_STROKE_WIDTH 7
+#define ANNO_DISPLAY_OPTION_TOOL 8
+#define ANNO_DISPLAY_OPTION_NUM 9
typedef struct _AnnoDisplay {
int scre...