Ardour
9.0-pre0-582-g084a23a80d
|
This is the complete list of members for Gdk::Window, including all inherited members.
add_filter(GdkFilterFunc function, gpointer data) | Gdk::Window | |
beep() | Gdk::Window | |
begin_move_drag(int button, int root_x, int root_y, guint32 timestamp) | Gdk::Window | |
begin_paint_rect(Rectangle &rectangle) | Gdk::Window | |
begin_paint_region(const Region ®ion) | Gdk::Window | |
begin_resize_drag(WindowEdge edge, int button, int root_x, int root_y, guint32 timestamp) | Gdk::Window | |
clear() | Gdk::Window | |
clear_area(int x, int y, int width, int height) | Gdk::Window | |
clear_area_e(int x, int y, int width, int height) | Gdk::Window | |
configure_finished() | Gdk::Window | |
constrain_size(const Geometry &geometry, guint flags, int width, int height, int &new_width, int &new_height) | Gdk::Window | static |
coords_from_parent(double parent_x, double parent_y, double &x, double &y) | Gdk::Window | |
coords_to_parent(double x, double y, double &parent_x, double &parent_y) | Gdk::Window | |
copy_to_image(const Glib::RefPtr< Image > &image, int src_x, int src_y, int dest_x, int dest_y, int width, int height) const | Gdk::Drawable | |
create(const Glib::RefPtr< Window > &parent, GdkWindowAttr *attributes, int attributes_mask) | Gdk::Window | static |
Gdk::Drawable::create() | Gdk::Drawable | static |
create_cairo_context() | Gdk::Drawable | |
create_similar_surface(::Cairo::Content content, int width, int height) | Gdk::Window | |
deiconify() | Gdk::Window | |
drag_begin(const Glib::StringArrayHandle &targets) | Gdk::Window | |
draw_arc(const Glib::RefPtr< const GC > &gc, bool filled, int x, int y, int width, int height, int angle1, int angle2) | Gdk::Drawable | |
draw_drawable(const Glib::RefPtr< const GC > &gc, const Glib::RefPtr< const Drawable > &src, int xsrc, int ysrc, int xdest, int ydest, int width=-1, int height=-1) | Gdk::Drawable | |
draw_glyphs(const Glib::RefPtr< const GC > &gc, const Glib::RefPtr< const Pango::Font > &font, int x, int y, const Pango::GlyphString &glyphs) | Gdk::Drawable | |
draw_gray_image(const Glib::RefPtr< const GC > &gc, int x, int y, int width, int height, RgbDither dith, const guchar *rgb_buf, int rowstride) | Gdk::Drawable | |
draw_image(const Glib::RefPtr< const GC > &gc, const Glib::RefPtr< const Image > &image, int xsrc, int ysrc, int xdest, int ydest, int width=-1, int height=-1) | Gdk::Drawable | |
draw_indexed_image(const Glib::RefPtr< const GC > &gc, int x, int y, int width, int height, RgbDither dith, const guchar *rgb_buf, int rowstride, const RgbCmap &cmap) | Gdk::Drawable | |
draw_layout(const Glib::RefPtr< const GC > &gc, int x, int y, const Glib::RefPtr< const Pango::Layout > &layout) | Gdk::Drawable | |
draw_layout(const Glib::RefPtr< const GC > &gc, int x, int y, const Glib::RefPtr< const Pango::Layout > &layout, const Color &foreground, const Color &background) | Gdk::Drawable | |
draw_layout_line(const Glib::RefPtr< const GC > &gc, int x, int y, const Glib::RefPtr< const Pango::LayoutLine > &line) | Gdk::Drawable | |
draw_layout_line(const Glib::RefPtr< const GC > &gc, int x, int y, const Glib::RefPtr< const Pango::LayoutLine > &line, const Color &foreground, const Color &background) | Gdk::Drawable | |
draw_line(const Glib::RefPtr< const GC > &gc, int x1, int y1, int x2, int y2) | Gdk::Drawable | |
draw_lines(const Glib::RefPtr< const GC > &gc, const Glib::ArrayHandle< Point > &points) | Gdk::Drawable | |
draw_pixbuf(const Glib::RefPtr< const GC > &gc, const Glib::RefPtr< Pixbuf > &pixbuf, int src_x, int src_y, int dest_x, int dest_y, int width, int height, RgbDither dither, int x_dither, int y_dither) | Gdk::Drawable | |
draw_pixbuf(const Glib::RefPtr< Pixbuf > &pixbuf, int src_x, int src_y, int dest_x, int dest_y, int width, int height, RgbDither dither, int x_dither, int y_dither) | Gdk::Drawable | |
draw_point(const Glib::RefPtr< const GC > &gc, int x, int y) | Gdk::Drawable | |
draw_points(const Glib::RefPtr< const GC > &gc, const Glib::ArrayHandle< Point > &points) | Gdk::Drawable | |
draw_polygon(const Glib::RefPtr< const GC > &gc, bool filled, const Glib::ArrayHandle< Point > &points) | Gdk::Drawable | |
draw_rectangle(const Glib::RefPtr< const GC > &gc, bool filled, int x, int y, int width, int height) | Gdk::Drawable | |
draw_rgb_32_image(const Glib::RefPtr< const GC > &gc, int x, int y, int width, int height, RgbDither dith, const guchar *rgb_buf, int rowstride) | Gdk::Drawable | |
draw_rgb_32_image_dithalign(const Glib::RefPtr< const GC > &gc, int x, int y, int width, int height, RgbDither dith, const guchar *buf, int rowstride, int xdith, int ydith) | Gdk::Drawable | |
draw_rgb_image(const Glib::RefPtr< const GC > &gc, int x, int y, int width, int height, RgbDither dith, const guchar *rgb_buf, int rowstride) | Gdk::Drawable | |
draw_rgb_image_dithalign(const Glib::RefPtr< const GC > &gc, int x, int y, int width, int height, RgbDither dith, const guchar *rgb_buf, int rowstride, int xdith, int ydith) | Gdk::Drawable | |
draw_segments(const Glib::RefPtr< const GC > &gc, GdkSegment *segs, int n_segs) | Gdk::Drawable | |
Drawable() | Gdk::Drawable | protected |
enable_synchronized_configure() | Gdk::Window | |
end_paint() | Gdk::Window | |
ensure_native() | Gdk::Window | |
flush() | Gdk::Window | |
focus(guint32 timestamp) | Gdk::Window | |
freeze_updates() | Gdk::Window | |
fullscreen() | Gdk::Window | |
geometry_changed() | Gdk::Window | |
get_accept_focus() const | Gdk::Window | |
get_background_pattern() | Gdk::Window | |
get_background_pattern() const | Gdk::Window | |
get_children() | Gdk::Window | |
get_children() const | Gdk::Window | |
get_clip_region() const | Gdk::Drawable | |
get_colormap() | Gdk::Drawable | |
get_composited() const | Gdk::Window | |
get_decorations(WMDecoration &decorations) const | Gdk::Window | |
get_default_root_window() | Gdk::Window | static |
get_depth() const | Gdk::Drawable | |
get_display() | Gdk::Window | |
get_display() const | Gdk::Window | |
get_effective_parent() | Gdk::Window | |
get_effective_parent() const | Gdk::Window | |
get_effective_toplevel() | Gdk::Window | |
get_events() const | Gdk::Window | |
get_focus_on_map() const | Gdk::Window | |
get_frame_extents(Rectangle &rect) | Gdk::Window | |
get_geometry(int &x, int &y, int &width, int &height, int &depth) const | Gdk::Window | |
get_group() | Gdk::Window | |
get_group() const | Gdk::Window | |
get_height() const | Gdk::Window | |
get_image(int x, int y, int width, int height) const | Gdk::Drawable | |
get_internal_paint_info(Glib::RefPtr< Drawable > &real_drawable, int &x_offset, int &y_offset) const | Gdk::Window | |
get_modal_hint() const | Gdk::Window | |
get_offscreen_embedder() | Gdk::Window | |
get_offscreen_embedder() const | Gdk::Window | |
get_offscreen_pixmap() | Gdk::Window | |
get_offscreen_pixmap() const | Gdk::Window | |
get_origin(int &x, int &y) const | Gdk::Window | |
get_parent() | Gdk::Window | |
get_parent() const | Gdk::Window | |
get_pointer(int &x, int &y, ModifierType &mask) | Gdk::Window | |
get_position(int &x, int &y) const | Gdk::Window | |
get_root_coords(int x, int y, int &root_x, int &root_y) | Gdk::Window | |
get_root_origin(int &x, int &y) const | Gdk::Window | |
get_screen() | Gdk::Window | |
get_screen() const | Gdk::Window | |
get_size(int &width, int &height) | Gdk::Drawable | |
get_size(int &width, int &height) const | Gdk::Drawable | |
get_state() const | Gdk::Window | |
get_toplevel() | Gdk::Window | |
get_toplevel() const | Gdk::Window | |
get_toplevels() | Gdk::Window | static |
get_type() G_GNUC_CONST | Gdk::Window | static |
get_type_hint() | Gdk::Window | |
get_update_area() | Gdk::Window | |
get_user_data(gpointer *data) | Gdk::Window | |
get_visible_region() const | Gdk::Drawable | |
get_visual() | Gdk::Window | |
get_visual() const | Gdk::Window | |
get_width() const | Gdk::Window | |
get_window_type() const | Gdk::Window | |
gobj() | Gdk::Window | inline |
gobj() const | Gdk::Window | inline |
gobj_copy() | Gdk::Window | |
has_native() const | Gdk::Window | |
hide() | Gdk::Window | |
iconify() | Gdk::Window | |
input_shape_combine_mask(const Glib::RefPtr< Bitmap > &mask, int x, int y) | Gdk::Window | |
input_shape_combine_region(const Region &shape_region, int offset_x, int offset_y) | Gdk::Window | |
invalidate(bool invalidate_children) | Gdk::Window | |
invalidate_rect(const Rectangle &rect, bool invalidate_children) | Gdk::Window | |
invalidate_region(const Region ®ion, bool invalidate_children=true) | Gdk::Window | |
is_input_only() const | Gdk::Window | |
is_shaped() const | Gdk::Window | |
is_viewable() const | Gdk::Window | |
is_visible() const | Gdk::Window | |
keyboard_grab(bool owner_events, guint32 timestamp) | Gdk::Window | |
keyboard_ungrab(guint32 timestamp) | Gdk::Window | static |
lower() | Gdk::Window | |
maximize() | Gdk::Window | |
merge_child_input_shapes() | Gdk::Window | |
merge_child_shapes() | Gdk::Window | |
move(int x, int y) | Gdk::Window | |
move_region(const Region ®ion, int dx, int dy) | Gdk::Window | |
move_resize(int x, int y, int width, int height) | Gdk::Window | |
pointer_grab(bool owner_events, EventMask event_mask, const Glib::RefPtr< const Window > &confine_to, const Cursor &cursor, guint32 time_) | Gdk::Window | |
pointer_grab(bool owner_events, EventMask event_mask, const Cursor &cursor, guint32 timestamp) | Gdk::Window | |
pointer_grab(bool owner_events, EventMask event_mask, guint32 timestamp) | Gdk::Window | |
pointer_ungrab(guint32 timestamp) | Gdk::Window | static |
process_all_updates() | Gdk::Window | static |
process_updates(bool update_children) | Gdk::Window | |
raise() | Gdk::Window | |
redirect_to_drawable(const Glib::RefPtr< Drawable > &drawable, int src_x, int src_y, int dest_x, int dest_y, int width, int height) | Gdk::Window | |
register_dnd() | Gdk::Window | |
remove_filter(GdkFilterFunc function, gpointer data) | Gdk::Window | |
remove_redirection() | Gdk::Window | |
reparent(const Glib::RefPtr< Window > &new_parent, int x, int y) | Gdk::Window | |
resize(int width, int height) | Gdk::Window | |
restack(const Glib::RefPtr< Window > &sibling, bool above) | Gdk::Window | |
restack(bool above) | Gdk::Window | |
scroll(int dx, int dy) | Gdk::Window | |
set_accept_focus(bool accept_focus=true) | Gdk::Window | |
set_back_pixmap(const Glib::RefPtr< Pixmap > &pixmap, bool parent_relative=true) | Gdk::Window | |
set_background(const Color &color) | Gdk::Window | |
set_child_input_shapes() | Gdk::Window | |
set_child_shapes() | Gdk::Window | |
set_colormap(const Glib::RefPtr< Colormap > &colormap) | Gdk::Drawable | |
set_composited(bool composited=TRUE) | Gdk::Window | |
set_cursor(const Cursor &cursor) | Gdk::Window | |
set_cursor() | Gdk::Window | |
set_debug_updates(bool setting=true) | Gdk::Window | static |
set_decorations(WMDecoration decorations) | Gdk::Window | |
set_events(EventMask event_mask) | Gdk::Window | |
set_focus_on_map(bool focus_on_map) | Gdk::Window | |
set_functions(WMFunction functions) | Gdk::Window | |
set_geometry_hints(const Geometry &geometry, WindowHints geom_mask) | Gdk::Window | |
set_group(const Glib::RefPtr< Window > &leader) | Gdk::Window | |
set_icon(const Glib::RefPtr< Window > &icon_window, const Glib::RefPtr< Pixmap > &pixmap, const Glib::RefPtr< Bitmap > &mask) | Gdk::Window | |
set_icon(const Glib::RefPtr< Window > &icon_window, const Glib::RefPtr< Pixmap > &pixmap) | Gdk::Window | |
set_icon_list(const Glib::ListHandle< Glib::RefPtr< Gdk::Pixbuf > > &pixbufs) | Gdk::Window | |
set_icon_name(const Glib::ustring &name) | Gdk::Window | |
set_keep_above(bool setting=true) | Gdk::Window | |
set_keep_below(bool setting=true) | Gdk::Window | |
set_modal_hint(bool modal=true) | Gdk::Window | |
set_offscreen_embedder(const Glib::RefPtr< Window > &embedder) | Gdk::Window | |
set_opacity(double opacity) | Gdk::Window | |
set_override_redirect(bool override_redirect=true) | Gdk::Window | |
set_role(const Glib::ustring &role) | Gdk::Window | |
set_skip_pager_hint(bool skips_pager=true) | Gdk::Window | |
set_skip_taskbar_hint(bool skips_taskbar=true) | Gdk::Window | |
set_sm_client_id(const Glib::ustring &sm_client_id) | Gdk::Window | static |
set_startup_id(const Glib::ustring &startup_id) | Gdk::Window | |
set_static_gravities(bool use_static=true) | Gdk::Window | |
set_title(const Glib::ustring &title) | Gdk::Window | |
set_transient_for(const Glib::RefPtr< Window > &parent) | Gdk::Window | |
set_type_hint(WindowTypeHint hint) | Gdk::Window | |
set_urgency_hint(bool urgent=true) | Gdk::Window | |
set_user_data(gpointer user_data) | Gdk::Window | |
shape_combine_mask(const Glib::RefPtr< Bitmap > &mask, int x, int y) | Gdk::Window | |
shape_combine_region(const Region &shape_region, int offset_x, int offset_y) | Gdk::Window | |
show() | Gdk::Window | |
show_unraised() | Gdk::Window | |
stick() | Gdk::Window | |
thaw_updates() | Gdk::Window | |
unfullscreen() | Gdk::Window | |
unmaximize() | Gdk::Window | |
unset_back_pixmap() | Gdk::Window | |
unset_icon() | Gdk::Window | |
unset_shape_combine_mask() | Gdk::Window | |
unset_sm_client_id() | Gdk::Window | static |
unstick() | Gdk::Window | |
Window(const Glib::RefPtr< Window > &parent, GdkWindowAttr *attributes, int attributes_mask) | Gdk::Window | protected |
withdraw() | Gdk::Window | |
wrap(GdkWindowObject *object, bool take_copy=false) | Gdk::Window | related |
Gdk::Drawable::wrap(GdkDrawable *object, bool take_copy=false) | Gdk::Drawable | related |
~Drawable() | Gdk::Drawable | virtual |
~Window() | Gdk::Window | virtual |