Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

gtk2::targetentry(3pm) [debian man page]

Gtk2::TargetEntry(3pm)					User Contributed Perl Documentation				    Gtk2::TargetEntry(3pm)

NAME
Gtk2::TargetEntry SYNOPSIS
# as a HASH $target_entry = { target => 'text/plain', # some string representing the drag type flags => [], # Gtk2::TargetFlags info => 42, # some app-defined integer identifier }; # as an ARRAY, for compactness $target_entry = [ $target, $flags, $info ]; DESCRIPTION
A Gtk2::TargetEntry data structure represents a single type of data than can be supplied for by a widget for a selection or for supplied or received during drag-and-drop. It contains a string representing the drag type, a flags field (used only for drag and drop - see Gtk2::TargetFlags), and an application assigned integer ID. The integer ID will later be passed as a signal parameter for signals like "selection_get". It allows the application to identify the target type without extensive string compares. ENUMS AND FLAGS
flags Gtk2::TargetFlags o 'same-app' / 'GTK_TARGET_SAME_APP' o 'same-widget' / 'GTK_TARGET_SAME_WIDGET' o 'other-app' / 'GTK_TARGET_OTHER_APP' o 'other-widget' / 'GTK_TARGET_OTHER_WIDGET' SEE ALSO
Gtk2, Gtk2::TargetList COPYRIGHT
Copyright (C) 2003-2011 by the gtk2-perl team. This software is licensed under the LGPL. See Gtk2 for a full notice. perl v5.14.2 2012-05-27 Gtk2::TargetEntry(3pm)

Check Out this Related Man Page

Gtk2::VButtonBox(3pm)					User Contributed Perl Documentation				     Gtk2::VButtonBox(3pm)

NAME
Gtk2::VButtonBox - wrapper for GtkVButtonBox HIERARCHY
Glib::Object +----Glib::InitiallyUnowned +----Gtk2::Object +----Gtk2::Widget +----Gtk2::Container +----Gtk2::Box +----Gtk2::ButtonBox +----Gtk2::VButtonBox INTERFACES
Glib::Object::_Unregistered::AtkImplementorIface Gtk2::Buildable Gtk2::Orientable METHODS
widget = Gtk2::VButtonBox->new buttonboxstyle = Gtk2::VButtonBox->get_layout_default Gtk2::VButtonBox->set_layout_default ($layout) o $layout (Gtk2::ButtonBoxStyle) integer = Gtk2::VButtonBox->get_spacing_default Gtk2::VButtonBox->set_spacing_default ($spacing) o $spacing (integer) ENUMS AND FLAGS
enum Gtk2::ButtonBoxStyle o 'default-style' / 'GTK_BUTTONBOX_DEFAULT_STYLE' o 'spread' / 'GTK_BUTTONBOX_SPREAD' o 'edge' / 'GTK_BUTTONBOX_EDGE' o 'start' / 'GTK_BUTTONBOX_START' o 'end' / 'GTK_BUTTONBOX_END' o 'center' / 'GTK_BUTTONBOX_CENTER' SEE ALSO
Gtk2, Glib::Object, Glib::InitiallyUnowned, Gtk2::Object, Gtk2::Widget, Gtk2::Container, Gtk2::Box, Gtk2::ButtonBox COPYRIGHT
Copyright (C) 2003-2011 by the gtk2-perl team. This software is licensed under the LGPL. See Gtk2 for a full notice. perl v5.14.2 2012-05-27 Gtk2::VButtonBox(3pm)
Man Page

We Also Found This Discussion For You

1. UNIX for Dummies Questions & Answers

drwx------+

Hi What does the + in the string drwx------+ 3 xxxx staff 102 12 Feb 11:39:12 2012 application.app mean? Is there a manual? Regards Lazy (4 Replies)
Discussion started by: lazybaer
4 Replies