Hi,
I am creating a filter button in the SMB Service Response Time dialog box.
However, I can't get it to update the filter text string right next to it.
Is there a trick? Here is what I am doing?
static construct_args_t args = {
"Service Response Time Statistics Filter",
TRUE,
TRUE
};
...
/* Filter button */
filter_bt = gtk_button_new_with_label("Filter:");
SIGNAL_CONNECT(filter_bt, "clicked", display_filter_construct_cb,
&args\);
gtk_box_pack_start(GTK_BOX(filter_box), filter_bt, FALSE, TRUE,
0);
gtk_widget_show(filter_bt);
Regards
-----
Richard Sharpe, rsharpe[at]ns.aus.com, rsharpe[at]samba.org,
sharpe[at]ethereal.com, http://www.richardsharpe.com