| 99 |
99 |
| 100 widget_class->map = pidgin_menu_tray_map; |
100 widget_class->map = pidgin_menu_tray_map; |
| 101 |
101 |
| 102 properties[PROP_BOX] = g_param_spec_object("box", "The box", "The box", |
102 properties[PROP_BOX] = g_param_spec_object("box", "The box", "The box", |
| 103 GTK_TYPE_BOX, |
103 GTK_TYPE_BOX, |
| 104 G_PARAM_READABLE); |
104 G_PARAM_READABLE | G_PARAM_STATIC_STRINGS); |
| 105 |
105 |
| 106 g_object_class_install_properties(obj_class, N_PROPERTIES, properties); |
106 g_object_class_install_properties(obj_class, N_PROPERTIES, properties); |
| 107 } |
107 } |
| 108 |
108 |
| 109 static void |
109 static void |