![]() |
![]() |
![]() |
GNOME Data Access 4 manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy | Implemented Interfaces | Properties | Signals |
GdauiRawGridGdauiRawGrid — Grid widget to manipulate data in a GdaDataModel |
![]() |
GdauiRawGrid; GtkWidget * gdaui_raw_grid_new (GdaDataModel *model); void gdaui_raw_grid_set_sample_size (GdauiRawGrid *grid, gint sample_size); void gdaui_raw_grid_set_sample_start (GdauiRawGrid *grid, gint sample_start); void gdaui_raw_grid_set_layout_from_file (GdauiRawGrid *grid, const gchar *file_name, const gchar *grid_name);
GObject +----GInitiallyUnowned +----GtkObject +----GtkWidget +----GtkContainer +----GtkTreeView +----GdauiRawGrid
GdauiRawGrid implements GtkBuildable, GdauiDataSelector, GdauiDataProxy and AtkImplementorIface.
"global-actions-visible" gboolean : Read / Write "info-cell-visible" gboolean : Read / Write "model" GdaDataModel* : Read / Write "xml-layout" gpointer : Write
GtkWidget * gdaui_raw_grid_new (GdaDataModel *model);
Creates a new GdauiRawGrid widget suitable to display the data in model
|
a GdaDataModel |
Returns : |
the new widget |
Since 4.2
void gdaui_raw_grid_set_sample_size (GdauiRawGrid *grid, gint sample_size);
|
a GdauiRawGrid |
|
Since 4.2
void gdaui_raw_grid_set_sample_start (GdauiRawGrid *grid, gint sample_start);
|
a GdauiRawGrid |
|
Since 4.2
void gdaui_raw_grid_set_layout_from_file (GdauiRawGrid *grid, const gchar *file_name, const gchar *grid_name);
Sets a grid's columns layout according an XML description contained in file_name
, for the grid identified
by the grid_name
name (as an XML layout file can contain the descriptions of several forms and grids).
|
a GdauiRawGrid |
|
XML file name to use |
|
the name of the grid to use, in file_name
|
Since 4.2
"global-actions-visible"
property"global-actions-visible" gboolean : Read / Write
Global Actions visible.
Default value: FALSE
"info-cell-visible"
property"info-cell-visible" gboolean : Read / Write
Info cell visible.
Default value: FALSE
"double-clicked"
signalvoid user_function (GdauiRawGrid *gdauirawgrid, gint arg1, gpointer user_data) : Run First
|
the object which received the signal. |
|
|
|
user data set when the signal handler was connected. |
"populate-popup"
signalvoid user_function (GdauiRawGrid *gdauirawgrid, GtkMenu *arg1, gpointer user_data) : Run First
|
the object which received the signal. |
|
|
|
user data set when the signal handler was connected. |
The GdauiGrid widget which uses the GdauiRawGrid and adds decorations such as information about data model size, and features searching.