Sponsored Content
The Lounge What is on Your Mind? Similar Threads Redesign for UNIX.com Post 303037508 by wisecracker on Saturday 3rd of August 2019 02:36:49 PM
Old 08-03-2019
Hi Neo...
I rather like the layout and overall look. No quibbles at all...
 

5 More Discussions You Might Find Interesting

1. News, Links, Events and Announcements

Similar Threads - a new vB3 feature for UNIX.COM

Note the new feature on UNIX.COM, many thread at the bottom of the page have a new feature: Similiar Threads Here is an example on one of Perderabo's posts: https://www.unix.com/showthread.php?t=16337 Kudos to the vB folks for this built-in feature!! Neo (0 Replies)
Discussion started by: Neo
0 Replies

2. UNIX for Dummies Questions & Answers

I need a Unix OS similar to HP-UX

Hi, I am trying to quickly learn Unix because I am going to be using HP-UX soon. Problem is I can't find download HP-UX. Does anyone know a Unix OS I can download that is more like HP-UX? I'm running windows vista at the moment. (3 Replies)
Discussion started by: budz
3 Replies

3. Programming

Similar functions in unix

Hi, I am windows programer. I have very basic knowledge of Unix OS. I have written an application in Windows which consists of Win32 API namely WideCharToMultiByte(..) and MultiByteToWideChar(..). I am interested to deploy my application in unix platform henceforth I need to know IS... (1 Reply)
Discussion started by: dayakarr
1 Replies

4. What is on Your Mind?

Similar Threads: More UNIX and Linux Forum Topics You Might Find Helpful Update

Today I change the DB and the PHP code and rebuilt the database for similar threads at the end of each post, increasing from a max of 5 to a max of 10 similar threads per post: More UNIX and Linux Forum Topics You Might Find Helpful It was quite easy to do: 1. Increased the max size of... (17 Replies)
Discussion started by: Neo
17 Replies

5. What is on Your Mind?

Similar Threads for Man Pages - In Development

FYI, I have been quietly updating the man page database adding "similar threads" for man pages. STEP 1: Full Text MySQL DB Search Matches The first step, after creating the DB columns, was to process each of the nearly 400K man pages and do a full text mysql search, match and score... (10 Replies)
Discussion started by: Neo
10 Replies
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)
All times are GMT -4. The time now is 10:10 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy