#include <selectcolor.h>
Data Fields | |
| GtkBin | ancestor |
| The ancestor widget. | |
| GtkNotebook * | notebook |
| The tab widget. | |
| GtkAdjustment * | adj [COLOR_RECENT_START] |
| The adjustments whose values express the current setting. | |
| GtkWidget * | drawing_area [COLOR_MAX] |
| Drawing areas. | |
| GtkWidget * | dropper |
| The invisible widget for dropper (used to grab mouse and keyboard events). | |
| GtkWidget * | dropper_button |
| The button for dropper. | |
| GtkEntry * | hexet_entry |
| The RGB hexet entry. | |
| guchar * | buf [COLOR_MAX] |
| Buffers that contain rgb color contents of drawing areas. | |
| int | buf_width [COLOR_MAX] |
| Buffer allocated widths. | |
| int | buf_height [COLOR_MAX] |
| Buffer allocated heights. | |
| int | change_in_progress |
| Whether widgets are being changed and change events should be ignored. | |
|
|
The adjustments whose values express the current setting. Values are in [0,1]. |
1.3.5