[gnome-db] Form in grid
- From: Juan Manuel Mouriz <jmouriz gmail com>
- To: gnome-db-list gnome org
- Subject: [gnome-db] Form in grid
- Date: Mon, 12 Dec 2005 09:59:41 -0300
I want show a form when the user has clicked in new button on a grid.
I try, with:
GtkActionGroup *action_group;
GtkAction *action
action_group = gnome_db_data_widget_get_actions_group
(GNOME_DB_DATA_WIDGET (the_grid));
action = gtk_action_group_get_action (action_group, "ActionNew");
g_signal_connect (G_OBJECT (action), "activate",
G_CALLBACK (action_new_callback), NULL);
This works, but, the grid append a empty row before call callback. How
to I can solve this?.
--
Juan M. Mouriz
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]