Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

gtk dialog add system variables 1

Status
Not open for further replies.

tjbradford

Technical User
Dec 14, 2007
229
GB
I have a gtk dialog that i use for vpn authentication, but i would like to add some extra info to the bottom of the dialog so for example purposes uname
or if i grep someout put then want to show that in the dialog

the thing is if i do this

<text><label> uname </label></text>

or
<text><label> "uname" </label></text>
or
<text><label> $uname </label></text>

etc etc it only show text displaying "uname" or $uname etc

how do i get gtk to see this as something it needs get from the shell and isn't just text ?

thanks
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top