Functions | |
int | kate_region_init (kate_region *kr) |
int | kate_style_init (kate_style *ks) |
int | kate_palette_init (kate_palette *kp) |
int | kate_bitmap_init (kate_bitmap *kb) |
int | kate_curve_init (kate_curve *kc) |
int | kate_motion_init (kate_motion *km) |
int kate_bitmap_init | ( | kate_bitmap * | kb | ) |
Initializes a kate bitmap to sensible defaults
kb | the bitmap to initialize |
int kate_curve_init | ( | kate_curve * | kc | ) |
Initializes a kate curve to sensible defaults
kc | the curve to initialize |
int kate_motion_init | ( | kate_motion * | km | ) |
Initializes a kate motion to sensible defaults
km | the motion to initialize |
int kate_palette_init | ( | kate_palette * | kp | ) |
Initializes a kate palette to sensible defaults
kp | the palette to initialize |
int kate_region_init | ( | kate_region * | kr | ) |
Initializes a kate region to sensible defaults
kr | the region to initialize |
int kate_style_init | ( | kate_style * | ks | ) |
Initializes a kate style to sensible defaults
ks | the style to initialize |