Sponsored Content
Top Forums UNIX for Dummies Questions & Answers how to open a text file by double clicking on the file name in gtk+ Post 302121092 by cy163 on Monday 11th of June 2007 07:32:23 PM
Old 06-11-2007
how to open a text file by double clicking on the file name in gtk+

how to open a text file by double clicking on the file name shown in a label widget in gtk+.


thanks
 

9 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

how to open a text file using some tool such as gedit under gtk

how to open a text file using some tool such as gedit under gtk I list some text file names in a GtkCList . I want to open the file on when users click on the row. How to implement this ? Thanks (0 Replies)
Discussion started by: cy163
0 Replies

2. UNIX for Advanced & Expert Users

script to open the specified url in a browser from a text file

Hi All, here i am struc (6 Replies)
Discussion started by: gsp
6 Replies

3. UNIX for Dummies Questions & Answers

How to examine and open a text file?

Hi I am a new to linux, i was faced a file to know is a text file but its type isnt text document and i can not open it please guide me. Regards ---------- Post updated at 02:52 AM ---------- Previous update was at 02:40 AM ---------- Thank you for your cooperation, my OS is a centOS 5.5... (1 Reply)
Discussion started by: mkhorami76
1 Replies

4. UNIX Desktop Questions & Answers

cannot open text file

Hi I am a new to linux, I was faced a file to know is a text file but its type isn't text document and I cannot open it, please guide me. Regards. (2 Replies)
Discussion started by: mkhorami76
2 Replies

5. OS X (Apple)

Where are package contents stored for a file, or why aren't they visible w/o right clicking the file

I was wondering about the "Show Package Contents" option in OS X. I have a keynote file that I'm looking at. Exactly where are these contents or its directory stored, because they aren't visible in the Finder window, unless I obviously right click and choose to view them. And I don't think I can... (2 Replies)
Discussion started by: Straitsfan
2 Replies

6. Shell Programming and Scripting

Open the file and edit/append the text

Hi i have a file like this mailboxnum 20 filename <to subsitute> fileloaction /home/dd234/ filetype txt in a directory i have set of files for ex: TT45.1.2 TT45.1.3 TT45.1.4 . . in for loop i have to take this files and subsitute one by one ex: (1 Reply)
Discussion started by: greenworld123
1 Replies

7. Shell Programming and Scripting

How to open a huge text file?

Hi. I have a 10 Gb text file.the default text editor in ubuntu doens't open it. Does anyone know how can i open it?? Thanks (4 Replies)
Discussion started by: stalaei
4 Replies

8. Shell Programming and Scripting

Open Text file input data and save it.

Hi Guys, I have blank file A.txt I will run the script xyz.sh First i want to open a.txt file... Now i will enter some data like XYZ ABC PQR .. Save it and keep continue my script.... END of my script. Thanks (1 Reply)
Discussion started by: asavaliya
1 Replies

9. UNIX for Dummies Questions & Answers

how to open the linux text file in windows

Hi friends, help me i downloaded some file from the Linux and i copied it to windows.Now i am unable to open those file. please help me how to open those file. the files are something like test.tcl note.tcl Thanking you Praveen (2 Replies)
Discussion started by: prakumar
2 Replies
Gtk2::Label(3)						User Contributed Perl Documentation					    Gtk2::Label(3)

