gtkdatabox in fixed frame



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
______________________________________________________
GRATIS für alle WEB.DE-Nutzer: Die maxdome Movie-FLAT!
Jetzt freischalten unter http://movieflat.web.de



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