![]() | ![]() | ![]() | Libgnomedb 4.0 Reference Manual | ![]() |
---|
GnomeDbTransastionStatus — Displays the transaction status of a connection
struct GnomeDbTransactionStatus; struct GnomeDbTransactionStatusClass; struct GnomeDbTransactionStatusPriv; GtkWidget* gnome_db_transaction_status_new (GdaConnection *cnc);
GObject +----GInitiallyUnowned +----GtkObject +----GtkWidget +----GtkContainer +----GtkBox +----GtkVBox +----GnomeDbTransactionStatus
GnomeDbTransactionStatus implements AtkImplementorIface, GtkBuildable and GtkOrientable.
"connection" GdaConnection : Read / Write
The GnomeDbTransactionStatus widget displays the contents of a GdaTransactionStatus object which represents the "transactional status" of a connection (it tells if a transaction has been started, if there are savepoints, etc).
This widget also allows the user to begin, commit or rollback transactions and to add, rollback or remove savepoints.
struct GnomeDbTransactionStatusClass { GtkVBoxClass parent_class; };
GtkWidget* gnome_db_transaction_status_new (GdaConnection *cnc);
Creates a new GnomeDbTransactionStatus widget showing the transaction status of cnc
cnc : | a GdaConnection object |
Returns : | the new widget |
"connection" (GdaConnection : Read / Write) |
<< GnomeDbServerOperation | Data bound widgets >> |