Deprecated function ed icons on button

2014-10-06 Thread arkkimede
Hi, I'm starting to learn GTK+ and I'm using beginner tutorial found on GTK web site. (I'm working on linux debian testing amd64 with Xfce) The actual version of GTK is 3.x and the tutorial is related to 2.x This means that some time there are some deprecated function that have to be substituted wi

The "effect" of carriage return in GtkTextView

2018-03-13 Thread arkkimede
HI! I written an application GTK3 on Ubuntu 16.04 that essentially, by mean a GUI generates an input file used to feed an executable. This executable print out messages that inform the user about the status of the run. At the moment I'm able to catch this messages and redirect them on a GtkTextVie

Re: The "effect" of carriage return in GtkTextView

2018-03-13 Thread arkkimede
hat, and GtkTextBuffer too but it can delete > the range from GtkTextIter start to GtkTextIter end > by gtk_text_buffer_delete , then you can insert again your new message > by gtk_text_buffer_insert! > > On Tue, Mar 13, 2018, 23:02 arkkimede wrote: > >> HI! >> I writt

compiling glade

2018-03-22 Thread arkkimede
HI! I want to install the latest version of glade downloaded from git-hub. I read the instruction. There is written that configure.ac or configure.in is used to generate the script configure. To do that execute the command autoconf. I executed this command but some macro are missed Searching I

How to avoid the presence of new line in GtkEntry at the end of input string

2018-04-05 Thread arkkimede
Hi! In my GTK3 applications, there are some GtkEntry used to input strings like, e.g., the output directory. I write a string in the Entry and using the function gtk_entry_get_text() i read the string insert in the GUI. Printing on screen this string, <> a "new line" is present at the end of the

Dimensions in pixels of a draw Area to obtain a plot on a A4 paper

2018-04-20 Thread arkkimede
HI! I've realized an App with GTK3 and the library CAIRO to plot results of measurements. I use the function "cairo_surface_write_to_png" to obtain a png file that I put on a paper of format A4 (with usual resolution of 300dpi) to generate reports. Consider also that preliminary plot are observed o

Re: Dimensions in pixels of a draw Area to obtain a plot on a A4 paper

2018-04-21 Thread arkkimede
Ok! I can use the pdf format but the dimensions of the draw area? Il Sab 21 Apr 2018, 07:31 Nicola Fontana ha scritto: > Il Sat, 21 Apr 2018 04:01:21 +0200 arkkimede > scrisse: > > > HI! > > I've realized an App with GTK3 and the library CAIRO to plot results of >

Developing application with GTK3 on WIndows 10

2018-04-26 Thread arkkimede
Following this link https://www.gtk.org/download/windows.php I prepared on Windows 10/64bit the environment to develop application with GTK3 and Glade on Windows 10. (I've installed msys2 / update packages / installing GTK3 libraries / installing Glade / installing toolchain to develop code ). I'

IDE to develop app with GTK3 on windows using MSYS2

2018-05-07 Thread arkkimede
Hi! I need an advice: I written apps on Linux with GTK3 using essentially vi and Makefile to build the project splitten in multiple C files with the corresponding H file. Now I would migrate on WIndows 10 by means of MSYS2. There is an IDE (better if open source) that I can use instean to follow

Re: IDE to develop app with GTK3 on windows using MSYS2

2018-05-14 Thread arkkimede
es. > > > > I haven't gotten the hang of debugging with KDevelop, so I still debug in > > emacs+gud-gdb (which is archaic compared to a good debugging tool, but it > > works for me). > > > > > > On 5/7/2018 3:30 AM, arkkimede wrote: > > > >>

GTK3 + gnuplot

2018-09-18 Thread arkkimede via gtk-app-devel-list
Hi! I've developed an application in c to make measurements, with a GUI that manage the inputs and it is able to produce graphical results in terms of 2d plots, realized by mean of the library Cairo. Now I have the necessity to produce 3d plots (3d radiation pattern of antennas). To realize 3d pl