how to open a text file by double clicking on the file name in gtk+


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers how to open a text file by double clicking on the file name in gtk+
# 1  
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
 
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. 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

2. 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

3. 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

4. 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

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. 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

7. 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

8. 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

9. 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
Login or Register to Ask a Question
Gtk2::Action(3pm)					User Contributed Perl Documentation					 Gtk2::Action(3pm)

NAME
Gtk2::Action - wrapper for GtkAction HIERARCHY
Glib::Object +----Gtk2::Action INTERFACES
Gtk2::Buildable CONSTRUCTOR
action = Gtk2::Action->new (key=>value,...) Create and return a new action object. Note that this is the "new" of Glib::Object, not "gtk_action_new". Eg. Gtk2::Action->new (name => 'open-foo', stock_id => 'gtk-open', tooltip => 'Start a foo'); The keyword/value style is more flexible and a little clearer than the four direct arguments of "gtk_action_new" (and also works better for subclasses). METHODS
$action->set_accel_group ($accel_group) o $accel_group (Gtk2::AccelGroup or undef) string = $action->get_accel_path Since: gtk+ 2.6 $action->set_accel_path ($accel_path) o $accel_path (string) $action->activate boolean = $action->get_always_show_image Since: gtk+ 2.20 $action->set_always_show_image ($always_show) o $always_show (boolean) Since: gtk+ 2.20 $action->block_activate Since: gtk+ 2.16 $action->block_activate_from ($proxy) o $proxy (Gtk2::Widget) $action->connect_accelerator $action->connect_proxy ($proxy) o $proxy (Gtk2::Widget) widget = $action->create_icon ($icon_size) o $icon_size (Gtk2::IconSize) widget = $action->create_menu Since: gtk+ 2.12 widget = $action->create_menu_item widget = $action->create_tool_item $action->disconnect_accelerator $action->disconnect_proxy ($proxy) o $proxy (Gtk2::Widget) string or undef = $action->get_icon_name Since: gtk+ 2.16 $action->set_icon_name ($icon_name) o $icon_name (string or undef) Since: gtk+ 2.16 boolean = $action->get_is_important Since: gtk+ 2.16 $action->set_is_important ($is_important) o $is_important (boolean) Since: gtk+ 2.16 boolean = $action->is_sensitive boolean = $action->is_visible string or undef = $action->get_label Since: gtk+ 2.16 $action->set_label ($label) o $label (string) Since: gtk+ 2.16 string = $action->get_name list = $action->get_proxies boolean = $action->get_sensitive $action->set_sensitive ($sensitive) o $sensitive (boolean) Since: gtk+ 2.6 string or undef = $action->get_short_label Since: gtk+ 2.16 $action->set_short_label ($short_label) o $short_label (string) Since: gtk+ 2.16 string or undef = $action->get_stock_id Since: gtk+ 2.16 $action->set_stock_id ($stock_id) o $stock_id (string or undef) Since: gtk+ 2.16 string or undef = $action->get_tooltip Since: gtk+ 2.16 $action->set_tooltip ($tooltip) o $tooltip (string or undef) Since: gtk+ 2.16 $action->unblock_activate Since: gtk+ 2.16 $action->unblock_activate_from ($proxy) o $proxy (Gtk2::Widget) boolean = $action->get_visible boolean = $action->get_visible_horizontal Since: gtk+ 2.16 $action->set_visible_horizontal ($visible_horizontal) o $visible_horizontal (boolean) Since: gtk+ 2.16 $action->set_visible ($visible) o $visible (boolean) Since: gtk+ 2.6 boolean = $action->get_visible_vertical Since: gtk+ 2.16 $action->set_visible_vertical ($visible_vertical) o $visible_vertical (boolean) Since: gtk+ 2.16 PROPERTIES
'action-group' (Gtk2::ActionGroup : default undef : readable / writable / private) The GtkActionGroup this GtkAction is associated with, or NULL (for internal use). 'always-show-image' (boolean : default false : readable / writable / construct / private) Whether the image will always be shown 'gicon' (Glib::Object::_Unregistered::GIcon : default undef : readable / writable / private) The GIcon being displayed 'hide-if-empty' (boolean : default true : readable / writable / private) When TRUE, empty menu proxies for this action are hidden. 'icon-name' (string : default undef : readable / writable / private) The name of the icon from the icon theme 'is-important' (boolean : default false : readable / writable / private) Whether the action is considered important. When TRUE, toolitem proxies for this action show text in GTK_TOOLBAR_BOTH_HORIZ mode. 'label' (string : default undef : readable / writable / private) The label used for menu items and buttons that activate this action. 'name' (string : default undef : readable / writable / construct-only / private) A unique name for the action. 'sensitive' (boolean : default true : readable / writable / private) Whether the action is enabled. 'short-label' (string : default undef : readable / writable / private) A shorter label that may be used on toolbar buttons. 'stock-id' (string : default undef : readable / writable / private) The stock icon displayed in widgets representing this action. 'tooltip' (string : default undef : readable / writable / private) A tooltip for this action. 'visible' (boolean : default true : readable / writable / private) Whether the action is visible. 'visible-horizontal' (boolean : default true : readable / writable / private) Whether the toolbar item is visible when the toolbar is in a horizontal orientation. 'visible-overflown' (boolean : default true : readable / writable / private) When TRUE, toolitem proxies for this action are represented in the toolbar overflow menu. 'visible-vertical' (boolean : default true : readable / writable / private) Whether the toolbar item is visible when the toolbar is in a vertical orientation. SIGNALS
activate (Gtk2::Action) ENUMS AND FLAGS
enum Gtk2::IconSize o 'invalid' / 'GTK_ICON_SIZE_INVALID' o 'menu' / 'GTK_ICON_SIZE_MENU' o 'small-toolbar' / 'GTK_ICON_SIZE_SMALL_TOOLBAR' o 'large-toolbar' / 'GTK_ICON_SIZE_LARGE_TOOLBAR' o 'button' / 'GTK_ICON_SIZE_BUTTON' o 'dnd' / 'GTK_ICON_SIZE_DND' o 'dialog' / 'GTK_ICON_SIZE_DIALOG' SEE ALSO
Gtk2, Glib::Object 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::Action(3pm)