Re: CSS on gtk3 is cosuming lot of memory, how to reduce it???

2011-10-10 Thread Michal Suchanek
On 7 October 2011 12:34, sunil agrawal wrote: > Hi, > > I implemented an application which is based on gtk+-3.0. > I am facing an issue related to memory the gtk+-3.0 css theming is > consuming. > Intial css takes 5 MB extra, then when I load other css in run time, it > takes extar 5MB each. > So

Re: multiple filters in GtkFileChooser

2011-09-14 Thread Michal Suchanek
On 14 September 2011 15:20, Allin Cottrell wrote: > On Wed, 14 Sep 2011, Bernhard Schuster wrote: > >> 2011/9/14 Allin Cottrell : >>> >>> On Tue, 13 Sep 2011, Allin Cottrell wrote: >>> I have found the relevant difference between gtk 2.24.5 and 2.24.6, which has the effect -- on my

Re: GtkTreeView with 2 Columns

2011-09-10 Thread Michal Suchanek
On 10 September 2011 15:45, Paolo wrote: > Hi at all! I have a problem about a tree with two columns. The first one is > a column that shows an icon and the second one shows a text. All works fine, > but between the columns I see an ugly vertical sperator. I know that there > are the style propert

Re: GtkTreeView with 2 Columns

2011-09-10 Thread Michal Suchanek
On 10 September 2011 15:45, Paolo wrote: > Hi at all! I have a problem about a tree with two columns. The first one is > a column that shows an icon and the second one shows a text. All works fine, > but between the columns I see an ugly vertical sperator. I know that there > are the style propert

Re: Open a file in a GTK application (over network)

2011-09-07 Thread Michal Suchanek
Obviously, all file choosers are broken in one way or another. No way to open a file in GTK yet. Maybe it will be possible in GTK4 or if you roll your own widget :-S ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/m

Re: GtkBuilder bugs

2011-09-05 Thread Michal Suchanek
On 5 September 2011 11:29, Tristan Van Berkom wrote: > On Mon, Sep 5, 2011 at 10:49 AM, Michal Suchanek wrote: >> On 4 September 2011 12:32, Tristan Van Berkom wrote: >>> Its a bug that needs to be fixed in Glade. >>> >>> You can remove the line that says n-

Re: GtkBuilder bugs

2011-09-05 Thread Michal Suchanek
On 4 September 2011 12:32, Tristan Van Berkom wrote: > Its a bug that needs to be fixed in Glade. > > You can remove the line that says n-rows safely fwiw I don't think that an extra property would break the widget, the warning should be harmless. > > On Sun, Sep 4, 2011 at 1:41 AM, Bernhard Sch

Open a file in a GTK application (over network)

2011-09-03 Thread Michal Suchanek
Hello, I tried to add a file chooser widget into my application and open a file on a samba share. After some fiddling around and collecting some GTK patches I got to a state when it would work. However, when I killed my gnome-keyring-daemon (could not find an UI for managing the stored credential

Re: Notebooks and GLists

2011-08-30 Thread Michal Suchanek
On 30 August 2011 23:08, Neil Munro wrote: > Hi folks >           Not a very descript title, but I fail to come up with a better > one. Anyway my problem is as follows. > > I have a notebook with reorderable tabs which each displays a sourceview > widget. > Each sourceview widget represents a docu

Re: Detecting Ctrl Esc in GTK app

2011-08-30 Thread Michal Suchanek
On 30 August 2011 16:50, wrote: > On 30 August 2011 15:22, Andrew Wood wrote: >> How would you link it directly to the window then rather than to a widget? > > You can link a GClosure to a key press with this: > > http://developer.gnome.org/gtk3/stable/gtk3-Keyboard-Accelerators.html#gtk-accel-g

Using the same model in two treeview and prevent selecting the same item?

2011-08-24 Thread Michal Suchanek
Hello, I have a list which I want to display in two treeviews and prevent selecting the same item in both. The idea is that the user selects an item in the first list, then the second list is shown, and it should not contain the item selected in the first list (or the item should be inactive or w

Re: gtk assistant any good?

2011-08-19 Thread Michal Suchanek
On 19 August 2011 18:44, Michal Suchanek wrote: > On 19 August 2011 17:43,   wrote: >> On 19 August 2011 16:13, Michal Suchanek wrote: >>> https://bugzilla.gnome.org/show_bug.cgi?id=656816 >> >> Could you explain the combobox navigation bug a little more? It seems

Re: gtk assistant any good?

2011-08-19 Thread Michal Suchanek
On 19 August 2011 17:43, wrote: > On 19 August 2011 16:13, Michal Suchanek wrote: >> https://bugzilla.gnome.org/show_bug.cgi?id=656816 > > Could you explain the combobox navigation bug a little more? It seems > to work for me. > > If I open GIMP preferences (for exampl

Re: gtk assistant any good?

2011-08-19 Thread Michal Suchanek
On 19 August 2011 14:55, Bill Czermak wrote: > "About half the GTK2 widgets are broken" > > Not my experience.  If you post some code which shows a problem... >  Preferably a simplified case, but a complete program, which demonstrates > where you have a problem, then maybe someone can  sort it out

Re: gtk assistant any good?

2011-08-19 Thread Michal Suchanek
On 19 August 2011 11:11, Bill Czermak wrote: > Hi Michal > > A day since you posted your question and noone has replied. > > I have not used (or heard of) GTK assistant. > > Generally I used GTK2 programming in C with no problems, and you might try > the same. > > However, have not used GTK now fo

gtk assistant any good?

2011-08-17 Thread Michal Suchanek
Hello, I am writing an UI for my application and I thought I could use the gtk assistant window. However, testing the UI reveals serious issues with the pre-made assistant. It's quite hard to make the assistant advance when the user selects something. So far I have some 2-3 pages and start with