![]() |
![]() |
![]() |
GNOME Data Access 4 manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy | Implemented Interfaces | Properties |
struct GdauiServerOperation; GtkWidget * gdaui_server_operation_new (GdaServerOperation *op
); GtkWidget * gdaui_server_operation_new_in_dialog (GdaServerOperation *op
,GtkWindow *parent
,const gchar *title
,const gchar *header
);
GObject +----GInitiallyUnowned +----GtkObject +----GtkWidget +----GtkContainer +----GtkBox +----GtkVBox +----GdauiServerOperation
GdauiServerOperation implements AtkImplementorIface, GtkBuildable and GtkOrientable.
"hide-single-header" gboolean : Read / Write / Construct "server-operation" GdaServerOperation* : Read / Write / Construct Only
GtkWidget * gdaui_server_operation_new (GdaServerOperation *op
);
Creates a new GdauiServerOperation widget using all the parameters provided in paramlist
.
The global layout is rendered using a table (a GtkTable), and an entry is created for each
node of paramlist
.
|
a GdaServerOperation structure |
Returns : |
the new widget |
Since 4.2
GtkWidget * gdaui_server_operation_new_in_dialog (GdaServerOperation *op
,GtkWindow *parent
,const gchar *title
,const gchar *header
);
Creates a new GdauiServerOperation widget in the same way as gdaui_server_operation_new()
and puts it into a GtkDialog widget. The returned dialog has the "Ok" and "Cancel" buttons
which respectively return GTK_RESPONSE_ACCEPT and GTK_RESPONSE_REJECT.
The GdauiServerOperation widget is attached to the dialog using the user property "form".
|
a GdaServerOperation object |
|
the parent window for the new dialog, or NULL
|
|
the title of the dialog window, or NULL
|
|
a helper text displayed at the top of the dialog, or NULL
|
Returns : |
the new GtkDialog widget |
Since 4.2
"hide-single-header"
property"hide-single-header" gboolean : Read / Write / Construct
Default value: FALSE
"server-operation"
property"server-operation" GdaServerOperation* : Read / Write / Construct Only