.\" Automatically generated by Pod::Man 4.10 (Pod::Simple 3.35) .\" .\" Standard preamble: .\" ======================================================================== .de Sp \" Vertical space (when we can't use .PP) .if t .sp .5v .if n .sp .. .de Vb \" Begin verbatim text .ft CW .nf .ne \\$1 .. .de Ve \" End verbatim text .ft R .fi .. .\" Set up some character translations and predefined strings. \*(-- will .\" give an unbreakable dash, \*(PI will give pi, \*(L" will give a left .\" double quote, and \*(R" will give a right double quote. \*(C+ will .\" give a nicer C++. Capital omega is used to do unbreakable dashes and .\" therefore won't be available. \*(C` and \*(C' expand to `' in nroff, .\" nothing in troff, for use with C<>. .tr \(*W- .ds C+ C\v'-.1v'\h'-1p'\s-2+\h'-1p'+\s0\v'.1v'\h'-1p' .ie n \{\ . ds -- \(*W- . ds PI pi . if (\n(.H=4u)&(1m=24u) .ds -- \(*W\h'-12u'\(*W\h'-12u'-\" diablo 10 pitch . if (\n(.H=4u)&(1m=20u) .ds -- \(*W\h'-12u'\(*W\h'-8u'-\" diablo 12 pitch . ds L" "" . ds R" "" . ds C` "" . ds C' "" 'br\} .el\{\ . ds -- \|\(em\| . ds PI \(*p . ds L" `` . ds R" '' . ds C` . ds C' 'br\} .\" .\" Escape single quotes in literal strings from groff's Unicode transform. .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" .\" If the F register is >0, we'll generate index entries on stderr for .\" titles (.TH), headers (.SH), subsections (.SS), items (.Ip), and index .\" entries marked with X<> in POD. Of course, you'll have to process the .\" output yourself in some meaningful fashion. .\" .\" Avoid warning from groff about undefined register 'F'. .de IX .. .nr rF 0 .if \n(.g .if rF .nr rF 1 .if (\n(rF:(\n(.g==0)) \{\ . if \nF \{\ . de IX . tm Index:\\$1\t\\n%\t"\\$2" .. . if !\nF==2 \{\ . nr % 0 . nr F 2 . \} . \} .\} .rr rF .\" ======================================================================== .\" .IX Title "Gtk2::Widget 3pm" .TH Gtk2::Widget 3pm "2019-09-16" "perl v5.28.1" "User Contributed Perl Documentation" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l .nh .SH "NAME" Gtk2::Widget \- wrapper for GtkWidget .SH "HIERARCHY" .IX Header "HIERARCHY" .Vb 4 \& Glib::Object \& +\-\-\-\-Glib::InitiallyUnowned \& +\-\-\-\-Gtk2::Object \& +\-\-\-\-Gtk2::Widget .Ve .SH "INTERFACES" .IX Header "INTERFACES" .Vb 2 \& Glib::Object::_Unregistered::AtkImplementorIface \& Gtk2::Buildable .Ve .SH "CONSTANTS" .IX Header "CONSTANTS" \&\f(CW\*(C`EVENT_STOP\*(C'\fR and \f(CW\*(C`EVENT_PROPAGATE\*(C'\fR are designed for the return from widget event signal handlers and similar, being true to stop or false to propagate. The names can help you avoid confusion over which way is true and which is false. (You can also remember the return as meaning \*(L"handled\*(R", which is the jargon in a few other signal handler types.) .PP .Vb 2 \& Gtk2::EVENT_STOP # true \& Gtk2::EVENT_PROPAGATE # false .Ve .SH "METHODS" .IX Header "METHODS" .ie n .SS "$widget\->\fBset_accel_path\fP ($accel_path, $accel_group)" .el .SS "\f(CW$widget\fP\->\fBset_accel_path\fP ($accel_path, \f(CW$accel_group\fP)" .IX Subsection "$widget->set_accel_path ($accel_path, $accel_group)" .IP "\(bu" 4 \&\f(CW$accel_path\fR (string or undef) .IP "\(bu" 4 \&\f(CW$accel_group\fR (Gtk2::AccelGroup or undef) .ie n .SS "object = $widget\->\fBget_accessible\fP" .el .SS "object = \f(CW$widget\fP\->\fBget_accessible\fP" .IX Subsection "object = $widget->get_accessible" .ie n .SS "action or undef = $widget\->\fBget_action\fP" .el .SS "action or undef = \f(CW$widget\fP\->\fBget_action\fP" .IX Subsection "action or undef = $widget->get_action" Since: gtk+ 2.10 .ie n .SS "boolean = $widget\->\fBactivate\fP" .el .SS "boolean = \f(CW$widget\fP\->\fBactivate\fP" .IX Subsection "boolean = $widget->activate" This function works by emitting an action signal nominated by the various widget subclasses. The signal is normally called \f(CW\*(C`activate\*(C'\fR, but it doesn't have to be. .PP Currently if you make a widget subclass in Perl there's no way to nominate a signal to be emitted by \f(CW\*(C`$widget\->activate\*(C'\fR. A signal merely named \f(CW\*(C`activate\*(C'\fR is not automatically hooked up. .ie n .SS "$widget\->\fBadd_accelerator\fP ($accel_signal, $accel_group, $accel_key, $accel_mods, $flags)" .el .SS "\f(CW$widget\fP\->\fBadd_accelerator\fP ($accel_signal, \f(CW$accel_group\fP, \f(CW$accel_key\fP, \f(CW$accel_mods\fP, \f(CW$flags\fP)" .IX Subsection "$widget->add_accelerator ($accel_signal, $accel_group, $accel_key, $accel_mods, $flags)" .IP "\(bu" 4 \&\f(CW$accel_signal\fR (string) .IP "\(bu" 4 \&\f(CW$accel_group\fR (Gtk2::AccelGroup) .IP "\(bu" 4 \&\f(CW$accel_key\fR (integer) .IP "\(bu" 4 \&\f(CW$accel_mods\fR (Gtk2::Gdk::ModifierType) .IP "\(bu" 4 \&\f(CW$flags\fR (Gtk2::AccelFlags) .ie n .SS "$widget\->\fBadd_events\fP ($events)" .el .SS "\f(CW$widget\fP\->\fBadd_events\fP ($events)" .IX Subsection "$widget->add_events ($events)" .IP "\(bu" 4 \&\f(CW$events\fR (Gtk2::Gdk::EventMask) .ie n .SS "$widget\->\fBadd_mnemonic_label\fP ($label)" .el .SS "\f(CW$widget\fP\->\fBadd_mnemonic_label\fP ($label)" .IX Subsection "$widget->add_mnemonic_label ($label)" .IP "\(bu" 4 \&\f(CW$label\fR (Gtk2::Widget) .PP Since: gtk+ 2.4 .ie n .SS "rectangle = $widget\->\fBallocation\fP" .el .SS "rectangle = \f(CW$widget\fP\->\fBallocation\fP" .IX Subsection "rectangle = $widget->allocation" Return the current allocated size and position of \f(CW$widget\fR within its parent widget. The allocated size is not necessarily the same as the requested size. .PP The returned rect object points into \f(CW$widget\fR and can only be used as long as \f(CW$widget\fR exists. .ie n .SS "rectangle = $widget\->\fBget_allocation\fP" .el .SS "rectangle = \f(CW$widget\fP\->\fBget_allocation\fP" .IX Subsection "rectangle = $widget->get_allocation" Since: gtk+ 2.18 .ie n .SS "$widget\->\fBset_allocation\fP ($allocation)" .el .SS "\f(CW$widget\fP\->\fBset_allocation\fP ($allocation)" .IX Subsection "$widget->set_allocation ($allocation)" .IP "\(bu" 4 \&\f(CW$allocation\fR (Gtk2::Gdk::Rectangle) .PP Since: gtk+ 2.18 .ie n .SS "widget or undef = $widget\->\fBget_ancestor\fP ($ancestor_package)" .el .SS "widget or undef = \f(CW$widget\fP\->\fBget_ancestor\fP ($ancestor_package)" .IX Subsection "widget or undef = $widget->get_ancestor ($ancestor_package)" .IP "\(bu" 4 \&\f(CW$ancestor_package\fR (string) .ie n .SS "$widget\->\fBapp_paintable\fP ($boolean)" .el .SS "\f(CW$widget\fP\->\fBapp_paintable\fP ($boolean)" .IX Subsection "$widget->app_paintable ($boolean)" .ie n .SS "boolean = $widget\->\fBapp_paintable\fP" .el .SS "boolean = \f(CW$widget\fP\->\fBapp_paintable\fP" .IX Subsection "boolean = $widget->app_paintable" .ie n .SS "boolean = $widget\->\fBget_app_paintable\fP" .el .SS "boolean = \f(CW$widget\fP\->\fBget_app_paintable\fP" .IX Subsection "boolean = $widget->get_app_paintable" Since: gtk+ 2.18 .ie n .SS "$widget\->\fBset_app_paintable\fP ($app_paintable)" .el .SS "\f(CW$widget\fP\->\fBset_app_paintable\fP ($app_paintable)" .IX Subsection "$widget->set_app_paintable ($app_paintable)" .IP "\(bu" 4 \&\f(CW$app_paintable\fR (boolean) .ie n .SS "boolean = $widget\->\fBcan_activate_accel\fP ($signal_id)" .el .SS "boolean = \f(CW$widget\fP\->\fBcan_activate_accel\fP ($signal_id)" .IX Subsection "boolean = $widget->can_activate_accel ($signal_id)" .IP "\(bu" 4 \&\f(CW$signal_id\fR (integer) .PP Since: gtk+ 2.4 .ie n .SS "$widget\->\fBcan_default\fP ($boolean)" .el .SS "\f(CW$widget\fP\->\fBcan_default\fP ($boolean)" .IX Subsection "$widget->can_default ($boolean)" .ie n .SS "boolean = $widget\->\fBcan_default\fP" .el .SS "boolean = \f(CW$widget\fP\->\fBcan_default\fP" .IX Subsection "boolean = $widget->can_default" .ie n .SS "boolean = $widget\->\fBget_can_default\fP" .el .SS "boolean = \f(CW$widget\fP\->\fBget_can_default\fP" .IX Subsection "boolean = $widget->get_can_default" Since: gtk+ 2.18 .ie n .SS "$widget\->\fBset_can_default\fP ($can_default)" .el .SS "\f(CW$widget\fP\->\fBset_can_default\fP ($can_default)" .IX Subsection "$widget->set_can_default ($can_default)" .IP "\(bu" 4 \&\f(CW$can_default\fR (boolean) .PP Since: gtk+ 2.18 .ie n .SS "$widget\->\fBcan_focus\fP ($boolean)" .el .SS "\f(CW$widget\fP\->\fBcan_focus\fP ($boolean)" .IX Subsection "$widget->can_focus ($boolean)" .ie n .SS "boolean = $widget\->\fBcan_focus\fP" .el .SS "boolean = \f(CW$widget\fP\->\fBcan_focus\fP" .IX Subsection "boolean = $widget->can_focus" .ie n .SS "boolean = $widget\->\fBget_can_focus\fP" .el .SS "boolean = \f(CW$widget\fP\->\fBget_can_focus\fP" .IX Subsection "boolean = $widget->get_can_focus" Since: gtk+ 2.18 .ie n .SS "$widget\->\fBset_can_focus\fP ($can_focus)" .el .SS "\f(CW$widget\fP\->\fBset_can_focus\fP ($can_focus)" .IX Subsection "$widget->set_can_focus ($can_focus)" .IP "\(bu" 4 \&\f(CW$can_focus\fR (boolean) .PP Since: gtk+ 2.18 .ie n .SS "boolean = $widget\->\fBchild_focus\fP ($direction)" .el .SS "boolean = \f(CW$widget\fP\->\fBchild_focus\fP ($direction)" .IX Subsection "boolean = $widget->child_focus ($direction)" .IP "\(bu" 4 \&\f(CW$direction\fR (Gtk2::DirectionType) .ie n .SS "$widget\->\fBchild_notify\fP ($child_property)" .el .SS "\f(CW$widget\fP\->\fBchild_notify\fP ($child_property)" .IX Subsection "$widget->child_notify ($child_property)" .IP "\(bu" 4 \&\f(CW$child_property\fR (string) .ie n .SS "requisition = $widget\->\fBget_child_requisition\fP" .el .SS "requisition = \f(CW$widget\fP\->\fBget_child_requisition\fP" .IX Subsection "requisition = $widget->get_child_requisition" This function is only for use in widget implementations. Obtains \&\f(CW\*(C`$widget\->requisition\*(C'\fR, unless someone has forced a particular geometry on the widget (e.g., with \f(CW\*(C`set_usize()\*(C'\fR, in which case it returns that geometry instead of the widget's requisition. .PP This function differs from \&\fBsize_request()\fR in that it retrieves the last size request value from \&\f(CW\*(C`$widget\->requisition\*(C'\fR, while \f(CW\*(C`size_request()\*(C'\fR actually calls the \f(CW\*(C`size_request\*(C'\fR virtual method (that is, emits the \*(L"size-request\*(R" signal) on the \fI\f(CI$widget\fI\fR to compute the size request and fill in \f(CW\*(C`$widget\->requisition\*(C'\fR, and only then returns \f(CW\*(C`$widget\->requisition\*(C'\fR. .PP Because this function does not call the \f(CW\*(C`size_request\*(C'\fR method, it can only be used when you know that \f(CW\*(C`$widget\->requisition\*(C'\fR is up-to-date. In general, only container implementations have this information; applications should use \f(CW\*(C`size_request ()\*(C'\fR. .ie n .SS "boolean = $widget\->\fBget_child_visible\fP" .el .SS "boolean = \f(CW$widget\fP\->\fBget_child_visible\fP" .IX Subsection "boolean = $widget->get_child_visible" .ie n .SS "$widget\->\fBset_child_visible\fP ($is_visible)" .el .SS "\f(CW$widget\fP\->\fBset_child_visible\fP ($is_visible)" .IX Subsection "$widget->set_child_visible ($is_visible)" .IP "\(bu" 4 \&\f(CW$is_visible\fR (boolean) .ie n .SS "(path, path_reversed) = $widget\->\fBclass_path\fP" .el .SS "(path, path_reversed) = \f(CW$widget\fP\->\fBclass_path\fP" .IX Subsection "(path, path_reversed) = $widget->class_path" .ie n .SS "clipboard = $widget\->\fBget_clipboard\fP ($selection=GDK_SELECTION_CLIPBOARD)" .el .SS "clipboard = \f(CW$widget\fP\->\fBget_clipboard\fP ($selection=GDK_SELECTION_CLIPBOARD)" .IX Subsection "clipboard = $widget->get_clipboard ($selection=GDK_SELECTION_CLIPBOARD)" .IP "\(bu" 4 \&\f(CW$selection\fR (Gtk2::Gdk::Atom) .PP Since: gtk+ 2.2 .ie n .SS "colormap = $widget\->\fBget_colormap\fP" .el .SS "colormap = \f(CW$widget\fP\->\fBget_colormap\fP" .IX Subsection "colormap = $widget->get_colormap" .ie n .SS "$widget\->\fBset_colormap\fP ($colormap)" .el .SS "\f(CW$widget\fP\->\fBset_colormap\fP ($colormap)" .IX Subsection "$widget->set_colormap ($colormap)" .IP "\(bu" 4 \&\f(CW$colormap\fR (Gtk2::Gdk::Colormap) .ie n .SS "$widget\->\fBcomposite_child\fP ($boolean)" .el .SS "\f(CW$widget\fP\->\fBcomposite_child\fP ($boolean)" .IX Subsection "$widget->composite_child ($boolean)" .ie n .SS "boolean = $widget\->\fBcomposite_child\fP" .el .SS "boolean = \f(CW$widget\fP\->\fBcomposite_child\fP" .IX Subsection "boolean = $widget->composite_child" .ie n .SS "string or undef = $widget\->\fBget_composite_name\fP" .el .SS "string or undef = \f(CW$widget\fP\->\fBget_composite_name\fP" .IX Subsection "string or undef = $widget->get_composite_name" .ie n .SS "$widget\->\fBset_composite_name\fP ($name)" .el .SS "\f(CW$widget\fP\->\fBset_composite_name\fP ($name)" .IX Subsection "$widget->set_composite_name ($name)" .IP "\(bu" 4 \&\f(CW$name\fR (string) .ie n .SS "context = $widget\->\fBcreate_pango_context\fP" .el .SS "context = \f(CW$widget\fP\->\fBcreate_pango_context\fP" .IX Subsection "context = $widget->create_pango_context" .ie n .SS "layout = $widget\->\fBcreate_pango_layout\fP ($text=undef)" .el .SS "layout = \f(CW$widget\fP\->\fBcreate_pango_layout\fP ($text=undef)" .IX Subsection "layout = $widget->create_pango_layout ($text=undef)" .IP "\(bu" 4 \&\f(CW$text\fR (string or undef) .SS "colormap = Gtk2::Widget\->\fBget_default_colormap\fP" .IX Subsection "colormap = Gtk2::Widget->get_default_colormap" .ie n .SS "colormap = $widget\->\fBget_default_colormap\fP" .el .SS "colormap = \f(CW$widget\fP\->\fBget_default_colormap\fP" .IX Subsection "colormap = $widget->get_default_colormap" .SS "Gtk2::Widget\->\fBset_default_colormap\fP ($colormap)" .IX Subsection "Gtk2::Widget->set_default_colormap ($colormap)" .ie n .SS "$widget\->\fBset_default_colormap\fP ($colormap)" .el .SS "\f(CW$widget\fP\->\fBset_default_colormap\fP ($colormap)" .IX Subsection "$widget->set_default_colormap ($colormap)" .IP "\(bu" 4 \&\f(CW$colormap\fR (Gtk2::Gdk::Colormap) .SS "textdirection = Gtk2::Widget\->\fBget_default_direction\fP" .IX Subsection "textdirection = Gtk2::Widget->get_default_direction" .SS "Gtk2::Widget\->\fBset_default_direction\fP ($dir)" .IX Subsection "Gtk2::Widget->set_default_direction ($dir)" .IP "\(bu" 4 \&\f(CW$dir\fR (Gtk2::TextDirection) .SS "style = Gtk2::Widget\->\fBget_default_style\fP" .IX Subsection "style = Gtk2::Widget->get_default_style" .ie n .SS "style = $widget\->\fBget_default_style\fP" .el .SS "style = \f(CW$widget\fP\->\fBget_default_style\fP" .IX Subsection "style = $widget->get_default_style" .SS "visual = Gtk2::Widget\->\fBget_default_visual\fP" .IX Subsection "visual = Gtk2::Widget->get_default_visual" .ie n .SS "visual = $widget\->\fBget_default_visual\fP" .el .SS "visual = \f(CW$widget\fP\->\fBget_default_visual\fP" .IX Subsection "visual = $widget->get_default_visual" .ie n .SS "$widget\->\fBdestroy\fP" .el .SS "\f(CW$widget\fP\->\fBdestroy\fP" .IX Subsection "$widget->destroy" .ie n .SS "textdirection = $widget\->\fBget_direction\fP" .el .SS "textdirection = \f(CW$widget\fP\->\fBget_direction\fP" .IX Subsection "textdirection = $widget->get_direction" .ie n .SS "$widget\->\fBset_direction\fP ($dir)" .el .SS "\f(CW$widget\fP\->\fBset_direction\fP ($dir)" .IX Subsection "$widget->set_direction ($dir)" .IP "\(bu" 4 \&\f(CW$dir\fR (Gtk2::TextDirection) .ie n .SS "display = $widget\->\fBget_display\fP" .el .SS "display = \f(CW$widget\fP\->\fBget_display\fP" .IX Subsection "display = $widget->get_display" Since: gtk+ 2.2 .ie n .SS "$widget\->\fBdouble_buffered\fP ($boolean)" .el .SS "\f(CW$widget\fP\->\fBdouble_buffered\fP ($boolean)" .IX Subsection "$widget->double_buffered ($boolean)" .ie n .SS "boolean = $widget\->\fBdouble_buffered\fP" .el .SS "boolean = \f(CW$widget\fP\->\fBdouble_buffered\fP" .IX Subsection "boolean = $widget->double_buffered" .ie n .SS "boolean = $widget\->\fBget_double_buffered\fP" .el .SS "boolean = \f(CW$widget\fP\->\fBget_double_buffered\fP" .IX Subsection "boolean = $widget->get_double_buffered" Since: gtk+ 2.18 .ie n .SS "$widget\->\fBset_double_buffered\fP ($double_buffered)" .el .SS "\f(CW$widget\fP\->\fBset_double_buffered\fP ($double_buffered)" .IX Subsection "$widget->set_double_buffered ($double_buffered)" .IP "\(bu" 4 \&\f(CW$double_buffered\fR (boolean) .ie n .SS "dragcontext = $widget\->\fBdrag_begin\fP ($targets, $actions, $button, $event)" .el .SS "dragcontext = \f(CW$widget\fP\->\fBdrag_begin\fP ($targets, \f(CW$actions\fP, \f(CW$button\fP, \f(CW$event\fP)" .IX Subsection "dragcontext = $widget->drag_begin ($targets, $actions, $button, $event)" .IP "\(bu" 4 \&\f(CW$targets\fR (Gtk2::TargetList) .IP "\(bu" 4 \&\f(CW$actions\fR (Gtk2::Gdk::DragAction) .IP "\(bu" 4 \&\f(CW$button\fR (integer) .IP "\(bu" 4 \&\f(CW$event\fR (Gtk2::Gdk::Event) .ie n .SS "boolean = $widget\->\fBdrag_check_threshold\fP ($start_x, $start_y, $current_x, $current_y)" .el .SS "boolean = \f(CW$widget\fP\->\fBdrag_check_threshold\fP ($start_x, \f(CW$start_y\fP, \f(CW$current_x\fP, \f(CW$current_y\fP)" .IX Subsection "boolean = $widget->drag_check_threshold ($start_x, $start_y, $current_x, $current_y)" .IP "\(bu" 4 \&\f(CW$start_x\fR (integer) .IP "\(bu" 4 \&\f(CW$start_y\fR (integer) .IP "\(bu" 4 \&\f(CW$current_x\fR (integer) .IP "\(bu" 4 \&\f(CW$current_y\fR (integer) .ie n .SS "$widget\->\fBdrag_dest_add_image_targets\fP" .el .SS "\f(CW$widget\fP\->\fBdrag_dest_add_image_targets\fP" .IX Subsection "$widget->drag_dest_add_image_targets" Since: gtk+ 2.6 .ie n .SS "$widget\->\fBdrag_dest_add_text_targets\fP" .el .SS "\f(CW$widget\fP\->\fBdrag_dest_add_text_targets\fP" .IX Subsection "$widget->drag_dest_add_text_targets" Since: gtk+ 2.6 .ie n .SS "$widget\->\fBdrag_dest_add_uri_targets\fP" .el .SS "\f(CW$widget\fP\->\fBdrag_dest_add_uri_targets\fP" .IX Subsection "$widget->drag_dest_add_uri_targets" Since: gtk+ 2.6 .ie n .SS "atom = $widget\->\fBdrag_dest_find_target\fP ($context, $target_list)" .el .SS "atom = \f(CW$widget\fP\->\fBdrag_dest_find_target\fP ($context, \f(CW$target_list\fP)" .IX Subsection "atom = $widget->drag_dest_find_target ($context, $target_list)" .IP "\(bu" 4 \&\f(CW$context\fR (Gtk2::Gdk::DragContext) .IP "\(bu" 4 \&\f(CW$target_list\fR (Gtk2::TargetList or undef) .ie n .SS "targetlist or undef = $widget\->\fBdrag_dest_get_target_list\fP" .el .SS "targetlist or undef = \f(CW$widget\fP\->\fBdrag_dest_get_target_list\fP" .IX Subsection "targetlist or undef = $widget->drag_dest_get_target_list" .ie n .SS "boolean = $widget\->\fBdrag_dest_get_track_motion\fP" .el .SS "boolean = \f(CW$widget\fP\->\fBdrag_dest_get_track_motion\fP" .IX Subsection "boolean = $widget->drag_dest_get_track_motion" Since: gtk+ 2.10 .ie n .SS "$widget\->\fBdrag_dest_set\fP ($flags, $actions, ...)" .el .SS "\f(CW$widget\fP\->\fBdrag_dest_set\fP ($flags, \f(CW$actions\fP, ...)" .IX Subsection "$widget->drag_dest_set ($flags, $actions, ...)" .IP "\(bu" 4 \&\f(CW$flags\fR (Gtk2::DestDefaults) .IP "\(bu" 4 \&\f(CW$actions\fR (Gtk2::Gdk::DragAction) .IP "\(bu" 4 \&... (list) of Gtk2::TargetEntry's .ie n .SS "$widget\->\fBdrag_dest_set_proxy\fP ($proxy_window, $protocol, $use_coordinates)" .el .SS "\f(CW$widget\fP\->\fBdrag_dest_set_proxy\fP ($proxy_window, \f(CW$protocol\fP, \f(CW$use_coordinates\fP)" .IX Subsection "$widget->drag_dest_set_proxy ($proxy_window, $protocol, $use_coordinates)" .IP "\(bu" 4 \&\f(CW$proxy_window\fR (Gtk2::Gdk::Window) .IP "\(bu" 4 \&\f(CW$protocol\fR (Gtk2::Gdk::DragProtocol) .IP "\(bu" 4 \&\f(CW$use_coordinates\fR (boolean) .ie n .SS "$widget\->\fBdrag_dest_set_target_list\fP ($target_list)" .el .SS "\f(CW$widget\fP\->\fBdrag_dest_set_target_list\fP ($target_list)" .IX Subsection "$widget->drag_dest_set_target_list ($target_list)" .IP "\(bu" 4 \&\f(CW$target_list\fR (Gtk2::TargetList or undef) .ie n .SS "$widget\->\fBdrag_dest_set_track_motion\fP ($track_motion)" .el .SS "\f(CW$widget\fP\->\fBdrag_dest_set_track_motion\fP ($track_motion)" .IX Subsection "$widget->drag_dest_set_track_motion ($track_motion)" .IP "\(bu" 4 \&\f(CW$track_motion\fR (boolean) .PP Since: gtk+ 2.10 .ie n .SS "$widget\->\fBdrag_dest_unset\fP" .el .SS "\f(CW$widget\fP\->\fBdrag_dest_unset\fP" .IX Subsection "$widget->drag_dest_unset" .ie n .SS "$widget\->\fBdrag_get_data\fP ($context, $target, $time_)" .el .SS "\f(CW$widget\fP\->\fBdrag_get_data\fP ($context, \f(CW$target\fP, \f(CW$time_\fP)" .IX Subsection "$widget->drag_get_data ($context, $target, $time_)" .IP "\(bu" 4 \&\f(CW$context\fR (Gtk2::Gdk::DragContext) .IP "\(bu" 4 \&\f(CW$target\fR (Gtk2::Gdk::Atom) .IP "\(bu" 4 \&\f(CW$time_\fR (unsigned) .ie n .SS "$widget\->\fBdrag_highlight\fP" .el .SS "\f(CW$widget\fP\->\fBdrag_highlight\fP" .IX Subsection "$widget->drag_highlight" .ie n .SS "$widget\->\fBdrag_source_add_image_targets\fP" .el .SS "\f(CW$widget\fP\->\fBdrag_source_add_image_targets\fP" .IX Subsection "$widget->drag_source_add_image_targets" Since: gtk+ 2.6 .ie n .SS "$widget\->\fBdrag_source_add_text_targets\fP" .el .SS "\f(CW$widget\fP\->\fBdrag_source_add_text_targets\fP" .IX Subsection "$widget->drag_source_add_text_targets" Since: gtk+ 2.6 .ie n .SS "$widget\->\fBdrag_source_add_uri_targets\fP" .el .SS "\f(CW$widget\fP\->\fBdrag_source_add_uri_targets\fP" .IX Subsection "$widget->drag_source_add_uri_targets" Since: gtk+ 2.6 .ie n .SS "targetlist or undef = $widget\->\fBdrag_source_get_target_list\fP" .el .SS "targetlist or undef = \f(CW$widget\fP\->\fBdrag_source_get_target_list\fP" .IX Subsection "targetlist or undef = $widget->drag_source_get_target_list" Since: gtk+ 2.4 .ie n .SS "$widget\->\fBdrag_source_set\fP ($start_button_mask, $actions, ...)" .el .SS "\f(CW$widget\fP\->\fBdrag_source_set\fP ($start_button_mask, \f(CW$actions\fP, ...)" .IX Subsection "$widget->drag_source_set ($start_button_mask, $actions, ...)" .IP "\(bu" 4 \&\f(CW$start_button_mask\fR (Gtk2::Gdk::ModifierType) .IP "\(bu" 4 \&\f(CW$actions\fR (Gtk2::Gdk::DragAction) .IP "\(bu" 4 \&... (list) of Gtk2::TargetEntry's .ie n .SS "$widget\->\fBdrag_source_set_icon\fP ($colormap, $pixmap, $mask)" .el .SS "\f(CW$widget\fP\->\fBdrag_source_set_icon\fP ($colormap, \f(CW$pixmap\fP, \f(CW$mask\fP)" .IX Subsection "$widget->drag_source_set_icon ($colormap, $pixmap, $mask)" .IP "\(bu" 4 \&\f(CW$colormap\fR (Gtk2::Gdk::Colormap or undef) .IP "\(bu" 4 \&\f(CW$pixmap\fR (Gtk2::Gdk::Pixmap or undef) .IP "\(bu" 4 \&\f(CW$mask\fR (Gtk2::Gdk::Bitmap or undef) .ie n .SS "$widget\->\fBdrag_source_set_icon_name\fP ($icon_name)" .el .SS "\f(CW$widget\fP\->\fBdrag_source_set_icon_name\fP ($icon_name)" .IX Subsection "$widget->drag_source_set_icon_name ($icon_name)" .IP "\(bu" 4 \&\f(CW$icon_name\fR (string) .PP Since: gtk+ 2.8 .ie n .SS "$widget\->\fBdrag_source_set_icon_pixbuf\fP ($pixbuf)" .el .SS "\f(CW$widget\fP\->\fBdrag_source_set_icon_pixbuf\fP ($pixbuf)" .IX Subsection "$widget->drag_source_set_icon_pixbuf ($pixbuf)" .IP "\(bu" 4 \&\f(CW$pixbuf\fR (Gtk2::Gdk::Pixbuf or undef) .ie n .SS "$widget\->\fBdrag_source_set_icon_stock\fP ($stock_id)" .el .SS "\f(CW$widget\fP\->\fBdrag_source_set_icon_stock\fP ($stock_id)" .IX Subsection "$widget->drag_source_set_icon_stock ($stock_id)" .IP "\(bu" 4 \&\f(CW$stock_id\fR (string) .ie n .SS "$widget\->\fBdrag_source_set_target_list\fP ($target_list)" .el .SS "\f(CW$widget\fP\->\fBdrag_source_set_target_list\fP ($target_list)" .IX Subsection "$widget->drag_source_set_target_list ($target_list)" .IP "\(bu" 4 \&\f(CW$target_list\fR (Gtk2::TargetList or undef) .PP Since: gtk+ 2.4 .ie n .SS "$widget\->\fBdrag_source_unset\fP" .el .SS "\f(CW$widget\fP\->\fBdrag_source_unset\fP" .IX Subsection "$widget->drag_source_unset" .ie n .SS "$widget\->\fBdrag_unhighlight\fP" .el .SS "\f(CW$widget\fP\->\fBdrag_unhighlight\fP" .IX Subsection "$widget->drag_unhighlight" .ie n .SS "$widget\->\fBdrawable\fP ($boolean)" .el .SS "\f(CW$widget\fP\->\fBdrawable\fP ($boolean)" .IX Subsection "$widget->drawable ($boolean)" .ie n .SS "boolean = $widget\->\fBdrawable\fP" .el .SS "boolean = \f(CW$widget\fP\->\fBdrawable\fP" .IX Subsection "boolean = $widget->drawable" .ie n .SS "$widget\->\fBensure_style\fP" .el .SS "\f(CW$widget\fP\->\fBensure_style\fP" .IX Subsection "$widget->ensure_style" .ie n .SS "$widget\->\fBerror_bell\fP" .el .SS "\f(CW$widget\fP\->\fBerror_bell\fP" .IX Subsection "$widget->error_bell" Since: gtk+ 2.12 .ie n .SS "boolean = $widget\->\fBevent\fP ($event)" .el .SS "boolean = \f(CW$widget\fP\->\fBevent\fP ($event)" .IX Subsection "boolean = $widget->event ($event)" .IP "\(bu" 4 \&\f(CW$event\fR (Gtk2::Gdk::Event) .PP This rarely-used function emits an event signal on \fI\f(CI$widget\fI\fR. Don't use this to synthesize events; use \f(CW\*(C`Gtk2\->main_do_event\*(C'\fR instead. Don't synthesize expose events; use \f(CW\*(C`$gdkwindow\->invalidate_rect\*(C'\fR instead. Basically, the main use for this in gtk2\-perl will be to pass motion notify events to rulers from other widgets. .ie n .SS "eventmask = $widget\->\fBget_events\fP" .el .SS "eventmask = \f(CW$widget\fP\->\fBget_events\fP" .IX Subsection "eventmask = $widget->get_events" .ie n .SS "$widget\->\fBset_events\fP ($events)" .el .SS "\f(CW$widget\fP\->\fBset_events\fP ($events)" .IX Subsection "$widget->set_events ($events)" .IP "\(bu" 4 \&\f(CW$events\fR (Gtk2::Gdk::EventMask) .ie n .SS "extensionmode = $widget\->\fBget_extension_events\fP" .el .SS "extensionmode = \f(CW$widget\fP\->\fBget_extension_events\fP" .IX Subsection "extensionmode = $widget->get_extension_events" .ie n .SS "$widget\->\fBset_extension_events\fP ($mode)" .el .SS "\f(CW$widget\fP\->\fBset_extension_events\fP ($mode)" .IX Subsection "$widget->set_extension_events ($mode)" .IP "\(bu" 4 \&\f(CW$mode\fR (Gtk2::Gdk::ExtensionMode) .ie n .SS "pspec or undef = $widget_or_class_name\->\fBfind_style_property\fP ($name)" .el .SS "pspec or undef = \f(CW$widget_or_class_name\fP\->\fBfind_style_property\fP ($name)" .IX Subsection "pspec or undef = $widget_or_class_name->find_style_property ($name)" .IP "\(bu" 4 \&\f(CW$name\fR (string) .PP Return a \f(CW\*(C`Glib::ParamSpec\*(C'\fR for style property \f(CW$name\fR on widget \&\f(CW$widget_or_class_name\fR. If there's no property \f(CW$name\fR then return \&\f(CW\*(C`undef\*(C'\fR. See Glib::Object \f(CW\*(C`list_properties\*(C'\fR for the fields in a ParamSpec. .PP Since: gtk+ 2.2 .ie n .SS "widgetflags = $widget\->\fBflags\fP" .el .SS "widgetflags = \f(CW$widget\fP\->\fBflags\fP" .IX Subsection "widgetflags = $widget->flags" .ie n .SS "widgetflags = $widget\->\fBget_flags\fP" .el .SS "widgetflags = \f(CW$widget\fP\->\fBget_flags\fP" .IX Subsection "widgetflags = $widget->get_flags" .ie n .SS "$widget\->\fBset_flags\fP ($flags)" .el .SS "\f(CW$widget\fP\->\fBset_flags\fP ($flags)" .IX Subsection "$widget->set_flags ($flags)" .IP "\(bu" 4 \&\f(CW$flags\fR (Gtk2::WidgetFlags) .ie n .SS "$widget\->\fBfreeze_child_notify\fP" .el .SS "\f(CW$widget\fP\->\fBfreeze_child_notify\fP" .IX Subsection "$widget->freeze_child_notify" .ie n .SS "$widget\->\fBgrab_default\fP" .el .SS "\f(CW$widget\fP\->\fBgrab_default\fP" .IX Subsection "$widget->grab_default" .ie n .SS "$widget\->\fBgrab_focus\fP" .el .SS "\f(CW$widget\fP\->\fBgrab_focus\fP" .IX Subsection "$widget->grab_focus" .ie n .SS "$widget\->\fBhas_default\fP ($boolean)" .el .SS "\f(CW$widget\fP\->\fBhas_default\fP ($boolean)" .IX Subsection "$widget->has_default ($boolean)" .ie n .SS "boolean = $widget\->\fBhas_default\fP" .el .SS "boolean = \f(CW$widget\fP\->\fBhas_default\fP" .IX Subsection "boolean = $widget->has_default" .ie n .SS "$widget\->\fBhas_focus\fP ($boolean)" .el .SS "\f(CW$widget\fP\->\fBhas_focus\fP ($boolean)" .IX Subsection "$widget->has_focus ($boolean)" .ie n .SS "boolean = $widget\->\fBhas_focus\fP" .el .SS "boolean = \f(CW$widget\fP\->\fBhas_focus\fP" .IX Subsection "boolean = $widget->has_focus" .ie n .SS "$widget\->\fBhas_grab\fP ($boolean)" .el .SS "\f(CW$widget\fP\->\fBhas_grab\fP ($boolean)" .IX Subsection "$widget->has_grab ($boolean)" .ie n .SS "boolean = $widget\->\fBhas_grab\fP" .el .SS "boolean = \f(CW$widget\fP\->\fBhas_grab\fP" .IX Subsection "boolean = $widget->has_grab" .ie n .SS "boolean = $widget\->\fBhas_rc_style\fP" .el .SS "boolean = \f(CW$widget\fP\->\fBhas_rc_style\fP" .IX Subsection "boolean = $widget->has_rc_style" Since: gtk+ 2.20 .ie n .SS "boolean = $widget\->\fBhas_screen\fP" .el .SS "boolean = \f(CW$widget\fP\->\fBhas_screen\fP" .IX Subsection "boolean = $widget->has_screen" Since: gtk+ 2.2 .ie n .SS "boolean = $widget\->\fBget_has_tooltip\fP" .el .SS "boolean = \f(CW$widget\fP\->\fBget_has_tooltip\fP" .IX Subsection "boolean = $widget->get_has_tooltip" Since: gtk+ 2.12 .ie n .SS "$widget\->\fBset_has_tooltip\fP ($has_tooltip)" .el .SS "\f(CW$widget\fP\->\fBset_has_tooltip\fP ($has_tooltip)" .IX Subsection "$widget->set_has_tooltip ($has_tooltip)" .IP "\(bu" 4 \&\f(CW$has_tooltip\fR (boolean) .PP Since: gtk+ 2.12 .ie n .SS "boolean = $widget\->\fBget_has_window\fP" .el .SS "boolean = \f(CW$widget\fP\->\fBget_has_window\fP" .IX Subsection "boolean = $widget->get_has_window" Since: gtk+ 2.18 .ie n .SS "$widget\->\fBset_has_window\fP ($has_window)" .el .SS "\f(CW$widget\fP\->\fBset_has_window\fP ($has_window)" .IX Subsection "$widget->set_has_window ($has_window)" .IP "\(bu" 4 \&\f(CW$has_window\fR (boolean) .PP Since: gtk+ 2.18 .ie n .SS "$widget\->\fBhide\fP" .el .SS "\f(CW$widget\fP\->\fBhide\fP" .IX Subsection "$widget->hide" .ie n .SS "$widget\->\fBhide_all\fP" .el .SS "\f(CW$widget\fP\->\fBhide_all\fP" .IX Subsection "$widget->hide_all" .SS "boolean = Gtk2::Widget::hide_on_delete ($widget, ...)" .IX Subsection "boolean = Gtk2::Widget::hide_on_delete ($widget, ...)" .IP "\(bu" 4 \&\f(CW$widget\fR (Gtk2::Widget) .IP "\(bu" 4 \&... (list) other arguments ignored (event etc) .PP This is a helper function intended to be used as the callback for the \&\f(CW\*(C`delete\-event\*(C'\fR signal: .PP .Vb 2 \& $wiget\->signal_connect ( \& delete_event => \e&Gtk2::Widget::hide_on_delete); .Ve .ie n .SS "$widget\->\fBinput_shape_combine_mask\fP ($shape_mask, $offset_x, $offset_y)" .el .SS "\f(CW$widget\fP\->\fBinput_shape_combine_mask\fP ($shape_mask, \f(CW$offset_x\fP, \f(CW$offset_y\fP)" .IX Subsection "$widget->input_shape_combine_mask ($shape_mask, $offset_x, $offset_y)" .IP "\(bu" 4 \&\f(CW$shape_mask\fR (Gtk2::Gdk::Bitmap or undef) .IP "\(bu" 4 \&\f(CW$offset_x\fR (integer) .IP "\(bu" 4 \&\f(CW$offset_y\fR (integer) .PP Since: gtk+ 2.10 .ie n .SS "rectangle = $widget\->\fBintersect\fP ($area)" .el .SS "rectangle = \f(CW$widget\fP\->\fBintersect\fP ($area)" .IX Subsection "rectangle = $widget->intersect ($area)" .IP "\(bu" 4 \&\f(CW$area\fR (Gtk2::Gdk::Rectangle) .PP Returns undef if \fI\f(CI$widget\fI\fR and \fI\f(CI$area\fI\fR do not intersect. .ie n .SS "boolean = $widget\->\fBis_ancestor\fP ($ancestor)" .el .SS "boolean = \f(CW$widget\fP\->\fBis_ancestor\fP ($ancestor)" .IX Subsection "boolean = $widget->is_ancestor ($ancestor)" .IP "\(bu" 4 \&\f(CW$ancestor\fR (Gtk2::Widget) .ie n .SS "boolean = $widget\->\fBis_composited\fP" .el .SS "boolean = \f(CW$widget\fP\->\fBis_composited\fP" .IX Subsection "boolean = $widget->is_composited" Since: gtk+ 2.10 .ie n .SS "boolean = $widget\->\fBis_drawable\fP" .el .SS "boolean = \f(CW$widget\fP\->\fBis_drawable\fP" .IX Subsection "boolean = $widget->is_drawable" Since: gtk+ 2.18 .ie n .SS "boolean = $widget\->\fBis_focus\fP" .el .SS "boolean = \f(CW$widget\fP\->\fBis_focus\fP" .IX Subsection "boolean = $widget->is_focus" .ie n .SS "$widget\->\fBis_sensitive\fP ($boolean)" .el .SS "\f(CW$widget\fP\->\fBis_sensitive\fP ($boolean)" .IX Subsection "$widget->is_sensitive ($boolean)" .ie n .SS "boolean = $widget\->\fBis_sensitive\fP" .el .SS "boolean = \f(CW$widget\fP\->\fBis_sensitive\fP" .IX Subsection "boolean = $widget->is_sensitive" .ie n .SS "boolean = $widget\->\fBis_toplevel\fP" .el .SS "boolean = \f(CW$widget\fP\->\fBis_toplevel\fP" .IX Subsection "boolean = $widget->is_toplevel" Since: gtk+ 2.18 .ie n .SS "boolean = $widget\->\fBkeynav_failed\fP ($direction)" .el .SS "boolean = \f(CW$widget\fP\->\fBkeynav_failed\fP ($direction)" .IX Subsection "boolean = $widget->keynav_failed ($direction)" .IP "\(bu" 4 \&\f(CW$direction\fR (Gtk2::DirectionType) .PP Since: gtk+ 2.12 .ie n .SS "list = $widget\->\fBlist_mnemonic_labels\fP" .el .SS "list = \f(CW$widget\fP\->\fBlist_mnemonic_labels\fP" .IX Subsection "list = $widget->list_mnemonic_labels" Since: gtk+ 2.4 .ie n .SS "list = $widget_or_class_name\->\fBlist_style_properties\fP" .el .SS "list = \f(CW$widget_or_class_name\fP\->\fBlist_style_properties\fP" .IX Subsection "list = $widget_or_class_name->list_style_properties" Return a list of \f(CW\*(C`Glib::ParamSpec\*(C'\fR objects which are the style properties available on \f(CW$widget_or_class_name\fR. See Glib::Object \&\f(CW\*(C`list_properties\*(C'\fR for the fields in a ParamSpec. .PP Since: gtk+ 2.2 .ie n .SS "$widget\->\fBmap\fP" .el .SS "\f(CW$widget\fP\->\fBmap\fP" .IX Subsection "$widget->map" .ie n .SS "$widget\->\fBmapped\fP ($boolean)" .el .SS "\f(CW$widget\fP\->\fBmapped\fP ($boolean)" .IX Subsection "$widget->mapped ($boolean)" .ie n .SS "boolean = $widget\->\fBmapped\fP" .el .SS "boolean = \f(CW$widget\fP\->\fBmapped\fP" .IX Subsection "boolean = $widget->mapped" .ie n .SS "boolean = $widget\->\fBget_mapped\fP" .el .SS "boolean = \f(CW$widget\fP\->\fBget_mapped\fP" .IX Subsection "boolean = $widget->get_mapped" Since: gtk+ 2.20 .ie n .SS "$widget\->\fBset_mapped\fP ($mapped)" .el .SS "\f(CW$widget\fP\->\fBset_mapped\fP ($mapped)" .IX Subsection "$widget->set_mapped ($mapped)" .IP "\(bu" 4 \&\f(CW$mapped\fR (boolean) .PP Since: gtk+ 2.20 .ie n .SS "boolean = $widget\->\fBmnemonic_activate\fP ($group_cycling)" .el .SS "boolean = \f(CW$widget\fP\->\fBmnemonic_activate\fP ($group_cycling)" .IX Subsection "boolean = $widget->mnemonic_activate ($group_cycling)" .IP "\(bu" 4 \&\f(CW$group_cycling\fR (boolean) .ie n .SS "rcstyle = $widget\->\fBget_modifier_style\fP" .el .SS "rcstyle = \f(CW$widget\fP\->\fBget_modifier_style\fP" .IX Subsection "rcstyle = $widget->get_modifier_style" .ie n .SS "$widget\->\fBmodify_base\fP ($state, $color)" .el .SS "\f(CW$widget\fP\->\fBmodify_base\fP ($state, \f(CW$color\fP)" .IX Subsection "$widget->modify_base ($state, $color)" .IP "\(bu" 4 \&\f(CW$state\fR (Gtk2::StateType) .IP "\(bu" 4 \&\f(CW$color\fR (Gtk2::Gdk::Color or undef) .ie n .SS "$widget\->\fBmodify_bg\fP ($state, $color)" .el .SS "\f(CW$widget\fP\->\fBmodify_bg\fP ($state, \f(CW$color\fP)" .IX Subsection "$widget->modify_bg ($state, $color)" .IP "\(bu" 4 \&\f(CW$state\fR (Gtk2::StateType) .IP "\(bu" 4 \&\f(CW$color\fR (Gtk2::Gdk::Color or undef) .ie n .SS "$widget\->\fBmodify_cursor\fP ($primary, $secondary)" .el .SS "\f(CW$widget\fP\->\fBmodify_cursor\fP ($primary, \f(CW$secondary\fP)" .IX Subsection "$widget->modify_cursor ($primary, $secondary)" .IP "\(bu" 4 \&\f(CW$primary\fR (Gtk2::Gdk::Color or undef) .IP "\(bu" 4 \&\f(CW$secondary\fR (Gtk2::Gdk::Color or undef) .PP Since: gtk+ 2.12 .ie n .SS "$widget\->\fBmodify_fg\fP ($state, $color)" .el .SS "\f(CW$widget\fP\->\fBmodify_fg\fP ($state, \f(CW$color\fP)" .IX Subsection "$widget->modify_fg ($state, $color)" .IP "\(bu" 4 \&\f(CW$state\fR (Gtk2::StateType) .IP "\(bu" 4 \&\f(CW$color\fR (Gtk2::Gdk::Color or undef) .ie n .SS "$widget\->\fBmodify_font\fP ($font_desc)" .el .SS "\f(CW$widget\fP\->\fBmodify_font\fP ($font_desc)" .IX Subsection "$widget->modify_font ($font_desc)" .IP "\(bu" 4 \&\f(CW$font_desc\fR (Pango::FontDescription or undef) .ie n .SS "$widget\->\fBmodify_style\fP ($style)" .el .SS "\f(CW$widget\fP\->\fBmodify_style\fP ($style)" .IX Subsection "$widget->modify_style ($style)" .IP "\(bu" 4 \&\f(CW$style\fR (Gtk2::RcStyle) .ie n .SS "$widget\->\fBmodify_text\fP ($state, $color)" .el .SS "\f(CW$widget\fP\->\fBmodify_text\fP ($state, \f(CW$color\fP)" .IX Subsection "$widget->modify_text ($state, $color)" .IP "\(bu" 4 \&\f(CW$state\fR (Gtk2::StateType) .IP "\(bu" 4 \&\f(CW$color\fR (Gtk2::Gdk::Color or undef) .ie n .SS "string = $widget\->\fBget_name\fP" .el .SS "string = \f(CW$widget\fP\->\fBget_name\fP" .IX Subsection "string = $widget->get_name" .ie n .SS "$widget\->\fBset_name\fP ($name)" .el .SS "\f(CW$widget\fP\->\fBset_name\fP ($name)" .IX Subsection "$widget->set_name ($name)" .IP "\(bu" 4 \&\f(CW$name\fR (string) .ie n .SS "boolean = $widget\->\fBget_no_show_all\fP" .el .SS "boolean = \f(CW$widget\fP\->\fBget_no_show_all\fP" .IX Subsection "boolean = $widget->get_no_show_all" Since: gtk+ 2.4 .ie n .SS "$widget\->\fBset_no_show_all\fP ($no_show_all)" .el .SS "\f(CW$widget\fP\->\fBset_no_show_all\fP ($no_show_all)" .IX Subsection "$widget->set_no_show_all ($no_show_all)" .IP "\(bu" 4 \&\f(CW$no_show_all\fR (boolean) .PP Since: gtk+ 2.4 .ie n .SS "$widget\->\fBno_window\fP ($boolean)" .el .SS "\f(CW$widget\fP\->\fBno_window\fP ($boolean)" .IX Subsection "$widget->no_window ($boolean)" .ie n .SS "boolean = $widget\->\fBno_window\fP" .el .SS "boolean = \f(CW$widget\fP\->\fBno_window\fP" .IX Subsection "boolean = $widget->no_window" .ie n .SS "context = $widget\->\fBget_pango_context\fP" .el .SS "context = \f(CW$widget\fP\->\fBget_pango_context\fP" .IX Subsection "context = $widget->get_pango_context" .ie n .SS "widget or undef = $widget\->\fBparent\fP" .el .SS "widget or undef = \f(CW$widget\fP\->\fBparent\fP" .IX Subsection "widget or undef = $widget->parent" .ie n .SS "widget or undef = $widget\->\fBget_parent\fP" .el .SS "widget or undef = \f(CW$widget\fP\->\fBget_parent\fP" .IX Subsection "widget or undef = $widget->get_parent" .ie n .SS "$widget\->\fBparent_sensitive\fP ($boolean)" .el .SS "\f(CW$widget\fP\->\fBparent_sensitive\fP ($boolean)" .IX Subsection "$widget->parent_sensitive ($boolean)" .ie n .SS "boolean = $widget\->\fBparent_sensitive\fP" .el .SS "boolean = \f(CW$widget\fP\->\fBparent_sensitive\fP" .IX Subsection "boolean = $widget->parent_sensitive" .ie n .SS "$widget\->\fBset_parent\fP ($parent)" .el .SS "\f(CW$widget\fP\->\fBset_parent\fP ($parent)" .IX Subsection "$widget->set_parent ($parent)" .IP "\(bu" 4 \&\f(CW$parent\fR (Gtk2::Widget) .ie n .SS "window = $widget\->\fBget_parent_window\fP" .el .SS "window = \f(CW$widget\fP\->\fBget_parent_window\fP" .IX Subsection "window = $widget->get_parent_window" .ie n .SS "$widget\->\fBset_parent_window\fP ($parent_window)" .el .SS "\f(CW$widget\fP\->\fBset_parent_window\fP ($parent_window)" .IX Subsection "$widget->set_parent_window ($parent_window)" .IP "\(bu" 4 \&\f(CW$parent_window\fR (Gtk2::Gdk::Window) .ie n .SS "(path, path_reversed) = $widget\->\fBpath\fP" .el .SS "(path, path_reversed) = \f(CW$widget\fP\->\fBpath\fP" .IX Subsection "(path, path_reversed) = $widget->path" .ie n .SS "(x, y) = $widget\->\fBget_pointer\fP" .el .SS "(x, y) = \f(CW$widget\fP\->\fBget_pointer\fP" .IX Subsection "(x, y) = $widget->get_pointer" .SS "Gtk2::Widget\->\fBpop_colormap\fP (cmap)" .IX Subsection "Gtk2::Widget->pop_colormap (cmap)" .ie n .SS "$widget\->\fBpop_colormap\fP (cmap)" .el .SS "\f(CW$widget\fP\->\fBpop_colormap\fP (cmap)" .IX Subsection "$widget->pop_colormap (cmap)" .SS "Gtk2::Widget\->\fBpop_composite_child\fP" .IX Subsection "Gtk2::Widget->pop_composite_child" .ie n .SS "$widget\->\fBpop_composite_child\fP" .el .SS "\f(CW$widget\fP\->\fBpop_composite_child\fP" .IX Subsection "$widget->pop_composite_child" .ie n .SS "$widget\->\fBpropagate_event\fP ($event)" .el .SS "\f(CW$widget\fP\->\fBpropagate_event\fP ($event)" .IX Subsection "$widget->propagate_event ($event)" .IP "\(bu" 4 \&\f(CW$event\fR (Gtk2::Gdk::Event) .PP From gtk+'s \s-1API\s0 documentation: .PP You most likely don't want to use any of these functions; synthesizing events is rarely needed. Consider asking on the mailing list for better ways to achieve your goals. For example, use Gtk2::Gdk::invalidate_rect or Gtk2::Widget::queue_draw instead of making up expose events. .SS "Gtk2::Widget\->\fBpush_colormap\fP (cmap)" .IX Subsection "Gtk2::Widget->push_colormap (cmap)" .ie n .SS "$widget\->\fBpush_colormap\fP (cmap)" .el .SS "\f(CW$widget\fP\->\fBpush_colormap\fP (cmap)" .IX Subsection "$widget->push_colormap (cmap)" .IP "\(bu" 4 \&\f(CW$cmap\fR (Gtk2::Gdk::Colormap) .SS "Gtk2::Widget\->\fBpush_composite_child\fP" .IX Subsection "Gtk2::Widget->push_composite_child" .ie n .SS "$widget\->\fBpush_composite_child\fP" .el .SS "\f(CW$widget\fP\->\fBpush_composite_child\fP" .IX Subsection "$widget->push_composite_child" .ie n .SS "$widget\->\fBqueue_draw\fP" .el .SS "\f(CW$widget\fP\->\fBqueue_draw\fP" .IX Subsection "$widget->queue_draw" .ie n .SS "$widget\->\fBqueue_draw_area\fP ($x, $y, $width, $height)" .el .SS "\f(CW$widget\fP\->\fBqueue_draw_area\fP ($x, \f(CW$y\fP, \f(CW$width\fP, \f(CW$height\fP)" .IX Subsection "$widget->queue_draw_area ($x, $y, $width, $height)" .IP "\(bu" 4 \&\f(CW$x\fR (integer) .IP "\(bu" 4 \&\f(CW$y\fR (integer) .IP "\(bu" 4 \&\f(CW$width\fR (integer) .IP "\(bu" 4 \&\f(CW$height\fR (integer) .ie n .SS "$widget\->\fBqueue_resize\fP" .el .SS "\f(CW$widget\fP\->\fBqueue_resize\fP" .IX Subsection "$widget->queue_resize" .ie n .SS "$widget\->\fBqueue_resize_no_redraw\fP" .el .SS "\f(CW$widget\fP\->\fBqueue_resize_no_redraw\fP" .IX Subsection "$widget->queue_resize_no_redraw" Since: gtk+ 2.4 .ie n .SS "$widget\->\fBrc_style\fP ($boolean)" .el .SS "\f(CW$widget\fP\->\fBrc_style\fP ($boolean)" .IX Subsection "$widget->rc_style ($boolean)" .ie n .SS "boolean = $widget\->\fBrc_style\fP" .el .SS "boolean = \f(CW$widget\fP\->\fBrc_style\fP" .IX Subsection "boolean = $widget->rc_style" .ie n .SS "$widget\->\fBrealize\fP" .el .SS "\f(CW$widget\fP\->\fBrealize\fP" .IX Subsection "$widget->realize" .ie n .SS "$widget\->\fBrealized\fP ($boolean)" .el .SS "\f(CW$widget\fP\->\fBrealized\fP ($boolean)" .IX Subsection "$widget->realized ($boolean)" .ie n .SS "boolean = $widget\->\fBrealized\fP" .el .SS "boolean = \f(CW$widget\fP\->\fBrealized\fP" .IX Subsection "boolean = $widget->realized" .ie n .SS "boolean = $widget\->\fBget_realized\fP" .el .SS "boolean = \f(CW$widget\fP\->\fBget_realized\fP" .IX Subsection "boolean = $widget->get_realized" Since: gtk+ 2.20 .ie n .SS "$widget\->\fBset_realized\fP ($realized)" .el .SS "\f(CW$widget\fP\->\fBset_realized\fP ($realized)" .IX Subsection "$widget->set_realized ($realized)" .IP "\(bu" 4 \&\f(CW$realized\fR (boolean) .PP Since: gtk+ 2.20 .ie n .SS "$widget\->\fBreceives_default\fP ($boolean)" .el .SS "\f(CW$widget\fP\->\fBreceives_default\fP ($boolean)" .IX Subsection "$widget->receives_default ($boolean)" .ie n .SS "boolean = $widget\->\fBreceives_default\fP" .el .SS "boolean = \f(CW$widget\fP\->\fBreceives_default\fP" .IX Subsection "boolean = $widget->receives_default" .ie n .SS "boolean = $widget\->\fBget_receives_default\fP" .el .SS "boolean = \f(CW$widget\fP\->\fBget_receives_default\fP" .IX Subsection "boolean = $widget->get_receives_default" Since: gtk+ 2.18 .ie n .SS "$widget\->\fBset_receives_default\fP ($receives_default)" .el .SS "\f(CW$widget\fP\->\fBset_receives_default\fP ($receives_default)" .IX Subsection "$widget->set_receives_default ($receives_default)" .IP "\(bu" 4 \&\f(CW$receives_default\fR (boolean) .PP Since: gtk+ 2.18 .ie n .SS "$widget\->\fBset_redraw_on_allocate\fP ($redraw_on_allocate)" .el .SS "\f(CW$widget\fP\->\fBset_redraw_on_allocate\fP ($redraw_on_allocate)" .IX Subsection "$widget->set_redraw_on_allocate ($redraw_on_allocate)" .IP "\(bu" 4 \&\f(CW$redraw_on_allocate\fR (boolean) .ie n .SS "region = $widget\->\fBregion_intersect\fP ($region)" .el .SS "region = \f(CW$widget\fP\->\fBregion_intersect\fP ($region)" .IX Subsection "region = $widget->region_intersect ($region)" .IP "\(bu" 4 \&\f(CW$region\fR (Gtk2::Gdk::Region) .ie n .SS "boolean = $widget\->\fBremove_accelerator\fP ($accel_group, $accel_key, $accel_mods)" .el .SS "boolean = \f(CW$widget\fP\->\fBremove_accelerator\fP ($accel_group, \f(CW$accel_key\fP, \f(CW$accel_mods\fP)" .IX Subsection "boolean = $widget->remove_accelerator ($accel_group, $accel_key, $accel_mods)" .IP "\(bu" 4 \&\f(CW$accel_group\fR (Gtk2::AccelGroup) .IP "\(bu" 4 \&\f(CW$accel_key\fR (integer) .IP "\(bu" 4 \&\f(CW$accel_mods\fR (Gtk2::Gdk::ModifierType) .ie n .SS "$widget\->\fBremove_mnemonic_label\fP ($label)" .el .SS "\f(CW$widget\fP\->\fBremove_mnemonic_label\fP ($label)" .IX Subsection "$widget->remove_mnemonic_label ($label)" .IP "\(bu" 4 \&\f(CW$label\fR (Gtk2::Widget) .PP Since: gtk+ 2.4 .ie n .SS "pixbuf = $widget\->\fBrender_icon\fP ($stock_id, $size, $detail=undef)" .el .SS "pixbuf = \f(CW$widget\fP\->\fBrender_icon\fP ($stock_id, \f(CW$size\fP, \f(CW$detail\fP=undef)" .IX Subsection "pixbuf = $widget->render_icon ($stock_id, $size, $detail=undef)" .IP "\(bu" 4 \&\f(CW$stock_id\fR (string) .IP "\(bu" 4 \&\f(CW$size\fR (Gtk2::IconSize) .IP "\(bu" 4 \&\f(CW$detail\fR (string) .ie n .SS "$widget\->\fBreparent\fP ($new_parent)" .el .SS "\f(CW$widget\fP\->\fBreparent\fP ($new_parent)" .IX Subsection "$widget->reparent ($new_parent)" .IP "\(bu" 4 \&\f(CW$new_parent\fR (Gtk2::Widget) .ie n .SS "requisition = $widget\->\fBrequisition\fP" .el .SS "requisition = \f(CW$widget\fP\->\fBrequisition\fP" .IX Subsection "requisition = $widget->requisition" Return the currently desired width and height of \f(CW$widget\fR. Basically this is the result from the last \f(CW\*(C`size_request\*(C'\fR call on \f(CW$widget\fR, and therefore may not be up-to-date if \f(CW$widget\fR has asked for a resize but its container parent has not yet called \f(CW\*(C`size_request\*(C'\fR. .PP The returned requisition object points into \f(CW$widget\fR and can only be used as long as \f(CW$widget\fR exists. .ie n .SS "requisition = $widget\->\fBget_requisition\fP" .el .SS "requisition = \f(CW$widget\fP\->\fBget_requisition\fP" .IX Subsection "requisition = $widget->get_requisition" Since: gtk+ 2.20 .ie n .SS "$widget\->\fBreset_rc_styles\fP" .el .SS "\f(CW$widget\fP\->\fBreset_rc_styles\fP" .IX Subsection "$widget->reset_rc_styles" .ie n .SS "$widget\->\fBreset_shapes\fP" .el .SS "\f(CW$widget\fP\->\fBreset_shapes\fP" .IX Subsection "$widget->reset_shapes" .ie n .SS "window = $widget\->\fBget_root_window\fP" .el .SS "window = \f(CW$widget\fP\->\fBget_root_window\fP" .IX Subsection "window = $widget->get_root_window" Since: gtk+ 2.2 .ie n .SS "statetype = $widget\->\fBsaved_state\fP" .el .SS "statetype = \f(CW$widget\fP\->\fBsaved_state\fP" .IX Subsection "statetype = $widget->saved_state" .ie n .SS "screen = $widget\->\fBget_screen\fP" .el .SS "screen = \f(CW$widget\fP\->\fBget_screen\fP" .IX Subsection "screen = $widget->get_screen" Since: gtk+ 2.2 .ie n .SS "boolean = $widget\->\fBset_scroll_adjustments\fP ($hadjustment, $vadjustment)" .el .SS "boolean = \f(CW$widget\fP\->\fBset_scroll_adjustments\fP ($hadjustment, \f(CW$vadjustment\fP)" .IX Subsection "boolean = $widget->set_scroll_adjustments ($hadjustment, $vadjustment)" .IP "\(bu" 4 \&\f(CW$hadjustment\fR (Gtk2::Adjustment or undef) .IP "\(bu" 4 \&\f(CW$vadjustment\fR (Gtk2::Adjustment or undef) .PP This function works by emitting a setter signal nominated by the various widget types which have \*(L"native\*(R" scrolling. The signal is normally called \f(CW\*(C`set\-scroll\-adjustments\*(C'\fR, but it doesn't have to be. .PP If you make a widget subclass in Perl and create a signal in it called \&\f(CW\*(C`set\-scroll\-adjustments\*(C'\fR taking two Gtk2::Adjustment parameters then the subclassing automatically hooks that up to be emitted by \&\f(CW\*(C`$widget\->set_scroll_adjustments\*(C'\fR. (Your \*(L"class closure\*(R" default handler code should then store the adjustment objects somewhere.) .ie n .SS "$widget\->\fBselection_add_target\fP ($selection, $target, $info)" .el .SS "\f(CW$widget\fP\->\fBselection_add_target\fP ($selection, \f(CW$target\fP, \f(CW$info\fP)" .IX Subsection "$widget->selection_add_target ($selection, $target, $info)" .IP "\(bu" 4 \&\f(CW$selection\fR (Gtk2::Gdk::Atom) .IP "\(bu" 4 \&\f(CW$target\fR (Gtk2::Gdk::Atom) .IP "\(bu" 4 \&\f(CW$info\fR (integer) .ie n .SS "$widget\->\fBselection_add_targets\fP ($selection, ...)" .el .SS "\f(CW$widget\fP\->\fBselection_add_targets\fP ($selection, ...)" .IX Subsection "$widget->selection_add_targets ($selection, ...)" .IP "\(bu" 4 \&\f(CW$selection\fR (Gtk2::Gdk::Atom) .IP "\(bu" 4 \&... (list) of Gtk2::TargetEntry's .ie n .SS "$widget\->\fBselection_clear_targets\fP ($selection)" .el .SS "\f(CW$widget\fP\->\fBselection_clear_targets\fP ($selection)" .IX Subsection "$widget->selection_clear_targets ($selection)" .IP "\(bu" 4 \&\f(CW$selection\fR (Gtk2::Gdk::Atom) .ie n .SS "boolean = $widget\->\fBselection_convert\fP ($selection, $target, $time_)" .el .SS "boolean = \f(CW$widget\fP\->\fBselection_convert\fP ($selection, \f(CW$target\fP, \f(CW$time_\fP)" .IX Subsection "boolean = $widget->selection_convert ($selection, $target, $time_)" .IP "\(bu" 4 \&\f(CW$selection\fR (Gtk2::Gdk::Atom) .IP "\(bu" 4 \&\f(CW$target\fR (Gtk2::Gdk::Atom) .IP "\(bu" 4 \&\f(CW$time_\fR (unsigned) .ie n .SS "$widget\->\fBselection_remove_all\fP" .el .SS "\f(CW$widget\fP\->\fBselection_remove_all\fP" .IX Subsection "$widget->selection_remove_all" .ie n .SS "boolean = $widget\->\fBsend_focus_change\fP ($event)" .el .SS "boolean = \f(CW$widget\fP\->\fBsend_focus_change\fP ($event)" .IX Subsection "boolean = $widget->send_focus_change ($event)" .IP "\(bu" 4 \&\f(CW$event\fR (Gtk2::Gdk::Event) .PP Since: gtk+ 2.22 .ie n .SS "$widget\->\fBsensitive\fP ($boolean)" .el .SS "\f(CW$widget\fP\->\fBsensitive\fP ($boolean)" .IX Subsection "$widget->sensitive ($boolean)" .ie n .SS "boolean = $widget\->\fBsensitive\fP" .el .SS "boolean = \f(CW$widget\fP\->\fBsensitive\fP" .IX Subsection "boolean = $widget->sensitive" .ie n .SS "boolean = $widget\->\fBget_sensitive\fP" .el .SS "boolean = \f(CW$widget\fP\->\fBget_sensitive\fP" .IX Subsection "boolean = $widget->get_sensitive" Since: gtk+ 2.18 .ie n .SS "$widget\->\fBset_sensitive\fP ($sensitive)" .el .SS "\f(CW$widget\fP\->\fBset_sensitive\fP ($sensitive)" .IX Subsection "$widget->set_sensitive ($sensitive)" .IP "\(bu" 4 \&\f(CW$sensitive\fR (boolean) .ie n .SS "settings = $widget\->\fBget_settings\fP" .el .SS "settings = \f(CW$widget\fP\->\fBget_settings\fP" .IX Subsection "settings = $widget->get_settings" .ie n .SS "$widget\->\fBshape_combine_mask\fP ($shape_mask, $offset_x, $offset_y)" .el .SS "\f(CW$widget\fP\->\fBshape_combine_mask\fP ($shape_mask, \f(CW$offset_x\fP, \f(CW$offset_y\fP)" .IX Subsection "$widget->shape_combine_mask ($shape_mask, $offset_x, $offset_y)" .IP "\(bu" 4 \&\f(CW$shape_mask\fR (Gtk2::Gdk::Bitmap or undef) .IP "\(bu" 4 \&\f(CW$offset_x\fR (integer) .IP "\(bu" 4 \&\f(CW$offset_y\fR (integer) .ie n .SS "$widget\->\fBshow\fP" .el .SS "\f(CW$widget\fP\->\fBshow\fP" .IX Subsection "$widget->show" .ie n .SS "$widget\->\fBshow_all\fP" .el .SS "\f(CW$widget\fP\->\fBshow_all\fP" .IX Subsection "$widget->show_all" .ie n .SS "$widget\->\fBshow_now\fP" .el .SS "\f(CW$widget\fP\->\fBshow_now\fP" .IX Subsection "$widget->show_now" .ie n .SS "$widget\->\fBsize_allocate\fP ($allocation)" .el .SS "\f(CW$widget\fP\->\fBsize_allocate\fP ($allocation)" .IX Subsection "$widget->size_allocate ($allocation)" .IP "\(bu" 4 \&\f(CW$allocation\fR (Gtk2::Gdk::Rectangle) .ie n .SS "requisition = $widget\->\fBsize_request\fP" .el .SS "requisition = \f(CW$widget\fP\->\fBsize_request\fP" .IX Subsection "requisition = $widget->size_request" This function is typically used when implementing a GtkContainer subclass. Obtains the preferred size of a widget. The container uses this information to arrange its child widgets and decide what size allocations to give them with size_allocate (). .PP You can also call this function from an application, with some caveats. Most notably, getting a size request requires the widget to be associated with a screen, because font information may be needed. Multihead-aware applications should keep this in mind. .PP Also remember that the size request is not necessarily the size a widget will actually be allocated. .PP See also get_child_requisition () .ie n .SS "(width, height) = $widget\->\fBget_size_request\fP" .el .SS "(width, height) = \f(CW$widget\fP\->\fBget_size_request\fP" .IX Subsection "(width, height) = $widget->get_size_request" Gets the size request that was explicitly set for the widget using \&\f(CW\*(C`set_size_request()\*(C'\fR. A value of \-1 for \fIwidth\fR or \fIheight\fR indicates that the dimension has not been explicitly set and the natural requisition of the widget will be used instead. See \fBset_size_request()\fR. To get the size a widget will actually use, call \&\fBsize_request()\fR instead of this function. .ie n .SS "$widget\->\fBset_size_request\fP ($width=\-1, $height=\-1)" .el .SS "\f(CW$widget\fP\->\fBset_size_request\fP ($width=\-1, \f(CW$height\fP=\-1)" .IX Subsection "$widget->set_size_request ($width=-1, $height=-1)" .IP "\(bu" 4 \&\f(CW$width\fR (integer) .IP "\(bu" 4 \&\f(CW$height\fR (integer) .ie n .SS "pixmap or undef = $widget\->\fBget_snapshot\fP ($clip_rect=undef)" .el .SS "pixmap or undef = \f(CW$widget\fP\->\fBget_snapshot\fP ($clip_rect=undef)" .IX Subsection "pixmap or undef = $widget->get_snapshot ($clip_rect=undef)" .IP "\(bu" 4 \&\f(CW$clip_rect\fR (Gtk2::Gdk::Rectangle or undef) .PP Since: gtk+ 2.14 .ie n .SS "statetype = $widget\->\fBstate\fP" .el .SS "statetype = \f(CW$widget\fP\->\fBstate\fP" .IX Subsection "statetype = $widget->state" .ie n .SS "statetype = $widget\->\fBget_state\fP" .el .SS "statetype = \f(CW$widget\fP\->\fBget_state\fP" .IX Subsection "statetype = $widget->get_state" Since: gtk+ 2.18 .ie n .SS "$widget\->\fBset_state\fP ($state)" .el .SS "\f(CW$widget\fP\->\fBset_state\fP ($state)" .IX Subsection "$widget->set_state ($state)" .IP "\(bu" 4 \&\f(CW$state\fR (Gtk2::StateType) .ie n .SS "style = $widget\->\fBstyle\fP" .el .SS "style = \f(CW$widget\fP\->\fBstyle\fP" .IX Subsection "style = $widget->style" .ie n .SS "$style\->\fBstyle_attach\fP" .el .SS "\f(CW$style\fP\->\fBstyle_attach\fP" .IX Subsection "$style->style_attach" Since: gtk+ 2.20 .ie n .SS "style = $widget\->\fBget_style\fP" .el .SS "style = \f(CW$widget\fP\->\fBget_style\fP" .IX Subsection "style = $widget->get_style" .ie n .SS "list = $widget\->\fBstyle_get\fP ($first_property_name, ...)" .el .SS "list = \f(CW$widget\fP\->\fBstyle_get\fP ($first_property_name, ...)" .IX Subsection "list = $widget->style_get ($first_property_name, ...)" .IP "\(bu" 4 \&\f(CW$first_property_name\fR (string) .IP "\(bu" 4 \&... (list) 0 or more additional property names .PP Returns the values of the requested style properties. .PP Since: gtk+ 2.2 .ie n .SS "list = $widget\->\fBstyle_get_property\fP ($first_property_name, ...)" .el .SS "list = \f(CW$widget\fP\->\fBstyle_get_property\fP ($first_property_name, ...)" .IX Subsection "list = $widget->style_get_property ($first_property_name, ...)" .IP "\(bu" 4 \&\f(CW$first_property_name\fR (string) .IP "\(bu" 4 \&... (list) 0 or more additional property names .PP An alias for style_get. .PP Since: gtk+ 2.2 .ie n .SS "$widget\->\fBset_style\fP ($style)" .el .SS "\f(CW$widget\fP\->\fBset_style\fP ($style)" .IX Subsection "$widget->set_style ($style)" .IP "\(bu" 4 \&\f(CW$style\fR (Gtk2::Style or undef) .ie n .SS "$widget\->\fBthaw_child_notify\fP" .el .SS "\f(CW$widget\fP\->\fBthaw_child_notify\fP" .IX Subsection "$widget->thaw_child_notify" .ie n .SS "string = $widget\->\fBget_tooltip_markup\fP" .el .SS "string = \f(CW$widget\fP\->\fBget_tooltip_markup\fP" .IX Subsection "string = $widget->get_tooltip_markup" Since: gtk+ 2.12 .ie n .SS "$widget\->\fBset_tooltip_markup\fP ($markup)" .el .SS "\f(CW$widget\fP\->\fBset_tooltip_markup\fP ($markup)" .IX Subsection "$widget->set_tooltip_markup ($markup)" .IP "\(bu" 4 \&\f(CW$markup\fR (string or undef) .PP Since: gtk+ 2.12 .ie n .SS "string = $widget\->\fBget_tooltip_text\fP" .el .SS "string = \f(CW$widget\fP\->\fBget_tooltip_text\fP" .IX Subsection "string = $widget->get_tooltip_text" Since: gtk+ 2.12 .ie n .SS "$widget\->\fBset_tooltip_text\fP ($text)" .el .SS "\f(CW$widget\fP\->\fBset_tooltip_text\fP ($text)" .IX Subsection "$widget->set_tooltip_text ($text)" .IP "\(bu" 4 \&\f(CW$text\fR (string or undef) .PP Since: gtk+ 2.12 .ie n .SS "window or undef = $widget\->\fBget_tooltip_window\fP" .el .SS "window or undef = \f(CW$widget\fP\->\fBget_tooltip_window\fP" .IX Subsection "window or undef = $widget->get_tooltip_window" Since: gtk+ 2.12 .ie n .SS "$widget\->\fBset_tooltip_window\fP ($custom_window)" .el .SS "\f(CW$widget\fP\->\fBset_tooltip_window\fP ($custom_window)" .IX Subsection "$widget->set_tooltip_window ($custom_window)" .IP "\(bu" 4 \&\f(CW$custom_window\fR (Gtk2::Window or undef) .PP Since: gtk+ 2.12 .ie n .SS "$widget\->\fBtoplevel\fP ($value)" .el .SS "\f(CW$widget\fP\->\fBtoplevel\fP ($value)" .IX Subsection "$widget->toplevel ($value)" .ie n .SS "boolean = $widget\->\fBtoplevel\fP" .el .SS "boolean = \f(CW$widget\fP\->\fBtoplevel\fP" .IX Subsection "boolean = $widget->toplevel" .ie n .SS "widget = $widget\->\fBget_toplevel\fP" .el .SS "widget = \f(CW$widget\fP\->\fBget_toplevel\fP" .IX Subsection "widget = $widget->get_toplevel" .ie n .SS "(dst_x, dst_y) = $src_widget\->\fBtranslate_coordinates\fP ($dest_widget, $src_x, $src_y)" .el .SS "(dst_x, dst_y) = \f(CW$src_widget\fP\->\fBtranslate_coordinates\fP ($dest_widget, \f(CW$src_x\fP, \f(CW$src_y\fP)" .IX Subsection "(dst_x, dst_y) = $src_widget->translate_coordinates ($dest_widget, $src_x, $src_y)" .IP "\(bu" 4 \&\f(CW$dest_widget\fR (Gtk2::Widget) .IP "\(bu" 4 \&\f(CW$src_x\fR (integer) .IP "\(bu" 4 \&\f(CW$src_y\fR (integer) .PP Returns an empty list if either widget is not realized or if they do not share a common ancestor. .ie n .SS "$widget\->\fBtrigger_tooltip_query\fP" .el .SS "\f(CW$widget\fP\->\fBtrigger_tooltip_query\fP" .IX Subsection "$widget->trigger_tooltip_query" Since: gtk+ 2.12 .ie n .SS "$widget\->\fBunmap\fP" .el .SS "\f(CW$widget\fP\->\fBunmap\fP" .IX Subsection "$widget->unmap" .ie n .SS "$widget\->\fBunparent\fP" .el .SS "\f(CW$widget\fP\->\fBunparent\fP" .IX Subsection "$widget->unparent" .ie n .SS "$widget\->\fBunrealize\fP" .el .SS "\f(CW$widget\fP\->\fBunrealize\fP" .IX Subsection "$widget->unrealize" .ie n .SS "$widget\->\fBunset_flags\fP ($flags)" .el .SS "\f(CW$widget\fP\->\fBunset_flags\fP ($flags)" .IX Subsection "$widget->unset_flags ($flags)" .IP "\(bu" 4 \&\f(CW$flags\fR (Gtk2::WidgetFlags) .ie n .SS "$widget\->\fBvisible\fP ($boolean)" .el .SS "\f(CW$widget\fP\->\fBvisible\fP ($boolean)" .IX Subsection "$widget->visible ($boolean)" .ie n .SS "boolean = $widget\->\fBvisible\fP" .el .SS "boolean = \f(CW$widget\fP\->\fBvisible\fP" .IX Subsection "boolean = $widget->visible" .ie n .SS "boolean = $widget\->\fBget_visible\fP" .el .SS "boolean = \f(CW$widget\fP\->\fBget_visible\fP" .IX Subsection "boolean = $widget->get_visible" Since: gtk+ 2.18 .ie n .SS "$widget\->\fBset_visible\fP ($visible)" .el .SS "\f(CW$widget\fP\->\fBset_visible\fP ($visible)" .IX Subsection "$widget->set_visible ($visible)" .IP "\(bu" 4 \&\f(CW$visible\fR (boolean) .PP Since: gtk+ 2.18 .ie n .SS "visual = $widget\->\fBget_visual\fP" .el .SS "visual = \f(CW$widget\fP\->\fBget_visual\fP" .IX Subsection "visual = $widget->get_visual" .ie n .SS "window or undef = $widget\->\fBwindow\fP ($new=undef)" .el .SS "window or undef = \f(CW$widget\fP\->\fBwindow\fP ($new=undef)" .IX Subsection "window or undef = $widget->window ($new=undef)" .IP "\(bu" 4 \&\f(CW$new\fR (Gtk2::Gdk::Window or undef) .ie n .SS "window or undef = $widget\->\fBget_window\fP" .el .SS "window or undef = \f(CW$widget\fP\->\fBget_window\fP" .IX Subsection "window or undef = $widget->get_window" Since: gtk+ 2.14 .ie n .SS "$widget\->\fBset_window\fP ($window)" .el .SS "\f(CW$widget\fP\->\fBset_window\fP ($window)" .IX Subsection "$widget->set_window ($window)" .IP "\(bu" 4 \&\f(CW$window\fR (Gtk2::Gdk::Window) .PP Since: gtk+ 2.18 .SH "PROPERTIES" .IX Header "PROPERTIES" .IP "'app\-paintable' (boolean : default false : readable / writable / private)" 4 .IX Item "'app-paintable' (boolean : default false : readable / writable / private)" Whether the application will paint directly on the widget .IP "'can\-default' (boolean : default false : readable / writable / private)" 4 .IX Item "'can-default' (boolean : default false : readable / writable / private)" Whether the widget can be the default widget .IP "'can\-focus' (boolean : default false : readable / writable / private)" 4 .IX Item "'can-focus' (boolean : default false : readable / writable / private)" Whether the widget can accept the input focus .IP "'composite\-child' (boolean : default false : readable / private)" 4 .IX Item "'composite-child' (boolean : default false : readable / private)" Whether the widget is part of a composite widget .IP "'double\-buffered' (boolean : default true : readable / writable / private)" 4 .IX Item "'double-buffered' (boolean : default true : readable / writable / private)" Whether or not the widget is double buffered .IP "'events' (Gtk2::Gdk::EventMask : default structure-mask : readable / writable / private)" 4 .IX Item "'events' (Gtk2::Gdk::EventMask : default structure-mask : readable / writable / private)" The event mask that decides what kind of GdkEvents this widget gets .ie n .IP "'extension\-events' (Gtk2::Gdk::ExtensionMode : default ""none"" : readable / writable / private)" 4 .el .IP "'extension\-events' (Gtk2::Gdk::ExtensionMode : default ``none'' : readable / writable / private)" 4 .IX Item "'extension-events' (Gtk2::Gdk::ExtensionMode : default none : readable / writable / private)" The mask that decides what kind of extension events this widget gets .IP "'has\-default' (boolean : default false : readable / writable / private)" 4 .IX Item "'has-default' (boolean : default false : readable / writable / private)" Whether the widget is the default widget .IP "'has\-focus' (boolean : default false : readable / writable / private)" 4 .IX Item "'has-focus' (boolean : default false : readable / writable / private)" Whether the widget has the input focus .IP "'has\-tooltip' (boolean : default false : readable / writable / private)" 4 .IX Item "'has-tooltip' (boolean : default false : readable / writable / private)" Whether this widget has a tooltip .IP "'height\-request' (integer : default \-1 : readable / writable / private)" 4 .IX Item "'height-request' (integer : default -1 : readable / writable / private)" Override for height request of the widget, or \-1 if natural request should be used .IP "'is\-focus' (boolean : default false : readable / writable / private)" 4 .IX Item "'is-focus' (boolean : default false : readable / writable / private)" Whether the widget is the focus widget within the toplevel .IP "'name' (string : default undef : readable / writable / private)" 4 .IX Item "'name' (string : default undef : readable / writable / private)" The name of the widget .IP "'no\-show\-all' (boolean : default false : readable / writable / private)" 4 .IX Item "'no-show-all' (boolean : default false : readable / writable / private)" Whether \fBgtk_widget_show_all()\fR should not affect this widget .IP "'parent' (Gtk2::Container : default undef : readable / writable / private)" 4 .IX Item "'parent' (Gtk2::Container : default undef : readable / writable / private)" The parent widget of this widget. Must be a Container widget .IP "'receives\-default' (boolean : default false : readable / writable / private)" 4 .IX Item "'receives-default' (boolean : default false : readable / writable / private)" If \s-1TRUE,\s0 the widget will receive the default action when it is focused .IP "'sensitive' (boolean : default true : readable / writable / private)" 4 .IX Item "'sensitive' (boolean : default true : readable / writable / private)" Whether the widget responds to input .IP "'style' (Gtk2::Style : default undef : readable / writable / private)" 4 .IX Item "'style' (Gtk2::Style : default undef : readable / writable / private)" The style of the widget, which contains information about how it will look (colors etc) .IP "'tooltip\-markup' (string : default undef : readable / writable / private)" 4 .IX Item "'tooltip-markup' (string : default undef : readable / writable / private)" The contents of the tooltip for this widget .IP "'tooltip\-text' (string : default undef : readable / writable / private)" 4 .IX Item "'tooltip-text' (string : default undef : readable / writable / private)" The contents of the tooltip for this widget .IP "'visible' (boolean : default false : readable / writable / private)" 4 .IX Item "'visible' (boolean : default false : readable / writable / private)" Whether the widget is visible .IP "'width\-request' (integer : default \-1 : readable / writable / private)" 4 .IX Item "'width-request' (integer : default -1 : readable / writable / private)" Override for width request of the widget, or \-1 if natural request should be used .IP "'window' (Gtk2::Gdk::Window : default undef : readable / private)" 4 .IX Item "'window' (Gtk2::Gdk::Window : default undef : readable / private)" The widget's window if it is realized .SH "STYLE PROPERTIES" .IX Header "STYLE PROPERTIES" .IP "'cursor\-aspect\-ratio' (float : default 0.04 : readable / private)" 4 .IX Item "'cursor-aspect-ratio' (float : default 0.04 : readable / private)" Aspect ratio with which to draw insertion cursor .IP "'cursor\-color' (Gtk2::Gdk::Color : default undef : readable / private)" 4 .IX Item "'cursor-color' (Gtk2::Gdk::Color : default undef : readable / private)" Color with which to draw insertion cursor .IP "'draw\-border' (Gtk2::Border : default undef : readable / private)" 4 .IX Item "'draw-border' (Gtk2::Border : default undef : readable / private)" Size of areas outside the widget's allocation to draw .ie n .IP "'focus\-line\-pattern' (string : default ""\e1\e1"" : readable / private)" 4 .el .IP "'focus\-line\-pattern' (string : default ``\e1\e1'' : readable / private)" 4 .IX Item "'focus-line-pattern' (string : default 11 : readable / private)" Dash pattern used to draw the focus indicator .IP "'focus\-line\-width' (integer : default 1 : readable / private)" 4 .IX Item "'focus-line-width' (integer : default 1 : readable / private)" Width, in pixels, of the focus indicator line .IP "'focus\-padding' (integer : default 1 : readable / private)" 4 .IX Item "'focus-padding' (integer : default 1 : readable / private)" Width, in pixels, between focus indicator and the widget 'box' .IP "'interior\-focus' (boolean : default true : readable / private)" 4 .IX Item "'interior-focus' (boolean : default true : readable / private)" Whether to draw the focus indicator inside widgets .IP "'link\-color' (Gtk2::Gdk::Color : default undef : readable / private)" 4 .IX Item "'link-color' (Gtk2::Gdk::Color : default undef : readable / private)" Color of unvisited links .IP "'scroll\-arrow\-hlength' (integer : default 16 : readable / private)" 4 .IX Item "'scroll-arrow-hlength' (integer : default 16 : readable / private)" The length of horizontal scroll arrows .IP "'scroll\-arrow\-vlength' (integer : default 16 : readable / private)" 4 .IX Item "'scroll-arrow-vlength' (integer : default 16 : readable / private)" The length of vertical scroll arrows .IP "'secondary\-cursor\-color' (Gtk2::Gdk::Color : default undef : readable / private)" 4 .IX Item "'secondary-cursor-color' (Gtk2::Gdk::Color : default undef : readable / private)" Color with which to draw the secondary insertion cursor when editing mixed right-to-left and left-to-right text .IP "'separator\-height' (integer : default 0 : readable / private)" 4 .IX Item "'separator-height' (integer : default 0 : readable / private)" The height of separators if \*(L"wide-separators\*(R" is \s-1TRUE\s0 .IP "'separator\-width' (integer : default 0 : readable / private)" 4 .IX Item "'separator-width' (integer : default 0 : readable / private)" The width of separators if wide-separators is \s-1TRUE\s0 .IP "'tooltip\-alpha' (Glib::UChar : default 255 : readable / private)" 4 .IX Item "'tooltip-alpha' (Glib::UChar : default 255 : readable / private)" The opacity to be used when drawing tooltips .IP "'tooltip\-radius' (Glib::UInt : default 0 : readable / private)" 4 .IX Item "'tooltip-radius' (Glib::UInt : default 0 : readable / private)" The radius to be used when drawing tooltips .IP "'visited\-link\-color' (Gtk2::Gdk::Color : default undef : readable / private)" 4 .IX Item "'visited-link-color' (Gtk2::Gdk::Color : default undef : readable / private)" Color of visited links .IP "'wide\-separators' (boolean : default false : readable / private)" 4 .IX Item "'wide-separators' (boolean : default false : readable / private)" Whether separators have configurable width and should be drawn using a box instead of a line .SH "SIGNALS" .IX Header "SIGNALS" .IP "\fBaccel-closures-changed\fR (Gtk2::Widget)" 4 .IX Item "accel-closures-changed (Gtk2::Widget)" .PD 0 .IP "boolean = \fBbutton-press-event\fR (Gtk2::Widget, Gtk2::Gdk::Event)" 4 .IX Item "boolean = button-press-event (Gtk2::Widget, Gtk2::Gdk::Event)" .IP "boolean = \fBbutton-release-event\fR (Gtk2::Widget, Gtk2::Gdk::Event)" 4 .IX Item "boolean = button-release-event (Gtk2::Widget, Gtk2::Gdk::Event)" .IP "boolean = \fBcan-activate-accel\fR (Gtk2::Widget, Glib::UInt)" 4 .IX Item "boolean = can-activate-accel (Gtk2::Widget, Glib::UInt)" .IP "\fBchild-notify\fR (Gtk2::Widget, Glib::ParamSpec)" 4 .IX Item "child-notify (Gtk2::Widget, Glib::ParamSpec)" .IP "boolean = \fBclient-event\fR (Gtk2::Widget, Gtk2::Gdk::Event)" 4 .IX Item "boolean = client-event (Gtk2::Widget, Gtk2::Gdk::Event)" .IP "\fBcomposited-changed\fR (Gtk2::Widget)" 4 .IX Item "composited-changed (Gtk2::Widget)" .IP "boolean = \fBconfigure-event\fR (Gtk2::Widget, Gtk2::Gdk::Event)" 4 .IX Item "boolean = configure-event (Gtk2::Widget, Gtk2::Gdk::Event)" .IP "boolean = \fBdamage-event\fR (Gtk2::Widget, Gtk2::Gdk::Event)" 4 .IX Item "boolean = damage-event (Gtk2::Widget, Gtk2::Gdk::Event)" .IP "boolean = \fBdelete-event\fR (Gtk2::Widget, Gtk2::Gdk::Event)" 4 .IX Item "boolean = delete-event (Gtk2::Widget, Gtk2::Gdk::Event)" .IP "boolean = \fBdestroy-event\fR (Gtk2::Widget, Gtk2::Gdk::Event)" 4 .IX Item "boolean = destroy-event (Gtk2::Widget, Gtk2::Gdk::Event)" .IP "\fBdirection-changed\fR (Gtk2::Widget, Gtk2::TextDirection)" 4 .IX Item "direction-changed (Gtk2::Widget, Gtk2::TextDirection)" .IP "\fBdrag-begin\fR (Gtk2::Widget, Gtk2::Gdk::DragContext)" 4 .IX Item "drag-begin (Gtk2::Widget, Gtk2::Gdk::DragContext)" .IP "\fBdrag-data-delete\fR (Gtk2::Widget, Gtk2::Gdk::DragContext)" 4 .IX Item "drag-data-delete (Gtk2::Widget, Gtk2::Gdk::DragContext)" .IP "\fBdrag-data-get\fR (Gtk2::Widget, Gtk2::Gdk::DragContext, Gtk2::SelectionData, Glib::UInt, Glib::UInt)" 4 .IX Item "drag-data-get (Gtk2::Widget, Gtk2::Gdk::DragContext, Gtk2::SelectionData, Glib::UInt, Glib::UInt)" .IP "\fBdrag-data-received\fR (Gtk2::Widget, Gtk2::Gdk::DragContext, integer, integer, Gtk2::SelectionData, Glib::UInt, Glib::UInt)" 4 .IX Item "drag-data-received (Gtk2::Widget, Gtk2::Gdk::DragContext, integer, integer, Gtk2::SelectionData, Glib::UInt, Glib::UInt)" .IP "boolean = \fBdrag-drop\fR (Gtk2::Widget, Gtk2::Gdk::DragContext, integer, integer, Glib::UInt)" 4 .IX Item "boolean = drag-drop (Gtk2::Widget, Gtk2::Gdk::DragContext, integer, integer, Glib::UInt)" .IP "\fBdrag-end\fR (Gtk2::Widget, Gtk2::Gdk::DragContext)" 4 .IX Item "drag-end (Gtk2::Widget, Gtk2::Gdk::DragContext)" .IP "boolean = \fBdrag-failed\fR (Gtk2::Widget, Gtk2::Gdk::DragContext, Gtk2::DragResult)" 4 .IX Item "boolean = drag-failed (Gtk2::Widget, Gtk2::Gdk::DragContext, Gtk2::DragResult)" .IP "\fBdrag-leave\fR (Gtk2::Widget, Gtk2::Gdk::DragContext, Glib::UInt)" 4 .IX Item "drag-leave (Gtk2::Widget, Gtk2::Gdk::DragContext, Glib::UInt)" .IP "boolean = \fBdrag-motion\fR (Gtk2::Widget, Gtk2::Gdk::DragContext, integer, integer, Glib::UInt)" 4 .IX Item "boolean = drag-motion (Gtk2::Widget, Gtk2::Gdk::DragContext, integer, integer, Glib::UInt)" .IP "boolean = \fBenter-notify-event\fR (Gtk2::Widget, Gtk2::Gdk::Event)" 4 .IX Item "boolean = enter-notify-event (Gtk2::Widget, Gtk2::Gdk::Event)" .IP "boolean = \fBevent\fR (Gtk2::Widget, Gtk2::Gdk::Event)" 4 .IX Item "boolean = event (Gtk2::Widget, Gtk2::Gdk::Event)" .IP "\fBevent-after\fR (Gtk2::Widget, Gtk2::Gdk::Event)" 4 .IX Item "event-after (Gtk2::Widget, Gtk2::Gdk::Event)" .IP "boolean = \fBexpose-event\fR (Gtk2::Widget, Gtk2::Gdk::Event)" 4 .IX Item "boolean = expose-event (Gtk2::Widget, Gtk2::Gdk::Event)" .IP "boolean = \fBfocus\fR (Gtk2::Widget, Gtk2::DirectionType)" 4 .IX Item "boolean = focus (Gtk2::Widget, Gtk2::DirectionType)" .IP "boolean = \fBfocus-in-event\fR (Gtk2::Widget, Gtk2::Gdk::Event)" 4 .IX Item "boolean = focus-in-event (Gtk2::Widget, Gtk2::Gdk::Event)" .IP "boolean = \fBfocus-out-event\fR (Gtk2::Widget, Gtk2::Gdk::Event)" 4 .IX Item "boolean = focus-out-event (Gtk2::Widget, Gtk2::Gdk::Event)" .IP "boolean = \fBgrab-broken-event\fR (Gtk2::Widget, Gtk2::Gdk::Event)" 4 .IX Item "boolean = grab-broken-event (Gtk2::Widget, Gtk2::Gdk::Event)" .IP "\fBgrab-focus\fR (Gtk2::Widget)" 4 .IX Item "grab-focus (Gtk2::Widget)" .IP "\fBgrab-notify\fR (Gtk2::Widget, boolean)" 4 .IX Item "grab-notify (Gtk2::Widget, boolean)" .IP "\fBhide\fR (Gtk2::Widget)" 4 .IX Item "hide (Gtk2::Widget)" .IP "\fBhierarchy-changed\fR (Gtk2::Widget, Gtk2::Widget)" 4 .IX Item "hierarchy-changed (Gtk2::Widget, Gtk2::Widget)" .IP "boolean = \fBkey-press-event\fR (Gtk2::Widget, Gtk2::Gdk::Event)" 4 .IX Item "boolean = key-press-event (Gtk2::Widget, Gtk2::Gdk::Event)" .IP "boolean = \fBkey-release-event\fR (Gtk2::Widget, Gtk2::Gdk::Event)" 4 .IX Item "boolean = key-release-event (Gtk2::Widget, Gtk2::Gdk::Event)" .IP "boolean = \fBkeynav-failed\fR (Gtk2::Widget, Gtk2::DirectionType)" 4 .IX Item "boolean = keynav-failed (Gtk2::Widget, Gtk2::DirectionType)" .IP "boolean = \fBleave-notify-event\fR (Gtk2::Widget, Gtk2::Gdk::Event)" 4 .IX Item "boolean = leave-notify-event (Gtk2::Widget, Gtk2::Gdk::Event)" .IP "\fBmap\fR (Gtk2::Widget)" 4 .IX Item "map (Gtk2::Widget)" .IP "boolean = \fBmap-event\fR (Gtk2::Widget, Gtk2::Gdk::Event)" 4 .IX Item "boolean = map-event (Gtk2::Widget, Gtk2::Gdk::Event)" .IP "boolean = \fBmnemonic-activate\fR (Gtk2::Widget, boolean)" 4 .IX Item "boolean = mnemonic-activate (Gtk2::Widget, boolean)" .IP "boolean = \fBmotion-notify-event\fR (Gtk2::Widget, Gtk2::Gdk::Event)" 4 .IX Item "boolean = motion-notify-event (Gtk2::Widget, Gtk2::Gdk::Event)" .IP "\fBmove-focus\fR (Gtk2::Widget, Gtk2::DirectionType)" 4 .IX Item "move-focus (Gtk2::Widget, Gtk2::DirectionType)" .IP "boolean = \fBno-expose-event\fR (Gtk2::Widget, Gtk2::Gdk::Event)" 4 .IX Item "boolean = no-expose-event (Gtk2::Widget, Gtk2::Gdk::Event)" .IP "\fBparent-set\fR (Gtk2::Widget, Gtk2::Widget)" 4 .IX Item "parent-set (Gtk2::Widget, Gtk2::Widget)" .IP "boolean = \fBpopup-menu\fR (Gtk2::Widget)" 4 .IX Item "boolean = popup-menu (Gtk2::Widget)" .IP "boolean = \fBproperty-notify-event\fR (Gtk2::Widget, Gtk2::Gdk::Event)" 4 .IX Item "boolean = property-notify-event (Gtk2::Widget, Gtk2::Gdk::Event)" .IP "boolean = \fBproximity-in-event\fR (Gtk2::Widget, Gtk2::Gdk::Event)" 4 .IX Item "boolean = proximity-in-event (Gtk2::Widget, Gtk2::Gdk::Event)" .IP "boolean = \fBproximity-out-event\fR (Gtk2::Widget, Gtk2::Gdk::Event)" 4 .IX Item "boolean = proximity-out-event (Gtk2::Widget, Gtk2::Gdk::Event)" .IP "boolean = \fBquery-tooltip\fR (Gtk2::Widget, integer, integer, boolean, Gtk2::Tooltip)" 4 .IX Item "boolean = query-tooltip (Gtk2::Widget, integer, integer, boolean, Gtk2::Tooltip)" .IP "\fBrealize\fR (Gtk2::Widget)" 4 .IX Item "realize (Gtk2::Widget)" .IP "\fBscreen-changed\fR (Gtk2::Widget, Gtk2::Gdk::Screen)" 4 .IX Item "screen-changed (Gtk2::Widget, Gtk2::Gdk::Screen)" .IP "boolean = \fBscroll-event\fR (Gtk2::Widget, Gtk2::Gdk::Event)" 4 .IX Item "boolean = scroll-event (Gtk2::Widget, Gtk2::Gdk::Event)" .IP "boolean = \fBselection-clear-event\fR (Gtk2::Widget, Gtk2::Gdk::Event)" 4 .IX Item "boolean = selection-clear-event (Gtk2::Widget, Gtk2::Gdk::Event)" .IP "\fBselection-get\fR (Gtk2::Widget, Gtk2::SelectionData, Glib::UInt, Glib::UInt)" 4 .IX Item "selection-get (Gtk2::Widget, Gtk2::SelectionData, Glib::UInt, Glib::UInt)" .IP "boolean = \fBselection-notify-event\fR (Gtk2::Widget, Gtk2::Gdk::Event)" 4 .IX Item "boolean = selection-notify-event (Gtk2::Widget, Gtk2::Gdk::Event)" .IP "\fBselection-received\fR (Gtk2::Widget, Gtk2::SelectionData, Glib::UInt)" 4 .IX Item "selection-received (Gtk2::Widget, Gtk2::SelectionData, Glib::UInt)" .IP "boolean = \fBselection-request-event\fR (Gtk2::Widget, Gtk2::Gdk::Event)" 4 .IX Item "boolean = selection-request-event (Gtk2::Widget, Gtk2::Gdk::Event)" .IP "\fBshow\fR (Gtk2::Widget)" 4 .IX Item "show (Gtk2::Widget)" .IP "boolean = \fBshow-help\fR (Gtk2::Widget, Gtk2::WidgetHelpType)" 4 .IX Item "boolean = show-help (Gtk2::Widget, Gtk2::WidgetHelpType)" .IP "\fBsize-allocate\fR (Gtk2::Widget, Gtk2::Gdk::Rectangle)" 4 .IX Item "size-allocate (Gtk2::Widget, Gtk2::Gdk::Rectangle)" .IP "\fBsize-request\fR (Gtk2::Widget, Gtk2::Requisition)" 4 .IX Item "size-request (Gtk2::Widget, Gtk2::Requisition)" .IP "\fBstate-changed\fR (Gtk2::Widget, Gtk2::StateType)" 4 .IX Item "state-changed (Gtk2::Widget, Gtk2::StateType)" .IP "\fBstyle-set\fR (Gtk2::Widget, Gtk2::Style)" 4 .IX Item "style-set (Gtk2::Widget, Gtk2::Style)" .IP "\fBunmap\fR (Gtk2::Widget)" 4 .IX Item "unmap (Gtk2::Widget)" .IP "boolean = \fBunmap-event\fR (Gtk2::Widget, Gtk2::Gdk::Event)" 4 .IX Item "boolean = unmap-event (Gtk2::Widget, Gtk2::Gdk::Event)" .IP "\fBunrealize\fR (Gtk2::Widget)" 4 .IX Item "unrealize (Gtk2::Widget)" .IP "boolean = \fBvisibility-notify-event\fR (Gtk2::Widget, Gtk2::Gdk::Event)" 4 .IX Item "boolean = visibility-notify-event (Gtk2::Widget, Gtk2::Gdk::Event)" .IP "boolean = \fBwindow-state-event\fR (Gtk2::Widget, Gtk2::Gdk::Event)" 4 .IX Item "boolean = window-state-event (Gtk2::Widget, Gtk2::Gdk::Event)" .PD .SH "ENUMS AND FLAGS" .IX Header "ENUMS AND FLAGS" .SS "flags Gtk2::AccelFlags" .IX Subsection "flags Gtk2::AccelFlags" .IP "\(bu" 4 \&'visible' / '\s-1GTK_ACCEL_VISIBLE\s0' .IP "\(bu" 4 \&'locked' / '\s-1GTK_ACCEL_LOCKED\s0' .IP "\(bu" 4 \&'mask' / '\s-1GTK_ACCEL_MASK\s0' .SS "flags Gtk2::DestDefaults" .IX Subsection "flags Gtk2::DestDefaults" .IP "\(bu" 4 \&'motion' / '\s-1GTK_DEST_DEFAULT_MOTION\s0' .IP "\(bu" 4 \&'highlight' / '\s-1GTK_DEST_DEFAULT_HIGHLIGHT\s0' .IP "\(bu" 4 \&'drop' / '\s-1GTK_DEST_DEFAULT_DROP\s0' .IP "\(bu" 4 \&'all' / '\s-1GTK_DEST_DEFAULT_ALL\s0' .SS "enum Gtk2::DirectionType" .IX Subsection "enum Gtk2::DirectionType" .IP "\(bu" 4 \&'tab\-forward' / '\s-1GTK_DIR_TAB_FORWARD\s0' .IP "\(bu" 4 \&'tab\-backward' / '\s-1GTK_DIR_TAB_BACKWARD\s0' .IP "\(bu" 4 \&'up' / '\s-1GTK_DIR_UP\s0' .IP "\(bu" 4 \&'down' / '\s-1GTK_DIR_DOWN\s0' .IP "\(bu" 4 \&'left' / '\s-1GTK_DIR_LEFT\s0' .IP "\(bu" 4 \&'right' / '\s-1GTK_DIR_RIGHT\s0' .SS "enum Gtk2::DragResult" .IX Subsection "enum Gtk2::DragResult" .IP "\(bu" 4 \&'success' / '\s-1GTK_DRAG_RESULT_SUCCESS\s0' .IP "\(bu" 4 \&'no\-target' / '\s-1GTK_DRAG_RESULT_NO_TARGET\s0' .IP "\(bu" 4 \&'user\-cancelled' / '\s-1GTK_DRAG_RESULT_USER_CANCELLED\s0' .IP "\(bu" 4 \&'timeout\-expired' / '\s-1GTK_DRAG_RESULT_TIMEOUT_EXPIRED\s0' .IP "\(bu" 4 \&'grab\-broken' / '\s-1GTK_DRAG_RESULT_GRAB_BROKEN\s0' .IP "\(bu" 4 \&'error' / '\s-1GTK_DRAG_RESULT_ERROR\s0' .SS "flags Gtk2::Gdk::DragAction" .IX Subsection "flags Gtk2::Gdk::DragAction" .IP "\(bu" 4 \&'default' / '\s-1GDK_ACTION_DEFAULT\s0' .IP "\(bu" 4 \&'copy' / '\s-1GDK_ACTION_COPY\s0' .IP "\(bu" 4 \&'move' / '\s-1GDK_ACTION_MOVE\s0' .IP "\(bu" 4 \&'link' / '\s-1GDK_ACTION_LINK\s0' .IP "\(bu" 4 \&'private' / '\s-1GDK_ACTION_PRIVATE\s0' .IP "\(bu" 4 \&'ask' / '\s-1GDK_ACTION_ASK\s0' .SS "enum Gtk2::Gdk::DragProtocol" .IX Subsection "enum Gtk2::Gdk::DragProtocol" .IP "\(bu" 4 \&'motif' / '\s-1GDK_DRAG_PROTO_MOTIF\s0' .IP "\(bu" 4 \&'xdnd' / '\s-1GDK_DRAG_PROTO_XDND\s0' .IP "\(bu" 4 \&'rootwin' / '\s-1GDK_DRAG_PROTO_ROOTWIN\s0' .IP "\(bu" 4 \&'none' / '\s-1GDK_DRAG_PROTO_NONE\s0' .IP "\(bu" 4 \&'win32\-dropfiles' / '\s-1GDK_DRAG_PROTO_WIN32_DROPFILES\s0' .IP "\(bu" 4 \&'ole2' / '\s-1GDK_DRAG_PROTO_OLE2\s0' .IP "\(bu" 4 \&'local' / '\s-1GDK_DRAG_PROTO_LOCAL\s0' .SS "flags Gtk2::Gdk::EventMask" .IX Subsection "flags Gtk2::Gdk::EventMask" .IP "\(bu" 4 \&'exposure\-mask' / '\s-1GDK_EXPOSURE_MASK\s0' .IP "\(bu" 4 \&'pointer\-motion\-mask' / '\s-1GDK_POINTER_MOTION_MASK\s0' .IP "\(bu" 4 \&'pointer\-motion\-hint\-mask' / '\s-1GDK_POINTER_MOTION_HINT_MASK\s0' .IP "\(bu" 4 \&'button\-motion\-mask' / '\s-1GDK_BUTTON_MOTION_MASK\s0' .IP "\(bu" 4 \&'button1\-motion\-mask' / '\s-1GDK_BUTTON1_MOTION_MASK\s0' .IP "\(bu" 4 \&'button2\-motion\-mask' / '\s-1GDK_BUTTON2_MOTION_MASK\s0' .IP "\(bu" 4 \&'button3\-motion\-mask' / '\s-1GDK_BUTTON3_MOTION_MASK\s0' .IP "\(bu" 4 \&'button\-press\-mask' / '\s-1GDK_BUTTON_PRESS_MASK\s0' .IP "\(bu" 4 \&'button\-release\-mask' / '\s-1GDK_BUTTON_RELEASE_MASK\s0' .IP "\(bu" 4 \&'key\-press\-mask' / '\s-1GDK_KEY_PRESS_MASK\s0' .IP "\(bu" 4 \&'key\-release\-mask' / '\s-1GDK_KEY_RELEASE_MASK\s0' .IP "\(bu" 4 \&'enter\-notify\-mask' / '\s-1GDK_ENTER_NOTIFY_MASK\s0' .IP "\(bu" 4 \&'leave\-notify\-mask' / '\s-1GDK_LEAVE_NOTIFY_MASK\s0' .IP "\(bu" 4 \&'focus\-change\-mask' / '\s-1GDK_FOCUS_CHANGE_MASK\s0' .IP "\(bu" 4 \&'structure\-mask' / '\s-1GDK_STRUCTURE_MASK\s0' .IP "\(bu" 4 \&'property\-change\-mask' / '\s-1GDK_PROPERTY_CHANGE_MASK\s0' .IP "\(bu" 4 \&'visibility\-notify\-mask' / '\s-1GDK_VISIBILITY_NOTIFY_MASK\s0' .IP "\(bu" 4 \&'proximity\-in\-mask' / '\s-1GDK_PROXIMITY_IN_MASK\s0' .IP "\(bu" 4 \&'proximity\-out\-mask' / '\s-1GDK_PROXIMITY_OUT_MASK\s0' .IP "\(bu" 4 \&'substructure\-mask' / '\s-1GDK_SUBSTRUCTURE_MASK\s0' .IP "\(bu" 4 \&'scroll\-mask' / '\s-1GDK_SCROLL_MASK\s0' .IP "\(bu" 4 \&'all\-events\-mask' / '\s-1GDK_ALL_EVENTS_MASK\s0' .SS "enum Gtk2::Gdk::ExtensionMode" .IX Subsection "enum Gtk2::Gdk::ExtensionMode" .IP "\(bu" 4 \&'none' / '\s-1GDK_EXTENSION_EVENTS_NONE\s0' .IP "\(bu" 4 \&'all' / '\s-1GDK_EXTENSION_EVENTS_ALL\s0' .IP "\(bu" 4 \&'cursor' / '\s-1GDK_EXTENSION_EVENTS_CURSOR\s0' .SS "flags Gtk2::Gdk::ModifierType" .IX Subsection "flags Gtk2::Gdk::ModifierType" .IP "\(bu" 4 \&'shift\-mask' / '\s-1GDK_SHIFT_MASK\s0' .IP "\(bu" 4 \&'lock\-mask' / '\s-1GDK_LOCK_MASK\s0' .IP "\(bu" 4 \&'control\-mask' / '\s-1GDK_CONTROL_MASK\s0' .IP "\(bu" 4 \&'mod1\-mask' / '\s-1GDK_MOD1_MASK\s0' .IP "\(bu" 4 \&'mod2\-mask' / '\s-1GDK_MOD2_MASK\s0' .IP "\(bu" 4 \&'mod3\-mask' / '\s-1GDK_MOD3_MASK\s0' .IP "\(bu" 4 \&'mod4\-mask' / '\s-1GDK_MOD4_MASK\s0' .IP "\(bu" 4 \&'mod5\-mask' / '\s-1GDK_MOD5_MASK\s0' .IP "\(bu" 4 \&'button1\-mask' / '\s-1GDK_BUTTON1_MASK\s0' .IP "\(bu" 4 \&'button2\-mask' / '\s-1GDK_BUTTON2_MASK\s0' .IP "\(bu" 4 \&'button3\-mask' / '\s-1GDK_BUTTON3_MASK\s0' .IP "\(bu" 4 \&'button4\-mask' / '\s-1GDK_BUTTON4_MASK\s0' .IP "\(bu" 4 \&'button5\-mask' / '\s-1GDK_BUTTON5_MASK\s0' .IP "\(bu" 4 \&'super\-mask' / '\s-1GDK_SUPER_MASK\s0' .IP "\(bu" 4 \&'hyper\-mask' / '\s-1GDK_HYPER_MASK\s0' .IP "\(bu" 4 \&'meta\-mask' / '\s-1GDK_META_MASK\s0' .IP "\(bu" 4 \&'release\-mask' / '\s-1GDK_RELEASE_MASK\s0' .IP "\(bu" 4 \&'modifier\-mask' / '\s-1GDK_MODIFIER_MASK\s0' .SS "enum Gtk2::IconSize" .IX Subsection "enum Gtk2::IconSize" .IP "\(bu" 4 \&'invalid' / '\s-1GTK_ICON_SIZE_INVALID\s0' .IP "\(bu" 4 \&'menu' / '\s-1GTK_ICON_SIZE_MENU\s0' .IP "\(bu" 4 \&'small\-toolbar' / '\s-1GTK_ICON_SIZE_SMALL_TOOLBAR\s0' .IP "\(bu" 4 \&'large\-toolbar' / '\s-1GTK_ICON_SIZE_LARGE_TOOLBAR\s0' .IP "\(bu" 4 \&'button' / '\s-1GTK_ICON_SIZE_BUTTON\s0' .IP "\(bu" 4 \&'dnd' / '\s-1GTK_ICON_SIZE_DND\s0' .IP "\(bu" 4 \&'dialog' / '\s-1GTK_ICON_SIZE_DIALOG\s0' .SS "enum Gtk2::StateType" .IX Subsection "enum Gtk2::StateType" .IP "\(bu" 4 \&'normal' / '\s-1GTK_STATE_NORMAL\s0' .IP "\(bu" 4 \&'active' / '\s-1GTK_STATE_ACTIVE\s0' .IP "\(bu" 4 \&'prelight' / '\s-1GTK_STATE_PRELIGHT\s0' .IP "\(bu" 4 \&'selected' / '\s-1GTK_STATE_SELECTED\s0' .IP "\(bu" 4 \&'insensitive' / '\s-1GTK_STATE_INSENSITIVE\s0' .SS "enum Gtk2::TextDirection" .IX Subsection "enum Gtk2::TextDirection" .IP "\(bu" 4 \&'none' / '\s-1GTK_TEXT_DIR_NONE\s0' .IP "\(bu" 4 \&'ltr' / '\s-1GTK_TEXT_DIR_LTR\s0' .IP "\(bu" 4 \&'rtl' / '\s-1GTK_TEXT_DIR_RTL\s0' .SS "flags Gtk2::WidgetFlags" .IX Subsection "flags Gtk2::WidgetFlags" .IP "\(bu" 4 \&'toplevel' / '\s-1GTK_TOPLEVEL\s0' .IP "\(bu" 4 \&'no\-window' / '\s-1GTK_NO_WINDOW\s0' .IP "\(bu" 4 \&'realized' / '\s-1GTK_REALIZED\s0' .IP "\(bu" 4 \&'mapped' / '\s-1GTK_MAPPED\s0' .IP "\(bu" 4 \&'visible' / '\s-1GTK_VISIBLE\s0' .IP "\(bu" 4 \&'sensitive' / '\s-1GTK_SENSITIVE\s0' .IP "\(bu" 4 \&'parent\-sensitive' / '\s-1GTK_PARENT_SENSITIVE\s0' .IP "\(bu" 4 \&'can\-focus' / '\s-1GTK_CAN_FOCUS\s0' .IP "\(bu" 4 \&'has\-focus' / '\s-1GTK_HAS_FOCUS\s0' .IP "\(bu" 4 \&'can\-default' / '\s-1GTK_CAN_DEFAULT\s0' .IP "\(bu" 4 \&'has\-default' / '\s-1GTK_HAS_DEFAULT\s0' .IP "\(bu" 4 \&'has\-grab' / '\s-1GTK_HAS_GRAB\s0' .IP "\(bu" 4 \&'rc\-style' / '\s-1GTK_RC_STYLE\s0' .IP "\(bu" 4 \&'composite\-child' / '\s-1GTK_COMPOSITE_CHILD\s0' .IP "\(bu" 4 \&'no\-reparent' / '\s-1GTK_NO_REPARENT\s0' .IP "\(bu" 4 \&'app\-paintable' / '\s-1GTK_APP_PAINTABLE\s0' .IP "\(bu" 4 \&'receives\-default' / '\s-1GTK_RECEIVES_DEFAULT\s0' .IP "\(bu" 4 \&'double\-buffered' / '\s-1GTK_DOUBLE_BUFFERED\s0' .IP "\(bu" 4 \&'no\-show\-all' / '\s-1GTK_NO_SHOW_ALL\s0' .SS "enum Gtk2::WidgetHelpType" .IX Subsection "enum Gtk2::WidgetHelpType" .IP "\(bu" 4 \&'tooltip' / '\s-1GTK_WIDGET_HELP_TOOLTIP\s0' .IP "\(bu" 4 \&'whats\-this' / '\s-1GTK_WIDGET_HELP_WHATS_THIS\s0' .SH "SEE ALSO" .IX Header "SEE ALSO" Gtk2, Glib::Object, Glib::InitiallyUnowned, Gtk2::Object, Gtk2::TargetEntry .SH "COPYRIGHT" .IX Header "COPYRIGHT" Copyright (C) 2003\-2011 by the gtk2\-perl team. .PP This software is licensed under the \s-1LGPL.\s0 See Gtk2 for a full notice.