Top | ![]() |
![]() |
![]() |
![]() |
GdauiDataProxyInfoGdauiDataProxyInfo — Shows information & actions about a GdauiDataProxy widget |
![]() |
enum | GdauiDataProxyInfoFlag |
#define | GDAUI_TYPE_DATA_PROXY_INFO |
struct | GdauiDataProxyInfoClass |
GdauiDataProxyInfo |
GObject ╰── GInitiallyUnowned ╰── GtkWidget ╰── GtkContainer ╰── GtkToolbar ╰── GdauiDataProxyInfo
GdauiDataProxyInfo implements AtkImplementorIface, GtkBuildable, GtkToolShell 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
GtkToolItem * gdaui_data_proxy_info_get_item (GdauiDataProxyInfo *info
,GdauiAction action
);
Get the GtkToolItem corresponding to the action
action
Since: 6.0
struct GdauiDataProxyInfoClass { GtkToolbarClass parent_class; gpointer padding[12]; };
“data-proxy”
property“data-proxy” GdauiDataProxy *
Owner: GdauiDataProxyInfo
Flags: Read / Write
“flags”
property“flags” GdauiDataProxyInfoFlag
Owner: GdauiDataProxyInfo
Flags: Read / Write
Default value: GDAUI_DATA_PROXY_INFO_CURRENT_ROW