| Libgnomedb 4.0 Reference Manual | ||||
|---|---|---|---|---|
| Top | Description | Object Hierarchy | Implemented Interfaces | Properties | ||||
struct GnomeDbTransactionStatus;
struct GnomeDbTransactionStatusClass;
GnomeDbTransactionStatusPriv;
GtkWidget * gnome_db_transaction_status_new (GdaConnection *cnc);
GObject +----GInitiallyUnowned +----GtkObject +----GtkWidget +----GtkContainer +----GtkBox +----GtkVBox +----GnomeDbTransactionStatus
GnomeDbTransactionStatus implements AtkImplementorIface, GtkBuildable and GtkOrientable.
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;
};
typedef struct _GnomeDbTransactionStatusPriv GnomeDbTransactionStatusPriv;
GtkWidget * gnome_db_transaction_status_new (GdaConnection *cnc);
Creates a new GnomeDbTransactionStatus widget showing the transaction status of cnc
|
a GdaConnection object |
Returns : |
the new widget |