Sponsored Content
Full Discussion: Notebook UNIX systems
Top Forums UNIX for Dummies Questions & Answers Notebook UNIX systems Post 97989 by tmarikle on Friday 3rd of February 2006 03:45:53 PM
Old 02-03-2006
You'll get alot of opinions on that question. For Linux, check out this site for a little help.
 

8 More Discussions You Might Find Interesting

1. News, Links, Events and Announcements

eBay Unix systems

I should add a disclaimer: I am not affiliated with the sellers in any way, nor do I have any more knowledge than any other person reading the description about the item. This is simply for your reference. I see a good number of people wanting a SPARC system to play with, and even more that... (1 Reply)
Discussion started by: LivinFree
1 Replies

2. Filesystems, Disks and Memory

firewall for unix systems

I was wondering if anyone knew of any good firewall softwares to run on open bsd. I'm currently running ip chains but I'm looking for easier to configure. thanks (1 Reply)
Discussion started by: shadieshad
1 Replies

3. UNIX for Dummies Questions & Answers

distributers of unix systems

Well i've been looking for some unix systems to download but with all the technical stuff they talk about on the sites i think that it would be betterif i just bought oneat a store so it comeswith directions and stuff, but is there any unix system that will coincidentally run with MS-dos mode? and... (1 Reply)
Discussion started by: shag134
1 Replies

4. SCO

Sharing unix drives from two unix systems

I have two SCO openserver systems, 1 in the US and 1 in the UK. I am setting up a vpn to connect the two local networks that also have windows pc's on them. Is there a way that either unix system can see the hard drive on the other unix system so that I can share data between them. I run a cobol... (1 Reply)
Discussion started by: rongrout
1 Replies

5. IP Networking

MRTG in Unix Systems

Hi, I need help to discovery the correct MIB to monitoring CPU, Memory and Hard Disc in Unix. I get any MIB in the internet, but donīt work. Anybody help-me? Thanks. Marcio Dunder Perin (2 Replies)
Discussion started by: dunder
2 Replies

6. UNIX for Dummies Questions & Answers

file systems for unix

please someone give me 3 file systems for unix HP-UX version !!! thnks (2 Replies)
Discussion started by: androc
2 Replies

7. UNIX for Dummies Questions & Answers

Monitoring Unix systems

I am looking for a commercial tool that will give me -UNIX Monitoring performance solution+ reports on CCV format. (as perfmon on windows machines). The tool must have following counters per PROCESS: Page Faults/sec Virtual Bytes % Processor Time Handles count Threads count... (19 Replies)
Discussion started by: gen4ik
19 Replies

8. UNIX for Dummies Questions & Answers

unix Operating Systems 5

Hi :) I have unix Operating Systems 5 I need working for user logout befor 10 minutes,In the case that he is not active :o what do I do? :rolleyes: (4 Replies)
Discussion started by: fakhwork
4 Replies
Gtk2::Notebook(3pm)					User Contributed Perl Documentation				       Gtk2::Notebook(3pm)

