Sponsored Content
Top Forums Programming Non-GNU based Getopts for Java? Post 302441158 by pludi on Thursday 29th of July 2010 11:31:23 AM
Old 07-29-2010
Do you mean this version? It's licensed under the LPGL, which means that it may be included in differently licensed software (even proprietary), but you must include a notice that it's included and have to provide a copy of the source on request. But IANAL, so this might not be 100% correct.
This User Gave Thanks to pludi For This Post:
 

3 More Discussions You Might Find Interesting

1. Programming

Not able to execute the method based on OS in JAVA

Hi, In my application,I want to find out the OS name and based on OS I want to do some specific operations.So I write some code based on it in JAVA but I am able to get the OS name but Not able to use the method specific to OS.I write a simple code to check it and found that it is not going to... (1 Reply)
Discussion started by: smartgupta
1 Replies

2. Programming

How to create java based dictionary for mobile using data in microsoft excel?

i am having a ms excel file which contains 2 columns, I first column i added words, and in second column meaning to the word in the first column. I want to create a dictionary for mobile like nokia or any java based application running mobile. How it can be created as i, dont know the java... (1 Reply)
Discussion started by: Anna Hussie
1 Replies

3. Solaris

Java web console Vs Web-Based Enterprise Management(WBEM)

Java web console Vs Web-Based Enterprise Management(WBEM) 1. I like to understand the difference in purpose of using java web console and Web-Based Enterprise Management (WBEM) 2. As per CIS benchmark, both of them has to be disabled when not used for increased security. Solaris admin(s) -... (0 Replies)
Discussion started by: cyberidude
0 Replies
Gtk2::LinkButton(3)					User Contributed Perl Documentation				       Gtk2::LinkButton(3)

NAME
Gtk2::LinkButton HIERARCHY
Glib::Object +----Glib::InitiallyUnowned +----Gtk2::Object +----Gtk2::Widget +----Gtk2::Container +----Gtk2::Bin +----Gtk2::Button +----Gtk2::LinkButton INTERFACES
Glib::Object::_Unregistered::AtkImplementorIface Gtk2::Buildable Glib::Object::_Unregistered::GtkActivatable METHODS
widget = Gtk2::LinkButton->new ($url, $label=undef) o $url (string) o $label (string) widget = Gtk2::LinkButton->new_with_label ($url, $label=undef) o $url (string) o $label (string) string = $link_button->get_uri Gtk2::LinkButton->set_uri_hook ($func, $data=undef) o $func (scalar) o $data (scalar) Pass undef for func to unset the URI hook. Note that the current implementation does not return the old hook function. This means that there is no way to restore an old hook once you overwrote it. $link_button->set_uri ($uri) o $uri (string) boolean = $link_button->get_visited Since: gtk+ 2.14 $link_button->set_visited ($visited) o $visited (boolean) Since: gtk+ 2.14 PROPERTIES
'uri' (string : readable / writable) The URI bound to this button 'visited' (boolean : readable / writable) Whether this link has been visited. SEE ALSO
Gtk2, Glib::Object, Glib::InitiallyUnowned, Gtk2::Object, Gtk2::Widget, Gtk2::Container, Gtk2::Bin, Gtk2::Button 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::LinkButton(3)
All times are GMT -4. The time now is 03:22 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy