| Top |  |  |  |  | 
| GdauiDataProxyInfoGdauiDataProxyInfo — Shows information & actions about a GdauiDataProxy widget |  | 
| GdauiDataProxy * | data-proxy | Read / Write | 
| GdauiDataProxyInfoFlag | flags | Read / Write | 
| GtkUIManager * | ui-manager | Read | 
GObject ╰── GInitiallyUnowned ╰── GtkWidget ╰── GtkContainer ╰── GtkBox ╰── GdauiDataProxyInfo
GdauiDataProxyInfo implements AtkImplementorIface, GtkBuildable and GtkOrientable.
The GdauiDataProxyInfo widget is a container widget which, depending on how it is configured:
proposes action buttons to change the currently displayed row, add new row, ...
displays information about the number of rows in a GdauiDataProxy
GtkWidget * gdaui_data_proxy_info_new (GdauiDataProxy *data_proxy,GdauiDataProxyInfoFlag flags);
Creates a new GdauiDataProxyInfo widget suitable to display information about data_proxy
| data_proxy | a widget implementing the GdauiDataProxy interface | |
| flags | OR'ed values, specifying what to display in the new widget | 
Since: 4.2
“flags” property“flags” GdauiDataProxyInfoFlag
Flags: Read / Write
Default value: GDAUI_DATA_PROXY_INFO_CURRENT_ROW
“ui-manager” property“ui-manager” GtkUIManager *
Use this property to obtain the GtkUIManager object internally used (to add new actions for example).
Flags: Read
Since: 4.2.9