Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

gtk2::layout(3) [suse man page]

Gtk2::Layout(3) 					User Contributed Perl Documentation					   Gtk2::Layout(3)

NAME
Gtk2::Layout HIERARCHY
Glib::Object +----Glib::InitiallyUnowned +----Gtk2::Object +----Gtk2::Widget +----Gtk2::Container +----Gtk2::Layout INTERFACES
Glib::Object::_Unregistered::AtkImplementorIface Gtk2::Buildable METHODS
widget = Gtk2::Layout->new ($hadjustment=undef, $vadjustment=undef) o $hadjustment (Gtk2::Adjustment or undef) o $vadjustment (Gtk2::Adjustment or undef) window or undef = $layout->get_bin_window $layout->freeze adjustment = $layout->get_hadjustment $layout->set_hadjustment ($adjustment) o $adjustment (Gtk2::Adjustment) $layout->move ($child_widget, $x, $y) o $child_widget (Gtk2::Widget) o $x (integer) o $y (integer) $layout->put ($child_widget, $x, $y) o $child_widget (Gtk2::Widget) o $x (integer) o $y (integer) (width, height) = $layout->get_size $layout->set_size ($width, $height) o $width (integer) o $height (integer) $layout->thaw adjustment = $layout->get_vadjustment $layout->set_vadjustment ($adjustment) o $adjustment (Gtk2::Adjustment) PROPERTIES
'hadjustment' (Gtk2::Adjustment : readable / writable / private) The GtkAdjustment for the horizontal position 'height' (Glib::UInt : readable / writable / private) The height of the layout 'vadjustment' (Gtk2::Adjustment : readable / writable / private) The GtkAdjustment for the vertical position 'width' (Glib::UInt : readable / writable / private) The width of the layout SIGNALS
set-scroll-adjustments (Gtk2::Layout, Gtk2::Adjustment, Gtk2::Adjustment) SEE ALSO
Gtk2, Glib::Object, Glib::InitiallyUnowned, Gtk2::Object, Gtk2::Widget, Gtk2::Container COPYRIGHT
Copyright (C) 2003-2008 by the gtk2-perl team. This software is licensed under the LGPL. See Gtk2 for a full notice. perl v5.12.1 2010-07-05 Gtk2::Layout(3)

Check Out this Related Man Page

Gtk2::HButtonBox(3)					User Contributed Perl Documentation				       Gtk2::HButtonBox(3)

NAME
Gtk2::HButtonBox HIERARCHY
Glib::Object +----Glib::InitiallyUnowned +----Gtk2::Object +----Gtk2::Widget +----Gtk2::Container +----Gtk2::Box +----Gtk2::ButtonBox +----Gtk2::HButtonBox INTERFACES
Glib::Object::_Unregistered::AtkImplementorIface Gtk2::Buildable Gtk2::Orientable METHODS
widget = Gtk2::HButtonBox->new buttonboxstyle = Gtk2::HButtonBox->get_layout_default Gtk2::HButtonBox->set_layout_default ($layout) o $layout (Gtk2::ButtonBoxStyle) integer = Gtk2::HButtonBox->get_spacing_default Gtk2::HButtonBox->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-2008 by the gtk2-perl team. This software is licensed under the LGPL. See Gtk2 for a full notice. perl v5.12.1 2010-07-05 Gtk2::HButtonBox(3)
Man Page

6 More Discussions You Might Find Interesting

1. SuSE

Keyboard Layout

ok, I am having a seriouse problem! I can not wite in my landguidge, I live in sweden but I seem to have an american keyboard layout so I cant write some letters and all the key commands are all messed up. Does anyone know where I can find a swedisch keyboard layout? (3 Replies)
Discussion started by: Kimm
3 Replies

2. UNIX for Dummies Questions & Answers

Disk layout

Apologize if I hurt anyone's head with my questions, I'm entirely new to Unix and my office here doesn't offer any training just learn as you go. Anyways they asked me to get a disk layout of one of our servers and gave me this as an example the lables are assumptions Disk ... (2 Replies)
Discussion started by: newdigitalblue
2 Replies

3. Shell Programming and Scripting

Multi Record Layout

I have a fixed width source file like this( it has 5 different record types identified by bolded numbers) N5101ABCD 9820398 2983287 N5102 9s9923 00000000 00 N5103 N5101TTT 9843438 9494994 N5104 sdsd N5101YYY 7777777 1111111 I need to have like this: N5101ABCD ... (2 Replies)
Discussion started by: saravanamr
2 Replies

4. UNIX for Advanced & Expert Users

calculate logical layout values for hdd

Please advice me how to calculate logical layout values in hdd from below table. Physical Layout ----------------- Bytes per Sector : 512 Sectors per Track : 480-1272 Number of Heads : 4 Number of Disks : 2 Logical Layout --------------- Number of Heads : 16 Number of Sectors /... (9 Replies)
Discussion started by: presul
9 Replies

5. UNIX and Linux Applications

Problem with Thunderbird 4.0 display layout

Somehow things went all wrong with my Thunderbird's (4.0) Layout. I cannot get back to the display layout I had originally after installing. The current layout is "wide" and the "custom" layout is identical. The original looked a bit like the layout of the composition window but was a bit... (2 Replies)
Discussion started by: slak0
2 Replies

6. Shell Programming and Scripting

Chromosomal Bin Size Adjustment

Dear All, Hope you are rocking. I was using publicly available tools to do a task to chop a region into equal number of bins. But the glitch with this tool is that it causes the last region to carry lower number of bases than requested. But I want the first bin to have the lower ones. Here... (7 Replies)
Discussion started by: jacobs.smith
7 Replies