31 #include <vdk/vdkobj.h>
32 #include <vdk/widcontain.h>
93 int opt =
int(GTK_FILL | GTK_EXPAND),
110 int x_o =
int(GTK_FILL | GTK_EXPAND),
111 int y_o =
int(GTK_FILL | GTK_EXPAND),
112 int x_p = 0,
int y_p = 0);
114 void SetRowSpacing(
int row,
int spacing)
115 { gtk_table_set_row_spacing(GTK_TABLE(
widget),row,spacing); }
116 void SetColSpacing(
int col,
int spacing)
117 { gtk_table_set_col_spacing(GTK_TABLE(
widget),col,spacing); }
118 void SetRowSpacings(
int spacing)
119 { gtk_table_set_row_spacings(GTK_TABLE(
widget),spacing); }
120 void SetColSpacings(
int spacing)
121 { gtk_table_set_col_spacings(GTK_TABLE(
widget),spacing); }