Go to the source code of this file.
Defines | |
#define | GdkWindowType GdkDrawableType |
#define | gdk_draw_pixmap gdk_draw_drawable |
#define | gdk_draw_bitmap gdk_draw_drawable |
#define | gdk_window_get_size gdk_drawable_get_size |
#define | gdk_window_get_type gdk_drawable_get_type |
#define | gdk_window_get_colormap gdk_drawable_get_colormap |
#define | gdk_window_set_colormap gdk_drawable_set_colormap |
#define | gdk_window_get_visual gdk_drawable_get_visual |
#define | gdk_window_ref gdk_drawable_ref |
#define | gdk_window_unref gdk_drawable_unref |
#define | gdk_bitmap_ref gdk_drawable_ref |
#define | gdk_bitmap_unref gdk_drawable_unref |
#define | gdk_pixmap_ref gdk_drawable_ref |
#define | gdk_pixmap_unref gdk_drawable_unref |
#define | gdk_window_copy_area(drawable, gc, x, y, source_drawable, source_x, source_y, width, height) gdk_draw_pixmap(drawable,gc,source_drawable,source_x,source_y,x,y,width,height) |
#define | gdk_gc_destroy gdk_gc_unref |
#define | gdk_image_destroy gdk_image_unref |
#define | gdk_cursor_destroy gdk_cursor_unref |
#define | GDK_WINDOW_PIXMAP GDK_DRAWABLE_PIXMAP |
#define gdk_bitmap_ref gdk_drawable_ref |
Definition at line 27 of file gdkcompat.h.
#define gdk_bitmap_unref gdk_drawable_unref |
Definition at line 28 of file gdkcompat.h.
#define gdk_cursor_destroy gdk_cursor_unref |
Definition at line 37 of file gdkcompat.h.
#define gdk_draw_bitmap gdk_draw_drawable |
Definition at line 17 of file gdkcompat.h.
#define gdk_draw_pixmap gdk_draw_drawable |
Definition at line 16 of file gdkcompat.h.
#define gdk_gc_destroy gdk_gc_unref |
Definition at line 35 of file gdkcompat.h.
#define gdk_image_destroy gdk_image_unref |
Definition at line 36 of file gdkcompat.h.
Referenced by test_images(), test_one_line_on_drawable(), test_one_point_on_drawable(), test_one_rectangle_on_drawable(), test_pixmaps(), and test_some_arcs_on_drawable().
#define gdk_pixmap_ref gdk_drawable_ref |
Definition at line 29 of file gdkcompat.h.
#define gdk_pixmap_unref gdk_drawable_unref |
Definition at line 30 of file gdkcompat.h.
Referenced by TGWin32::CloseWindow1(), TGWin32::DeletePixmap(), TGWin32::ReadPictureDataFromFile(), TGWin32::RemovePixmap(), TGWin32::RemoveWindow(), TGWin32::RescaleWindow(), TGWin32::ResizePixmap(), TGWin32::ResizeWindow(), test_arcs(), test_gcs(), test_lines(), test_pixmaps(), test_points(), test_rectangles(), TGWin32::UpdateFillColor(), and TGWin32::UpdateFillStyle().
#define gdk_window_copy_area | ( | drawable, | |||
gc, | |||||
x, | |||||
y, | |||||
source_drawable, | |||||
source_x, | |||||
source_y, | |||||
width, | |||||
height | ) | gdk_draw_pixmap(drawable,gc,source_drawable,source_x,source_y,x,y,width,height) |
Definition at line 32 of file gdkcompat.h.
Referenced by TGWin32::CopyArea(), TGWin32::CopyPixmap(), and TGWin32::UpdateWindow().
#define gdk_window_get_colormap gdk_drawable_get_colormap |
#define gdk_window_get_size gdk_drawable_get_size |
Definition at line 19 of file gdkcompat.h.
Referenced by test_one_line_on_drawable(), test_one_rectangle_on_drawable(), test_pixmaps(), and test_some_arcs_on_drawable().
#define gdk_window_get_type gdk_drawable_get_type |
Definition at line 20 of file gdkcompat.h.
#define gdk_window_get_visual gdk_drawable_get_visual |
Definition at line 23 of file gdkcompat.h.
Referenced by gdk_image_get(), TGWin32::GetWindowAttributes(), TGWin32::InitWindow(), and test_temp_windows().
#define GDK_WINDOW_PIXMAP GDK_DRAWABLE_PIXMAP |
Definition at line 40 of file gdkcompat.h.
#define gdk_window_ref gdk_drawable_ref |
Definition at line 25 of file gdkcompat.h.
Referenced by find_window_for_pointer_event(), gdk_drag_begin(), gdk_drag_find_window(), gdk_dropfiles_filter(), gdk_event_copy(), gdk_event_translate(), gdk_input_init(), is_grabbed_button(), is_grabbed_key(), propagate(), and synthesize_crossing_events().
#define gdk_window_set_colormap gdk_drawable_set_colormap |
#define gdk_window_unref gdk_drawable_unref |
Definition at line 26 of file gdkcompat.h.
Referenced by find_window_for_pointer_event(), gdk_drag_context_unref(), gdk_drag_do_leave(), gdk_event_free(), gdk_event_translate(), inner_window_proc(), propagate(), synthesize_crossing_events(), and test_temp_windows().
#define GdkWindowType GdkDrawableType |
Definition at line 14 of file gdkcompat.h.