| Top |
Functions
|
|
ags_cell_pattern_draw_grid () |
|
|
ags_cell_pattern_draw_matrix () |
|
|
ags_cell_pattern_draw_cursor () |
|
|
ags_cell_pattern_redraw_gutter_point () |
|
|
ags_cell_pattern_highlight_gutter_point () |
|
|
ags_cell_pattern_unpaint_gutter_point () |
|
|
ags_cell_pattern_blink_worker () |
|
|
ags_cell_pattern_led_queue_draw_timeout () |
| AgsCellPattern * | ags_cell_pattern_new () |
| #define | AGS_CELL_PATTERN() |
| #define | AGS_CELL_PATTERN_CLASS() |
| #define | AGS_CELL_PATTERN_GET_CLASS() |
| #define | AGS_IS_CELL_PATTERN() |
| #define | AGS_IS_CELL_PATTERN_CLASS() |
|
|
ags_cell_pattern_get_type () |
Types and Values
| #define | AGS_CELL_PATTERN_DEFAULT_CELL_WIDTH |
| #define | AGS_CELL_PATTERN_DEFAULT_CELL_HEIGHT |
| #define | AGS_CELL_PATTERN_MAX_CONTROLS_SHOWN_HORIZONTALLY |
| #define | AGS_CELL_PATTERN_MAX_CONTROLS_SHOWN_VERTICALLY |
| #define | AGS_CELL_PATTERN_DEFAULT_CONTROLS_HORIZONTALLY |
| #define | AGS_CELL_PATTERN_DEFAULT_CONTROLS_VERTICALLY |
| enum | AgsCellPatternFlags |
| enum | AgsCellPatternKeyMask |
| enum | AgsCellPatternAction |
| #define | AGS_TYPE_CELL_PATTERN |
| struct | AgsCellPattern |
| struct | AgsCellPatternClass |
Implemented Interfaces
AgsCellPattern implements
Functions
ags_cell_pattern_draw_grid ()
void ags_cell_pattern_draw_grid (AgsCellPattern *cell_pattern,);cairo_t *cr
ags_cell_pattern_draw_matrix ()
void ags_cell_pattern_draw_matrix (AgsCellPattern *cell_pattern,);cairo_t *cr
ags_cell_pattern_draw_cursor ()
void ags_cell_pattern_draw_cursor (AgsCellPattern *cell_pattern,);cairo_t *cr
ags_cell_pattern_redraw_gutter_point ()
void ags_cell_pattern_redraw_gutter_point (AgsCellPattern *cell_pattern,,cairo_t *cr,AgsChannel *channel,guint j);guint i
ags_cell_pattern_highlight_gutter_point ()
void ags_cell_pattern_highlight_gutter_point (AgsCellPattern *cell_pattern,,cairo_t *cr,guint j);guint i
ags_cell_pattern_unpaint_gutter_point ()
void ags_cell_pattern_unpaint_gutter_point (AgsCellPattern *cell_pattern,,cairo_t *cr,guint j);guint i
ags_cell_pattern_led_queue_draw_timeout ()
gboolean ags_cell_pattern_led_queue_draw_timeout (AgsCellPattern *cell_pattern);
Queue draw led.
Since:
ags_cell_pattern_new ()
AgsCellPattern * ags_cell_pattern_new ();
Creates an AgsCellPattern
Since:
AGS_CELL_PATTERN()
#define AGS_CELL_PATTERN(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_CELL_PATTERN, AgsCellPattern))
AGS_CELL_PATTERN_CLASS()
#define AGS_CELL_PATTERN_CLASS(class) (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_CELL_PATTERN, AgsCellPatternClass))
AGS_CELL_PATTERN_GET_CLASS()
#define AGS_CELL_PATTERN_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_CELL_PATTERN, AgsCellPatternClass))
AGS_IS_CELL_PATTERN()
#define AGS_IS_CELL_PATTERN(obj) (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_CELL_PATTERN))
AGS_IS_CELL_PATTERN_CLASS()
#define AGS_IS_CELL_PATTERN_CLASS(class) (G_TYPE_CHECK_CLASS_TYPE((class), AGS_TYPE_CELL_PATTERN))
Types and Values
AGS_CELL_PATTERN_MAX_CONTROLS_SHOWN_HORIZONTALLY
#define AGS_CELL_PATTERN_MAX_CONTROLS_SHOWN_HORIZONTALLY (32)
AGS_CELL_PATTERN_MAX_CONTROLS_SHOWN_VERTICALLY
#define AGS_CELL_PATTERN_MAX_CONTROLS_SHOWN_VERTICALLY (10)
AGS_CELL_PATTERN_DEFAULT_CONTROLS_HORIZONTALLY
#define AGS_CELL_PATTERN_DEFAULT_CONTROLS_HORIZONTALLY (32)
AGS_CELL_PATTERN_DEFAULT_CONTROLS_VERTICALLY
#define AGS_CELL_PATTERN_DEFAULT_CONTROLS_VERTICALLY (78)