![]() |
![]() |
![]() |
Libgnomedb 3.0 Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy | Implemented Interfaces | Properties |
GnomeDbTransactionStatus; GnomeDbTransactionStatusClass; GnomeDbTransactionStatusPriv; GtkWidget * gnome_db_transaction_status_new (GdaConnection *cnc);
GObject +----GInitiallyUnowned +----GtkObject +----GtkWidget +----GtkContainer +----GtkBox +----GtkVBox +----GnomeDbTransactionStatus
GnomeDbTransactionStatus implements GtkBuildable, GtkOrientable and AtkImplementorIface.
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
|
a GdaConnection object |
Returns : |
the new widget |