Re: gtk+ in Dev C++ Programming Software Development by siddhant3s … got it to work after several attempts. There is a GTK+ installer for windows available on the website. The main problem… arises, when you need to compile your GTK+ code. My team used Code::Block IDE on windows. But… able to configure it so that it could compile our GTK+ code. So we used the command line( we used Msys… Re: GTK+ vs Tkinter Programming Software Development by vegaseat GTK has always been tempramental to install on Windows machines. I like to use Tkinter for quick stuff and PySide (PyQT) for more fancy coding problems. I wonder if GTK has made it easier to create and use a listbox? Re: GTK Hangs & An Index Error Programming Software Development by pymatio Gtk.CellRendererText (); Gtk.CellRendererText awayCell_2 = new Gtk.CellRendererText (); //tree_3 variables Gtk.TreeViewColumn home_team_3 = new Gtk.TreeViewColumn (); Gtk.TreeViewColumn away_team_3 = new Gtk.TreeViewColumn (); Gtk.TreeViewColumn home_team_score_3 = new Gtk.TreeViewColumn (); Gtk.TreeViewColumn… GTK Hangs & An Index Error Programming Software Development by pymatio … (); Gtk.ListStore List_1 = new Gtk.ListStore (typeof (string)); Gtk.CellRendererText NameCell_1 = new Gtk.CellRendererText (); //tree_2 variables Gtk.TreeViewColumn home_team_2 = new Gtk.TreeViewColumn (); Gtk.TreeViewColumn away_team_2 = new Gtk.TreeViewColumn (); Gtk Re: GTK Hangs & An Index Error Programming Software Development by pymatio … (); Gtk.ListStore List_1 = new Gtk.ListStore (typeof (string)); Gtk.CellRendererText NameCell_1 = new Gtk.CellRendererText (); //tree_2 variables Gtk.TreeViewColumn home_team_2 = new Gtk.TreeViewColumn (); Gtk.TreeViewColumn away_team_2 = new Gtk.TreeViewColumn (); Gtk Gtk Image Question?? Programming Software Development by valtikz …! vbox->pack_start( *table, false, false ); add_button( Gtk::Stock::CANCEL, Gtk::RESPONSE_CANCEL ); add_button( Gtk::Stock::OK, Gtk::RESPONSE_OK ); //table->attach( *image, 0, 1… Re: GTK Hangs & An Index Error Programming Software Development by DdoubleD …'s my own app, it is made with Mono & GTK# on Linux instead of .Net[/QUOTE] I've installed the… Gtk# for .NET ([URL="http://www.go-mono.com/mono-… Re: GTK Hangs & An Index Error Programming Software Development by pymatio …I get is: [CODE] Marshaling clicked signal Exception in Gtk# callback delegate Note: Applications can use GLib.ExceptionManager.UnhandledException to…n_param_vals, IntPtr param_values, IntPtr invocation_hint, IntPtr marshal_data) at Gtk.Application.gtk_main() at Gtk.Application.Run() at leaguemanager.MainClass.Main(System.String[] … Re: GTK Hangs & An Index Error Programming Software Development by pymatio "Is this an application that is available for free that you are modifying that we can download the original somewhere and get the 3rd party libraries installed? " No it's my own app, it is made with Mono & GTK# on Linux instead of .Net Re: Gtk Image Question?? Programming Software Development by Nick Evan I haven't got a clue. It's not C++, it's probably something from GTK. Where did you get the code from? [QUOTE=valtikz;864404]help help help[/QUOTE] Don't do that. It makes me very sad when people do that.:icon_frown: GTK problem Programming Software Development by adcodingmaster …gcc -Wall -g window.c -o window `gtk-config --cflags` `gtk-config --libs` plz solve this problem if … b very thankful. thnx in advance.[code]#include <gtk/gtk.h> #include <glib.h> # include… gchar *buffer = "this is my text"; /*-- Initialize GTK --*/ gtk_init (&argc, &argv); /*-- Create the new window… Re: gtk.progressbar and gtk.treeview question Programming Software Development by drxnele … <float>, but float needs to be rendered as gtk.cellRenderProgress()... here is code [code] def setup_list(self): self.… = [] columns.append(gtk.TreeViewColumn("File", gtk.CellRendererText(), text=0)) columns.append(gtk.TreeViewColumn("Progress", gtk.CellRendererProgress(), value=1)) for… gtk.ListStore / gtk.ComboBoxEntry class problem Programming Software Development by Avner .H. Hello everyone..! I'm having a problem with gtk.ListStore class, while i'm trying to …list is [B]None![/B] e.g: listStore = gtk.ListStore(str, int) listStore.insert(0, ['Hello', 5]) comboBoxEntry… = gtk.ComboBoxEntry(listStore) The comboBoxEntry objects displays an empty row instead… gtk.progressbar and gtk.treeview question Programming Software Development by drxnele … (like ff downloader)... I made treemodel [CODE]treemodel = gtk.TreeStore(gtk.gdk.Pixbuf, str, gtk.ProgressBar)[/CODE] and i put in components with… gtk support of winxp high resolution timers? Programming Software Development by manutm … made a 'news ticker' app for linux in c and gtk+. Now 'm porting it to win xp using mingw. The…'ve set a timeout using g_timeout_add_full(interval, handler, ...) in the gtk main loop and the handler scrolls a pixmap using gdk_draw_drawable… how I can achieve this. Is it a config in gtk or mingw32-gcc or? Thanks in advance. Manu TM Re: gtk.ListStore / gtk.ComboBoxEntry class problem Programming Software Development by vegaseat Was this of any help? Still trying to get GTK to go on my Windows Box. Re: gtk.ListStore / gtk.ComboBoxEntry class problem Programming Software Development by vegaseat Thanks Avner, the gtk GUI sounds interesting. I make sure my next computer is a Linux machine! Re: gtk+ installation and gcc Programming Software Development by revenge2 … mingw in [I]c:\ [/I]then extracted the gtk bundle from [url]www.gtk.org[/url] into another folder. After that in…[/I] I executed the command [CODE]pkg-config --cflags --libs gtk+-win32-2.0[/CODE] and directed the output i got… Re: GTK+ vs Tkinter Programming Software Development by farmwife The Pidgin installer auto-downloads and auto-installs Gtk libraries, and Pidgin has always run flawlessly for me on …Windows. What aspect of Gtk is temperamental to install on Windows machines? On my Linux… distro, I can import gtk in Python 2.7 but can't in Python 3… Re: GTK+ vs Tkinter Programming Software Development by vegaseat With GTK I had always problems with missmatching version numbers in its … comes with a boatload of preinstalled third party modules, including GTK. That one works well on Windows, but I do work… a lot with listboxes, seemingly a pain in GTK. Over the years I got used to PyQT. PySide (the… GTK code uses pointer for structs and not normal instances why? Programming Software Development by anksphenomenon Hi I was goinf through the GTK code and saw that GTK code uses pointer for structs and not normal instances of … "gtk-1.3.dll" was not found???PLEASE HELP Hardware and Software Microsoft Windows by wonder_laptop … says, "This application has failed to start because "gtk-1.3.dll" was not found. Re-installing the… can i do to fix the problem? what tis "gtk-1.3.dll" in the first place? where can… Re: "gtk-1.3.dll" was not found???PLEASE HELP Hardware and Software Microsoft Windows by caperjack … says, "This application has failed to start because "gtk-1.3.dll" was not found. Re-installing the… can i do to fix the problem? what tis "gtk-1.3.dll" in the first place? where can… Gtk+ error in C Programming Software Development by athlon32 Ok...i've been getting a weird error in Gtk+. I've narrowed it down to this line: [code]gtk_menu_shell_append(…), about);[/code] that gives me this error: [code](packing:5236): Gtk-CRITICAL **: gtk_menu_shell_insert: assertion `GTK_IS_MENU_SHELL (menu_shell)' failed [/code] Now my program… gtk+ installation and gcc Programming Software Development by revenge2 Hey there, How do I installer gtk+ under windows and compile using the gcc compiler through command line. (not using IDE, just notepad++). I've been looking at the gtk+ site but don't have clue as to where to start and how to install libraries. What do I download and how do i set the whole thing up? -cheers rev2 Re: gtk+ installation and gcc Programming Software Development by revenge2 …]Just download the binaries from [URL="http://http://www.gtk.org/download-windows.html"]here[/URL], and unzip them… main.o -I C:\Documents and Settings\--r.s--\Desktop\gtk+_2.16.6-1_win32[/CODE] gtk runtime nessary? Programming Software Development by bittuthegr8 is the gtk runtime library nessary to run compiled gtk apps on windows and linux ??? or is there a workaround GTK+ vs Tkinter Programming Software Development by farmwife As I've learned more about basic console Python script writing, I've had a look at both Tkinter and GTK+...and, at first glance, I like GTK+ better. Which do you guys prefer, and why? Re: GTK code uses pointer for structs and not normal instances why? Programming Software Development by WolfPack I haven't looked at any GTK code. But the main reason for using a pointer maybe … Re: "gtk-1.3.dll" was not found???PLEASE HELP Hardware and Software Microsoft Windows by wonder_laptop it worked !!! thank you so so much . you are so kind. Can you please tell me why it worked , what is so special about moving it to the lib folder ? why cant the visual.exe in the Bin folder, connect to the gtk-3.1.dd in the Lib folder?