Re: Scrolled window child contents showing on other widgets when resizing window in scrolled state

2015-03-09 Thread Colomban Wendling
Hi, Le 09/03/2015 08:41, Pramathesh Ambasta a écrit : […] The ui consists of a main window, a grid in which are packed a File ChooserWidget (above) and a scrolled window below. The scrolled window has a layout or a drawing area with a viewport as a child. In the layout or the drawing

Scrolled window child contents showing on other widgets when resizing window in scrolled state

2015-03-09 Thread Pramathesh Ambasta
Hi. I am new to programming and gtk+ I am trying to implement a small application using GTK 3.0, glade and Anjuta. The ui consists of a main window, a grid in which are packed a File ChooserWidget (above) and a scrolled window below. The scrolled window has a layout or a drawing area with a

Label resizing window, ellipsizing

2012-01-02 Thread David Gomes
Hello there, I was wondering if there was a way of avoiding a label (in a notebook) to resize the window when the text in it is too big. I heard of ellipsizing, and EllipsizeMode.END seems great for me, but if I ellipsize it, it will be ellipsized even if the label is small. So, I want to

Re: Label resizing window, ellipsizing

2012-01-02 Thread Tristan Van Berkom
Try setting width-chars property as well as max-width-chars property. GtkLabel apis could use a face-lift. It's possible that the default minimum width request exceeds the 10 max-width-chars which you set (which is what I assume is causing this problem). Cheers, -Tristan On Fri, Dec

Re: Resizing window

2006-09-09 Thread Samuel Cormier-Iijima
Hi, Sorry for replying so late... but your example didn't really work for me. Basically, I need a GtkExpander inside a file chooser dialog for some advanced options. I'd like it to work similarly to the FileChooserDialog when in save mode (try it out with GEdit-Save As, and the expander makes the

Fwd: Resizing window

2006-08-23 Thread Fernando Apesteguía
-- Forwarded message -- From: Iago Rubio [EMAIL PROTECTED] Date: Aug 22, 2006 12:40 PM Subject: Re: Resizing window To: gtk-app-devel-list@gnome.org On Tue, 2006-08-22 at 11:54 +0200, Iago Rubio wrote: On Tue, 2006-08-22 at 09:22 +0200, Fernando Apesteguía wrote: I'm still

Re: Resizing window

2006-08-22 Thread Fernando Apesteguía
On 8/22/06, Samuel Cormier-Iijima [EMAIL PROTECTED] wrote: I had the same problem with a FileChooserWidget with an extra GtkExpander widget in it. One solution is to make the window fixed (unresizable). Of course, the downside is that the user can't ­­resize it himself. Let me know if you

Re: Resizing window

2006-08-22 Thread Iago Rubio
On Tue, 2006-08-22 at 11:54 +0200, Iago Rubio wrote: On Tue, 2006-08-22 at 09:22 +0200, Fernando Apesteguía wrote: I'm still looking for a solution. My app has internationalization support. So make the window fixed is not possible in order to allow all the different messages to fit in the

Resizing window

2006-08-21 Thread Fernando Apesteguía
Hi list! I'm developing a simple application. I have a tabbed pane. Some of these tabs are bigger than others, with more text and more widgets. When I click on one of these tabs, the window growns, what is great, but when I click in a smaller tab, the window doen't return to the minimum required

Re: Resizing window

2006-08-21 Thread Samuel Cormier-Iijima
I had the same problem with a FileChooserWidget with an extra GtkExpander widget in it. One solution is to make the window fixed (unresizable). Of course, the downside is that the user can't ­­resize it himself. Let me know if you find another solution! Cheers, Samuel On 8/21/06, Fernando

widget doesn't show up at application start, but after resizing window

2005-11-08 Thread Jochen Damerau
Hello, I am writing an application using a VteTerminal in a GtkWindow. Everything works fine, except one thing. When I run the application, the Terminal is not displayed. Instead a copy of the desktop background (including everything that is behind the starting window) is displayed in the