NAME
Gtk2::Label HIERARCHY
Glib::Object +----Glib::InitiallyUnowned +----Gtk2::Object +----Gtk2::Widget +----Gtk2::Misc +----Gtk2::Label INTERFACES
Glib::Object::_Unregistered::AtkImplementorIface Gtk2::Buildable METHODS
widget = Gtk2::Label->new ($str=undef) o $str (string or undef) widget = Gtk2::Label->new_with_mnemonic ($str) o $str (string) double = $label->get_angle Since: gtk+ 2.6 $label->set_angle ($angle) o $angle (double) Since: gtk+ 2.6 attrlist = $label->get_attributes $label->set_attributes ($attrs) o $attrs (Pango::AttrList) ellipsizemode = $label->get_ellipsize Since: gtk+ 2.6 $label->set_ellipsize ($mode) o $mode (Pango::EllipsizeMode) Since: gtk+ 2.6 justification = $label->get_justify $label->set_justify ($jtype) o $jtype (Gtk2::Justification) string = $label->get_label $label->set_label ($str) o $str (string) layout = $label->get_layout (x, y) = $label->get_layout_offsets boolean = $label->get_line_wrap wrapmode = $label->get_line_wrap_mode Since: gtk+ 2.9 $label->set_line_wrap_mode ($wrap_mode) o $wrap_mode (Pango::WrapMode) Since: gtk+ 2.9 $label->set_line_wrap ($wrap) o $wrap (boolean) $label->set_markup ($str) o $str (string) $label->set_markup_with_mnemonic ($str) o $str (string) integer = $label->get_max_width_chars Since: gtk+ 2.6 $label->set_max_width_chars ($n_chars) o $n_chars (integer) Since: gtk+ 2.6 integer = $label->get_mnemonic_keyval widget or undef = $label->get_mnemonic_widget $label->set_mnemonic_widget ($widget) o $widget (Gtk2::Widget or undef) $label->set_pattern ($pattern) o $pattern (string) $label->select_region ($start_offset=-1, $end_offset=-1) o $start_offset (integer) o $end_offset (integer) boolean = $label->get_selectable $label->set_selectable ($setting) o $setting (boolean) (start, end) = $label->get_selection_bounds Returns integers, start and end. boolean = $label->get_single_line_mode Since: gtk+ 2.6 $label->set_single_line_mode ($single_line_mode) o $single_line_mode (boolean) Since: gtk+ 2.6 string or undef = $label->get_text $label->set_text ($str) o $str (string or undef) $label->set_text_with_mnemonic ($str) o $str (string) boolean = $label->get_use_markup $label->set_use_markup ($setting) o $setting (boolean) boolean = $label->get_use_underline $label->set_use_underline ($setting) o $setting (boolean) integer = $label->get_width_chars Since: gtk+ 2.6 $label->set_width_chars ($n_chars) o $n_chars (integer) Since: gtk+ 2.6 PROPERTIES
'angle' (double : readable / writable / private) Angle at which the label is rotated 'attributes' (Pango::AttrList : readable / writable / private) A list of style attributes to apply to the text of the label 'cursor-position' (integer : readable / private) The current position of the insertion cursor in chars 'ellipsize' (Pango::EllipsizeMode : readable / writable / private) The preferred place to ellipsize the string, if the label does not have enough room to display the entire string 'justify' (Gtk2::Justification : readable / writable / private) The alignment of the lines in the text of the label relative to each other. This does NOT affect the alignment of the label within its allocation. See GtkMisc::xalign for that 'label' (string : readable / writable / private) The text of the label 'max-width-chars' (integer : readable / writable / private) The desired maximum width of the label, in characters 'mnemonic-keyval' (Glib::UInt : readable / private) The mnemonic accelerator key for this label 'mnemonic-widget' (Gtk2::Widget : readable / writable / private) The widget to be activated when the label's mnemonic key is pressed 'pattern' (string : writable / private) A string with _ characters in positions correspond to characters in the text to underline 'selectable' (boolean : readable / writable / private) Whether the label text can be selected with the mouse 'selection-bound' (integer : readable / private) The position of the opposite end of the selection from the cursor in chars 'single-line-mode' (boolean : readable / writable / private) Whether the label is in single line mode 'track-visited-links' (boolean : readable / writable / private) Whether visited links should be tracked 'use-markup' (boolean : readable / writable / private) The text of the label includes XML markup. See pango_parse_markup() 'use-underline' (boolean : readable / writable / private) If set, an underline in the text indicates the next character should be used for the mnemonic accelerator key 'width-chars' (integer : readable / writable / private) The desired width of the label, in characters 'wrap' (boolean : readable / writable / private) If set, wrap lines if the text becomes too wide 'wrap-mode' (Pango::WrapMode : readable / writable / private) If wrap is set, controls how linewrapping is done SIGNALS
move-cursor (Gtk2::Label, Gtk2::MovementStep, integer, boolean) copy-clipboard (Gtk2::Label) populate-popup (Gtk2::Label, Gtk2::Menu) activate-current-link (Gtk2::Label) boolean = activate-link (Gtk2::Label, string) ENUMS AND FLAGS
enum Gtk2::Justification o 'left' / 'GTK_JUSTIFY_LEFT' o 'right' / 'GTK_JUSTIFY_RIGHT' o 'center' / 'GTK_JUSTIFY_CENTER' o 'fill' / 'GTK_JUSTIFY_FILL' enum Gtk2::MovementStep o 'logical-positions' / 'GTK_MOVEMENT_LOGICAL_POSITIONS' o 'visual-positions' / 'GTK_MOVEMENT_VISUAL_POSITIONS' o 'words' / 'GTK_MOVEMENT_WORDS' o 'display-lines' / 'GTK_MOVEMENT_DISPLAY_LINES' o 'display-line-ends' / 'GTK_MOVEMENT_DISPLAY_LINE_ENDS' o 'paragraphs' / 'GTK_MOVEMENT_PARAGRAPHS' o 'paragraph-ends' / 'GTK_MOVEMENT_PARAGRAPH_ENDS' o 'pages' / 'GTK_MOVEMENT_PAGES' o 'buffer-ends' / 'GTK_MOVEMENT_BUFFER_ENDS' o 'horizontal-pages' / 'GTK_MOVEMENT_HORIZONTAL_PAGES' enum Pango::EllipsizeMode o 'none' / 'PANGO_ELLIPSIZE_NONE' o 'start' / 'PANGO_ELLIPSIZE_START' o 'middle' / 'PANGO_ELLIPSIZE_MIDDLE' o 'end' / 'PANGO_ELLIPSIZE_END' enum Pango::WrapMode o 'word' / 'PANGO_WRAP_WORD' o 'char' / 'PANGO_WRAP_CHAR' o 'word-char' / 'PANGO_WRAP_WORD_CHAR' SEE ALSO
Gtk2, Glib::Object, Glib::InitiallyUnowned, Gtk2::Object, Gtk2::Widget, Gtk2::Misc 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::Label(3)
All times are GMT -4. The time now is 10:52 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy