Method
GdkPopupLayoutget_offset
Declaration [src]
void
gdk_popup_layout_get_offset (
  GdkPopupLayout* layout,
  int* dx,
  int* dy
)
Parameters
| dx | int* | 
| Return location for the delta X coordinate. | |
| The argument will be set by the function. | |
| The instance takes ownership of the data, and is responsible for freeing it. | |
| dy | int* | 
| Return location for the delta Y coordinate. | |
| The argument will be set by the function. | |
| The instance takes ownership of the data, and is responsible for freeing it. |