GuppiSeqStyle

Name

GuppiSeqStyle -- 

Synopsis



#define     GUPPI_SEQ_STYLE0                (obj)
#define     GUPPI_IS_SEQ_STYLE0             (obj)
GuppiData*  guppi_seq_style_new             (void);
GuppiStyle* guppi_seq_style_get             (const GuppiSeqStyle*,
                                             gint);
void        guppi_seq_style_set             (GuppiSeqStyle*,
                                             gint,
                                             GuppiStyle*);
void        guppi_seq_style_prepend         (GuppiSeqStyle*,
                                             GuppiStyle*);
void        guppi_seq_style_append          (GuppiSeqStyle*,
                                             GuppiStyle*);
void        guppi_seq_style_insert          (GuppiSeqStyle*,
                                             gint,
                                             GuppiStyle*);

Object Hierarchy


  GtkObject
   +----GuppiData
         +----GuppiSeq
               +----GuppiSeqStyle

Description

Details

GUPPI_SEQ_STYLE0()

#define GUPPI_SEQ_STYLE0(obj) ((obj) ? (GUPPI_SEQ_STYLE(obj)) : NULL)

obj : 


GUPPI_IS_SEQ_STYLE0()

#define GUPPI_IS_SEQ_STYLE0(obj) (((obj) == NULL) || (GUPPI_IS_SEQ_STYLE(obj)))

obj : 


guppi_seq_style_new ()

GuppiData*  guppi_seq_style_new             (void);

Returns : 


guppi_seq_style_get ()

GuppiStyle* guppi_seq_style_get             (const GuppiSeqStyle*,
                                             gint);

Param1 : 
Param2 : 
Returns : 


guppi_seq_style_set ()

void        guppi_seq_style_set             (GuppiSeqStyle*,
                                             gint,
                                             GuppiStyle*);

Param1 : 
Param2 : 
Param3 : 


guppi_seq_style_prepend ()

void        guppi_seq_style_prepend         (GuppiSeqStyle*,
                                             GuppiStyle*);

Param1 : 
Param2 : 


guppi_seq_style_append ()

void        guppi_seq_style_append          (GuppiSeqStyle*,
                                             GuppiStyle*);

Param1 : 
Param2 : 


guppi_seq_style_insert ()

void        guppi_seq_style_insert          (GuppiSeqStyle*,
                                             gint,
                                             GuppiStyle*);

Param1 : 
Param2 : 
Param3 :