help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

radio button in gtk-server octave


From: osamahameed
Subject: radio button in gtk-server octave
Date: Tue, 25 Feb 2014 15:27:14 -0800 (PST)

how to create radio button in octave gtk-server. 

i have created the first radio button using the following line
radio=gtk(in,out,"gtk_radio_button_new_with_label NULL,label Real");

to create a second button in gtk+2 following line will be used but i do not
know how to make the second radio button for gtk-server in octave.

radio1=gtk_radio_button_new_with_label(gtk_radio_button_get_group(GTK_RADIO_BUTTON(radio)),"label
Imaginary");

please help me 
thanks




--
View this message in context: 
http://octave.1599824.n4.nabble.com/radio-button-in-gtk-server-octave-tp4662326.html
Sent from the Octave - General mailing list archive at Nabble.com.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]