GtkWave is a stub widget for programs that intend to shift to the 0.3.0 series.
In 0.3.x, GtkWaveView does not have a scroll bar or a ruler. The GtkWave
widget provides that functionality by conglomerating a GtkWaveView inside
of a Scrolled Window with a Horizontal Ruler above it. In 0.2.1, GtkWaveView
already has a scrollbar and ruler.
Member functions:
GtkType gtk_wave_get_type (void);
|
Standard Gtk+ object function that returns the GtkType of the GtkWave class.
GtkWidget *gtk_wave_new (void);
|
Standard Gtk+ object function returns reference to new GtkWave widget.
GtkWaveView *gtk_wave_get_view (GtkWave *wave);
|
Returns a pointer to the view object (GtkWaveView). Does not perform
any ref/unrefs.
GtkWaveMetric gtk_wave_get_metric (GtkWave *wave);
|
This function does not exist in 0.2.1.
void gtk_wave_set_metric (GtkWave *wave,
GtkWaveMetric metric);
|
This function does not exist in 0.2.1.