Sponsored Content
Operating Systems Linux Ubuntu Convertible switcher for Ubuntu required Post 302974517 by Marcusg562 on Tuesday 31st of May 2016 10:26:11 AM
Old 05-31-2016
Sorry for my late answer i was in holiday. I mean that i can move the display on the bottom of the notebook. So i can only use the touchscreen.
 

6 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Would like to install x86 desktop Ubuntu over AMD64 Ubuntu server

My intention was to build a dual boot XP Pro 64 and Ubuntu media server. I had installed the AMD64 version of Ubuntu 8.10 server and thought that I would be able to install Apache server. I need a GUI to work in. I tried to boot and install Mythbuntu 32 bit 8.10, but my machine now won't recognize... (0 Replies)
Discussion started by: docflyboy
0 Replies

2. Shell Programming and Scripting

Getting required fields from a test file in required fromat in unix

My data is something like shown below. date1 date2 aaa bbbb ccccc date3 date4 dddd eeeeeee ffffffffff ggggg hh I want the output like this date1date2 aaa eeeeee I serached in the forum but didn't find the exact matching solution. Please help. (7 Replies)
Discussion started by: rdhanek
7 Replies

3. Red Hat

Maximizing X window without Window Switcher

Hi everyone! I have a strange situation. I'm running an NX remote Gnome desktop session. On the remote machine, there is a whole load of unsaved data in a window. A problem that I've been having with this NX session is that I can't load Gnome Applets, including the Window Switcher. So.. when I... (0 Replies)
Discussion started by: alexandicity
0 Replies

4. Ubuntu

Ubuntu / Ubuntu File Manager / Config

I am using Ubuntu 9.10 with Gnome 2.28. I use the default Nautilus File Manager to view / manage files. Is there a way to add icons or customize the icons that are above the location bar and below the menus? There is a bar that has icons for "Back" "Forward" "Parent" above the location bar. I... (6 Replies)
Discussion started by: drewk
6 Replies

5. Ubuntu

[UBUNTU] mount.nfs fails in Ubuntu / Works on Red Hat!!!

Gurus, I want log in locally to my Lucid (10.04) workstation and have my code saved over the network on my samba account At work, all developers have samba user ids and when we were running Red Hat, we went thru the following procedure to get setup. * open a shell session to NFS server... (2 Replies)
Discussion started by: alan
2 Replies

6. Ubuntu

Re-install Ubuntu 14.04 from system with Ubuntu on it

I need to re-install ubuntu on a system with ubuntu 14.04 already installed. I have the cd but can not seem to boot from it or find the installer. Is there a way to re-install from the command line or how do I do a fresh re-install? Thank you :) ---------- Post updated at 10:13 AM... (2 Replies)
Discussion started by: cmccabe
2 Replies
Gtk2::Notebook(3)					User Contributed Perl Documentation					 Gtk2::Notebook(3)

NAME
Gtk2::Notebook 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 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 $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 $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 : 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 : readable / writable / private) Group for tabs drag and drop 'group-id' (integer : readable / writable / private) Group ID for tabs drag and drop 'homogeneous' (boolean : readable / writable / private) Whether tabs should have homogeneous sizes 'page' (integer : readable / writable / private) The index of the current page 'scrollable' (boolean : readable / writable / private) If TRUE, scroll arrows are added if there are too many tabs to fit 'show-border' (boolean : readable / writable / private) Whether the border should be shown or not 'show-tabs' (boolean : readable / writable / private) Whether tabs should be shown or not 'tab-border' (Glib::UInt : writable / private) Width of the border around the tab labels 'tab-hborder' (Glib::UInt : readable / writable / private) Width of the horizontal border of tab labels 'tab-pos' (Gtk2::PositionType : readable / writable / private) Which side of the notebook holds the tabs 'tab-vborder' (Glib::UInt : readable / writable / private) Width of the vertical border of tab labels 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-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::Notebook(3)
All times are GMT -4. The time now is 03:19 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy