Flashnux

GNU/Linux man pages

Livre :
Expressions régulières,
Syntaxe et mise en oeuvre :

ISBN : 978-2-7460-9712-4
EAN : 9782746097124
(Editions ENI)

GNU/Linux

Debian 4.0

(Etch)

Gnome2::Bonobo::Dock(3pm)


Gnome2::Bonobo::Dock

Gnome2::Bonobo::Dock

NAME
HIERARCHY
INTERFACES
METHODS
SIGNALS
ENUMS AND FLAGS
SEE ALSO
COPYRIGHT

NAME

Gnome2::Bonobo::Dock

HIERARCHY

  Glib::Object
  +−−−−Glib::Object::_Unregistered::GInitiallyUnowned
       +−−−−Gtk2::Object
            +−−−−Gtk2::Widget
                 +−−−−Gtk2::Container
                      +−−−−Gnome2::Bonobo::Dock

INTERFACES

  Glib::Object::_Unregistered::AtkImplementorIface

METHODS

widget = Gnome2::Bonobo::Dock−>new

$dock−>add_floating_item ($widget, $x, $y, $orientation)

* $widget (Gnome2::Bonobo::DockItem)
* $x (integer)
* $y (integer)
* $orientation (Gtk2::Orientation)

boolean = $dock−>add_from_layout ($layout)

* $layout (Gnome2::Bonobo::DockLayout)

$dock−>add_item ($item, $placement, $band_num, $position, $offset, $in_new_band)

* $item (Gnome2::Bonobo::DockItem)
* $placement (Gnome2::Bonobo::DockPlacement)
* $band_num (integer)
* $position (integer)
* $offset (integer)
* $in_new_band (boolean)

$dock−>allow_floating_items ($enable)

* $enable (boolean)

widget = $dock−>get_client_area

$dock−>set_client_area ($widget)

* $widget (Gtk2::Widget)

list = $dock−>get_item_by_name ($name)

* $name (string)

Returns a BonoboDockItem, a BonoboDockPlacement and three unsigned integers correspoding to num_band, band_position and offset.

docklayout = $dock−>get_layout

SIGNALS

layout-changed (Gnome2::Bonobo::Dock)

ENUMS AND FLAGS

enum Gnome2::Bonobo::DockPlacement
* ’top’ / ’ BONOBO_DOCK_TOP
* ’right’ / ’ BONOBO_DOCK_RIGHT
* ’bottom’ / ’ BONOBO_DOCK_BOTTOM
* ’left’ / ’ BONOBO_DOCK_LEFT
* ’floating’ / ’ BONOBO_DOCK_FLOATING

enum Gtk2::Orientation
* ’horizontal’ / ’ GTK_ORIENTATION_HORIZONTAL
* ’vertical’ / ’ GTK_ORIENTATION_VERTICAL

SEE ALSO

Gnome2, Glib::Object, Glib::Object::_Unregistered::GInitiallyUnowned, Gtk2::Object, Gtk2::Widget, Gtk2::Container

COPYRIGHT

Copyright (C) 2003−2004 by the gtk2−perl team.

This software is licensed under the LGPL . See Gnome2 for a full notice.



Gnome2::Bonobo::Dock(3pm)