Tuesday, May 21, 2013
download
|
documentation
|
applications
|
faq
|
changelog
|
resources
search for
in the
PHP-GTK 2 manual
PHP-GTK 1 manual
whole site
general mailing list
development mailing list
documentation mailing list
lookup:
PHP-GTK 2 Manual
GtkWindow
activate_default
activate_focus
activate_key
add_accel_group
add_mnemonic
begin_move_drag
begin_resize_drag
deiconify
fullscreen
get_accept_focus
get_decorated
get_default_size
get_destroy_with_parent
get_focus
get_focus_on_map
get_frame_dimensions
get_gravity
get_has_frame
get_icon
get_icon_list
get_icon_name
get_mnemonic_modifier
get_modal
get_position
get_resizable
get_role
get_size
get_skip_pager_hint
get_skip_taskbar_hint
get_title
get_transient_for
get_type_hint
has_toplevel_focus
iconify
is_active
maximize
move
parse_geometry
present
propagate_key_event
remove_accel_group
remove_mnemonic
reshow_with_initial_size
resize
set_accept_focus
set_auto_startup_notification
set_decorated
set_default
set_default_icon
set_default_size
set_destroy_with_parent
set_focus
set_focus_on_map
set_frame_dimensions
set_geometry_hints
set_gravity
set_has_frame
set_icon
set_icon_from_file
set_icon_list
set_icon_name
set_keep_above
set_keep_below
set_mnemonic_modifier
set_modal
set_policy
set_position
set_resizable
set_role
set_screen
set_skip_pager_hint
set_skip_taskbar_hint
set_title
set_transient_for
set_type_hint
set_wmclass
stick
unfullscreen
unmaximize
unstick
get_default_icon_list
list_toplevels
set_default_icon_from_file
set_default_icon_list
set_default_icon_name
window_mnemonic_activate
allow_grow
allow_shrink
configure_notify_received
configure_request_count
decorated
default_widget
destroy_with_parent
focus_widget
frame
frame_bottom
frame_left
frame_right
frame_top
gravity
group
has_focus
has_frame
has_user_ref_count
iconify_initially
keys_changed_handler
maximize_initially
mnemonic_modifier
modal
need_default_position
need_default_size
position
stick_initially
title
transient_parent
type
type_hint
wm_role
wmclass_class
wmclass_name
activate-default
activate-focus
frame-event
keys-changed
move-focus
set-focus
GtkWindow::add_mnemonic
GtkWindow::begin_resize_drag
Last updated: Sun, 12 May 2013
view this page in
English
GtkWindow::begin_move_drag
void begin_move_drag(int
button
, int
root_x
, int
root_y
, int
timestamp
);
Begins moving a window.
This method is not normally called in code. If you need to move a window, call
set_position()
or
move()
.
See also:
set_position()
,
move()
User Contributed Notes
gtk.gtkwindow.method.begin_move_drag.php
There are no user contributed notes for this page.
GtkWindow::add_mnemonic
GtkWindow::begin_resize_drag
Last updated: Sun, 12 May 2013
view this page in
English
credits
Copyright © 2001-2013 The PHP Group
All rights reserved.
Last updated: Sun May 12 18:51:01 2013 UTC