Re: gtkdatabox in fixed frame



Hello,

I also use gtkdatabox in an application. I had a similar problem in
the beginnig. I solved this populating the databox with points in the
limits of visualization and then asking to "autoscale" it. There are
specific functions to scale the graphs, but they didn't work for me.

I'm in a hurry now, later I try to help you more.

Regards,

Felipe Castro.


2009/8/28 Michael Steinbauer <michael steinbauer web de>:
> Hi folks,
>
> I'm new in this list and I start with a question :-)
>
> I'm doing a visualization in gtk and want to use gtkdatabox (and I have the examples). But I'm working in fullscreen modus, so I use gtk_fixed.
>
> But if I use
>
> table = gtk_databox_new();
> gtk_fixed_put(GTK_FIXED(frame), table, 100,50);
>
> on coordinate 100,50 just a point appears.
>
> If I use
> table = gtk_databox_with_scrollbars_and_rulers(.....
>
> I get a databox in a size, just to see the scrollbars.
>
> How can I adjust the x und y dimension. I found gtk_databox_set_adjustment_x, but I do not understand GtkAdjustment.
>
> Can someone help me please?
>
> Michael


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]