Lines Matching defs:position
57 GdlDockPlacement position,
347 GdlDockPlacement position;
351 gdl_dock_object_dock (data->object, requestor, data->position, data->other_data);
357 GdlDockPlacement position,
365 if (position == GDL_DOCK_CENTER) {
370 GdlDockPlacement position;
377 data.position = position;
391 gint position = -1;
409 position = g_value_get_int (other_data);
411 position = gdl_switcher_insert_page (GDL_SWITCHER (item->child),
414 stock_id, pixbuf_icon, position);
423 position);
429 GDL_DOCK_OBJECT_CLASS (gdl_dock_notebook_parent_class)->dock (object, requestor, position, other_data);