Re: GtkDrawingArea size

2012-03-08 Thread Christopher Howard
On 03/08/2012 01:54 AM, Tadej Borovšak wrote: > Hello. > > 2012/3/7 Christopher Howard : >> Hello again. So, I recently started a project to create a certain board >> game (in C) using gtk+, and I just started learning gtk+. I was planning >> to draw the board graphics, pieces, etc. all into one G

Re: modifiable dialog button labels?

2012-03-08 Thread Roger Davis
Thanks, Lance! That looks promising, I'll try those (preferentially your second method, I think, as you suggested. Roger On Thu, 8 Mar 2012, Lance Dillon wrote: __ From: Roger Davis To: Lance Dillon

SIGSEGV in gtk_container_idle_sizer

2012-03-08 Thread Manuel Ferrero
Windows XP GTK+ 2.24.8 Program received signal SIGSEGV, Segmentation fault. In gtk_container_idle_sizer () (C:\programmi\gtk+\bin\libgtk-win32-2.0-0.dll) At C:\Progetti\LoggerUSB\main.c:94 Line 94 in main.c is: gtk_main(); I can't find any documentation about this function and I don't hav

Configure event for a text view?

2012-03-08 Thread Lucas Levrel
Hi, My GTK window contains (among others) the following hierarchy of objects: gtk_window < hpaned < vbox < frame < scrolled_window < text_view < text_buffer I also set up stuff that scroll to the end whenever text is added to the buffer (note: the buffer is not editable, it's the "standard outp

Re: modifiable dialog button labels?

2012-03-08 Thread Lance Dillon
> > From: Roger Davis >To: Lance Dillon >Cc: "gtk-app-devel-list@gnome.org" >Sent: Thursday, March 8, 2012 2:07 AM >Subject: Re: modifiable dialog button labels? > > > >On Wed, 7 Mar 2012, Lance Dillon wrote: > >> you can use gtk_get_action_area() to get t

Re: GtkDrawingArea size

2012-03-08 Thread Tadej Borovšak
Hello. 2012/3/7 Christopher Howard : > Hello again. So, I recently started a project to create a certain board > game (in C) using gtk+, and I just started learning gtk+. I was planning > to draw the board graphics, pieces, etc. all into one GtkDrawingArea. > So, how do I fix the size of the drawi