コード例 #1
0
ファイル: widget-overlay.c プロジェクト: arthurnn/libgda
static void
offscreen_window_to_parent (GdkWindow *offscreen_window,
                            double offscreen_x, double offscreen_y,
                            double *parent_x, double *parent_y,
                            WidgetOverlay *ovl)
{
	to_parent (ovl, offscreen_window, offscreen_x, offscreen_y, parent_x, parent_y);
}
コード例 #2
0
ファイル: offscreen_window.c プロジェクト: 3v1n0/gtk
static void
offscreen_window_to_parent (GdkWindow     *offscreen_window,
                            double         offscreen_x,
                            double         offscreen_y,
                            double        *parent_x,
                            double        *parent_y,
                            GtkRotatedBin *bin)
{
  to_parent (bin, offscreen_x, offscreen_y, parent_x, parent_y);
}