NAME
Gtk2::Notebook - wrapper for GtkNotebook HIERARCHY
Glib::Object +----Glib::InitiallyUnowned +----Gtk2::Object +----Gtk2::Widget +----Gtk2::Container +----Gtk2::Notebook INTERFACES
Glib::Object::_Unregistered::AtkImplementorIface Gtk2::Buildable METHODS
widget = Gtk2::Notebook->new widget or undef = $notebook->get_action_widget ($pack_type) o $pack_type (Gtk2::PackType) Since: gtk+ 2.20 $notebook->set_action_widget ($widget, $pack_type) o $widget (Gtk2::Widget) o $pack_type (Gtk2::PackType) Since: gtk+ 2.20 integer = $notebook->append_page ($child, $tab_label=undef) o $child (Gtk2::Widget) o $tab_label (scalar) (integer return since Gtk2-Perl 1.080) integer = $notebook->append_page_menu ($child, $tab_label, $menu_label) o $child (Gtk2::Widget) o $tab_label (Gtk2::Widget or undef) o $menu_label (Gtk2::Widget or undef) (integer return since Gtk2-Perl 1.080) integer = $notebook->get_current_page $notebook->set_current_page ($page_num) o $page_num (integer) integer = $notebook->get_group_id Since: gtk+ 2.10 $notebook->set_group_id ($group_id) o $group_id (integer) Since: gtk+ 2.10 integer = $notebook->insert_page ($child, $tab_label, $position) o $child (Gtk2::Widget) o $tab_label (scalar) o $position (integer) (integer return since Gtk2-Perl 1.080) integer = $notebook->insert_page_menu ($child, $tab_label, $menu_label, $position) o $child (Gtk2::Widget) o $tab_label (Gtk2::Widget or undef) o $menu_label (Gtk2::Widget or undef) o $position (integer) (integer return since Gtk2-Perl 1.080) widget or undef = $notebook->get_menu_label ($child) o $child (Gtk2::Widget) $notebook->set_menu_label ($child, $menu_label=undef) o $child (Gtk2::Widget) o $menu_label (Gtk2::Widget or undef) string = $notebook->get_menu_label_text ($child) o $child (Gtk2::Widget) $notebook->set_menu_label_text ($child, $menu_text) o $child (Gtk2::Widget) o $menu_text (string) integer = $notebook->get_n_pages $notebook->next_page widget or undef = $notebook->get_nth_page ($page_num) o $page_num (integer) integer = $notebook->page_num ($child) o $child (Gtk2::Widget) $notebook->popup_disable $notebook->popup_enable integer = $notebook->prepend_page ($child, $tab_label=undef) o $child (Gtk2::Widget) o $tab_label (scalar) (integer return since Gtk2-Perl 1.080) integer = $notebook->prepend_page_menu ($child, $tab_label, $menu_label) o $child (Gtk2::Widget) o $tab_label (Gtk2::Widget or undef) o $menu_label (Gtk2::Widget or undef) (integer return since Gtk2-Perl 1.080) $notebook->prev_page list = $notebook->query_tab_label_packing ($child) o $child (Gtk2::Widget) $notebook->remove_page ($page_num) o $page_num (integer) $notebook->reorder_child ($child, $position) o $child (Gtk2::Widget) o $position (integer) boolean = $notebook->get_scrollable $notebook->set_scrollable ($scrollable) o $scrollable (boolean) boolean = $notebook->get_show_border $notebook->set_show_border ($show_border) o $show_border (boolean) boolean = $notebook->get_show_tabs $notebook->set_show_tabs ($show_tabs) o $show_tabs (boolean) $notebook->set_tab_border ($border_width) o $border_width (integer) boolean = $notebook->get_tab_detachable ($child) o $child (Gtk2::Widget) Since: gtk+ 2.10 $notebook->set_tab_detachable ($child, $detachable) o $child (Gtk2::Widget) o $detachable (boolean) Since: gtk+ 2.10 unsigned = $notebook->get_tab_hborder Since: gtk+ 2.22 $notebook->set_tab_hborder ($tab_hborder) o $tab_hborder (integer) widget = $notebook->get_tab_label ($child) o $child (Gtk2::Widget) $notebook->set_tab_label_packing ($child, $expand, $fill, $pack_type) o $child (Gtk2::Widget) o $expand (boolean) o $fill (boolean) o $pack_type (Gtk2::PackType) $notebook->set_tab_label ($child, $tab_label=undef) o $child (Gtk2::Widget) o $tab_label (Gtk2::Widget or undef) string = $notebook->get_tab_label_text ($child) o $child (Gtk2::Widget) $notebook->set_tab_label_text ($child, $tab_text) o $child (Gtk2::Widget) o $tab_text (string) positiontype = $notebook->get_tab_pos $notebook->set_tab_pos ($pos) o $pos (Gtk2::PositionType) boolean = $notebook->get_tab_reorderable ($child) o $child (Gtk2::Widget) Since: gtk+ 2.10 $notebook->set_tab_reorderable ($child, $reorderable) o $child (Gtk2::Widget) o $reorderable (boolean) Since: gtk+ 2.10 unsigned = $notebook->get_tab_vborder Since: gtk+ 2.22 $notebook->set_tab_vborder ($tab_vborder) o $tab_vborder (integer) Gtk2::Notebook->set_window_creation_hook ($func, $data=undef) o $func (scalar) o $data (scalar) Since: gtk+ 2.10 PROPERTIES
'enable-popup' (boolean : default false : readable / writable / private) If TRUE, pressing the right mouse button on the notebook pops up a menu that you can use to go to a page 'group' (gpointer : default 0 : readable / writable / private) Group for tabs drag and drop 'group-id' (integer : default -1 : readable / writable / private) Group ID for tabs drag and drop 'group-name' (string : default undef : readable / writable / private) Group name for tabs drag and drop 'homogeneous' (boolean : default false : readable / writable / private) Whether tabs should have homogeneous sizes 'page' (integer : default -1 : readable / writable / private) The index of the current page 'scrollable' (boolean : default false : readable / writable / private) If TRUE, scroll arrows are added if there are too many tabs to fit 'show-border' (boolean : default true : readable / writable / private) Whether the border should be shown or not 'show-tabs' (boolean : default true : readable / writable / private) Whether tabs should be shown or not 'tab-border' (Glib::UInt : default 2 : writable / private) Width of the border around the tab labels 'tab-hborder' (Glib::UInt : default 2 : readable / writable / private) Width of the horizontal border of tab labels 'tab-pos' (Gtk2::PositionType : default "top" : readable / writable / private) Which side of the notebook holds the tabs 'tab-vborder' (Glib::UInt : default 2 : readable / writable / private) Width of the vertical border of tab labels CHILD PROPERTIES
'detachable' (boolean : default false : readable / writable / private) Whether the tab is detachable 'menu-label' (string : default undef : readable / writable / private) The string displayed in the child's menu entry 'position' (integer : default 0 : readable / writable / private) The index of the child in the parent 'reorderable' (boolean : default false : readable / writable / private) Whether the tab is reorderable by user action or not 'tab-expand' (boolean : default false : readable / writable / private) Whether to expand the child's tab or not 'tab-fill' (boolean : default true : readable / writable / private) Whether the child's tab should fill the allocated area or not 'tab-label' (string : default undef : readable / writable / private) The string displayed on the child's tab label 'tab-pack' (Gtk2::PackType : default "start" : readable / writable / private) A GtkPackType indicating whether the child is packed with reference to the start or end of the parent STYLE PROPERTIES
'arrow-spacing' (integer : default 0 : readable / private) Scroll arrow spacing 'has-backward-stepper' (boolean : default true : readable / private) Display the standard backward arrow button 'has-forward-stepper' (boolean : default true : readable / private) Display the standard forward arrow button 'has-secondary-backward-stepper' (boolean : default false : readable / private) Display a second backward arrow button on the opposite end of the tab area 'has-secondary-forward-stepper' (boolean : default false : readable / private) Display a second forward arrow button on the opposite end of the tab area 'tab-curvature' (integer : default 1 : readable / private) Size of tab curvature 'tab-overlap' (integer : default 2 : readable / private) Size of tab overlap area SIGNALS
switch-page (Gtk2::Notebook, gpointer, Glib::UInt) boolean = focus-tab (Gtk2::Notebook, Gtk2::NotebookTab) boolean = select-page (Gtk2::Notebook, boolean) boolean = change-current-page (Gtk2::Notebook, integer) move-focus-out (Gtk2::Notebook, Gtk2::DirectionType) boolean = reorder-tab (Gtk2::Notebook, Gtk2::DirectionType, boolean) page-reordered (Gtk2::Notebook, Gtk2::Widget, Glib::UInt) page-removed (Gtk2::Notebook, Gtk2::Widget, Glib::UInt) page-added (Gtk2::Notebook, Gtk2::Widget, Glib::UInt) Gtk2::Notebook = create-window (Gtk2::Notebook, Gtk2::Widget, integer, integer) ENUMS AND FLAGS
enum Gtk2::DirectionType o 'tab-forward' / 'GTK_DIR_TAB_FORWARD' o 'tab-backward' / 'GTK_DIR_TAB_BACKWARD' o 'up' / 'GTK_DIR_UP' o 'down' / 'GTK_DIR_DOWN' o 'left' / 'GTK_DIR_LEFT' o 'right' / 'GTK_DIR_RIGHT' enum Gtk2::NotebookTab o 'first' / 'GTK_NOTEBOOK_TAB_FIRST' o 'last' / 'GTK_NOTEBOOK_TAB_LAST' enum Gtk2::PackType o 'start' / 'GTK_PACK_START' o 'end' / 'GTK_PACK_END' enum Gtk2::PositionType o 'left' / 'GTK_POS_LEFT' o 'right' / 'GTK_POS_RIGHT' o 'top' / 'GTK_POS_TOP' o 'bottom' / 'GTK_POS_BOTTOM' SEE ALSO
Gtk2, Glib::Object, Glib::InitiallyUnowned, Gtk2::Object, Gtk2::Widget, Gtk2::Container 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::Notebook(3pm)
All times are GMT -4. The time now is 06:22 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy