![]() |
![]() |
![]() |
Libgnomedb 3.0 Reference Manual | ![]() |
---|---|---|---|---|
GnomeDbTransactionStatus; GnomeDbTransactionStatusClass; GnomeDbTransactionStatusPriv; GtkWidget* gnome_db_transaction_status_new (GdaConnection *cnc);
GObject +----GInitiallyUnowned +----GtkObject +----GtkWidget +----GtkContainer +----GtkBox +----GtkVBox +----GnomeDbTransactionStatus
GnomeDbTransactionStatus implements AtkImplementorIface.
"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.
typedef struct { GtkVBoxClass parent_class; } GnomeDbTransactionStatusClass;
typedef struct _GnomeDbTransactionStatusPriv GnomeDbTransactionStatusPriv;
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 |