Outline ·
[ Standard ] ·
Linear+
Any master on using Gtkdialog in Ubuntu
|
TSl2310
|
Sep 5 2017, 11:23 AM, updated 9y ago
|
Getting Started

|
Hi, currently i am trying to create a GUI program using a gtkdialog on ubuntu platform. Still new with this gtkdialog, have found a lot of reference but maybe the way human type is more easy to understand. the problem that currently i have is 1) How to import picture into the program ? ( i already try direct to the location of the picture and it is not show up btw the format i use is jpg) 2) How to redirect the program to the other program? ( i mean like click the button then it will pop another program Thanks in advance
|
|
|
|
|
|
WongGei
|
Sep 5 2017, 12:11 PM
|
|
QUOTE(l2310 @ Sep 5 2017, 11:23 AM) Hi, currently i am trying to create a GUI program using a gtkdialog on ubuntu platform. Still new with this gtkdialog, have found a lot of reference but maybe the way human type is more easy to understand. the problem that currently i have is 1) How to import picture into the program ? ( i already try direct to the location of the picture and it is not show up btw the format i use is jpg) use <pixmap> <input file>help.png</input> </pixmap>2) How to redirect the program to the other program? ( i mean like click the button then it will pop another program call the other program in the <action></action>Thanks in advance
|
|
|
|
|
|
MatQuasar
|
Aug 2 2023, 09:23 PM
|
|
It is XML language....
|
|
|
|
|