need some code which atleast has something in it...
and it should convince the users to work on it...
Regards,
Santhosh.
___
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list
Why dont you host your project in http://sourceforge.net (any hosting
site for that matter) and do frequent releases of your project...?
Regards,
Santhosh.
___
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman
nome.org/doc/API/2.0/gtk/gtk-migrating-GtkFileChooser.html
Regards,
Santhosh.
___
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list
http://developer.gnome.org/doc/API/2.0/gtk/GtkFileChooser.html#gtk-file-chooser-set-action
http://developer.gnome.org/doc/API/2.0/gtk/GtkFileChooser.html#GtkFileChooserAction
The above URLs would be helpful...
Regards,
Santhosh.
___
gtk-app-devel-list
ut_fn(...)
{
other_call();
gtk_threads_enter();
my_gtk_call();
gtk_threads_leave();
}
Regards,
Santhosh.
___
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list
t;preemption"? Gtk+ is preemptible but not
thread safe... Gtk+ is not meant to be called simultaneouly from
different threads... it doesn't internally protect its data
structure...
Regards,
Santhosh.
___
gtk-app-devel-list mailing list
gtk-ap
sure that you give the control back to gtk as soon as possible so
that it can process your gtk related operations...
Regards,
Santhosh.
___
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel
doesn't work...
BTW, does anybody knows that drag and drop works in windows(between apps)?
Regards,
Santhosh.
___
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list
ault handler(if there is any) for that key will not be called...
You can also refer:
http://cvs.sourceforge.net/viewcvs.py/eccvs/eccvs2/src/eccvs-browser.cpp?rev=1.5&view=markup
and search for "key_press_event"
Regards,
Santhosh.
___
gtk-app-
The following url should help you...
http://mail.gnome.org/archives/gtk-app-devel-list/2006-February/msg00266.html
Gus has explained the concepts well...
Regards,
Santhosh.
___
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http
g_slist_free (Files_to_Add); // free the memory occupied by the list itself
I hope this helps...
Regards,
Santhosh.
___
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list
et explicitly (after getting the
response) you can do like this:
widget = create_message_box ()
gtk_dialod_run (widget)
gtk_widget_destroy (widget) /
See http://developer.gnome.org/doc/API/2.0/gtk/GtkDialog.html#gtk-dialog-run
for more details..
Regards,
Santhosh.
___
I
couldn't exactly recall the function... it could be
"g_...get_homedir()"
Regards,
Santhosh.
___
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list
"activate", NULL);
}
Regards,
Santhosh.
___
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list
't know about
Fedora Core 2 and Core 3.
Thanks in advance,
Santhosh.
~-~-~-~-~-~-~-~-~-~-~-~-~-~-~
Lets Hack on - http://eccvs.sf.net
~-~-~-~-~-~-~-~-~-~-~-~-~-~-~
___
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org
m or not.
In my case I have simply set the
PKG_CONFIG_PATH=/opt/gtk-2.6/lib/pkgconfig:/usr/lib/pkgconfig to
overcome this problem. (I have installed gtk-2.6 in /opt/gtk-2.6).
Regards,
Santhosh.
--
Santhosh.
~-~-~-~-~-~-~-~-~-~-~-~-~-~-~
Project - http://eccvs.sf
sider posting the code?
Regards,
Santhosh.
--
Santhosh.
~-~-~-~-~-~-~-~-~-~-~-~-~-~-~
Project - http://eccvs.sf.net
~-~-~-~-~-~-~-~-~-~-~-~-~-~-~
___
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list
;iter);
gtk_list_store_set (store, 0, (const char*)list->data, -1);
}
Sorry, if my inference is wrong. I have never used a GtkTreeStore. I
assume that since the toplevel rows doesn't have any content, "you see
no output".
--
Santh
Hi,
Why don't you include the code... probably a part of it... Make
sure you are not deadlocking (reading a pipe at both ends..)
--
Santhosh.
~-~-~-~-~-~-~-~-~-~-~-~-~-~-~
Project - http://eccvs.sf.net
~-~-~-~-~-~-~-~-~-~-~-~-~-~-~
___
gt
ary(target of the symbolic link) is not
truncated. I got similar kind of problems when compiled against a
broken pango binary.
I have recompiled and installed again to make it work...
--
Santhosh.
~-~-~-~-~-~-~-~-~-~-~-~-~-~-~
Project - ht
Hi,
>
> how do I change the height of a combo widget?
>
Is it a special case? Why don't you try gtk_widget_set_size_request
(GTK_WIDGET (combo), -1, height)?
[Have I misinterpreted your question?]
--
Santhosh.
~-~-~-~-~-~-~-~-~-~-~-~-~-~-~
Project - http:
| | | |
| | | | | +-+ | | |
| | | | +-+ | |
| +-+ +--+ |
+---+
--
Santhosh.
~-~-~-~-~-~-~-~-~-~-~-~-~-~-~
Project - http://eccvs.sf.net
buttons (that you
dynamically add), then you will receive no more events..
--
Santhosh.
~-~-~-~-~-~-~-~-~-~-~-~-~-~-~
Project - http://eccvs.sf.net
~-~-~-~-~-~-~-~-~-~-~-~-~-~-~
___
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list
gtk_container_add (GTK_CONTAINER (window), vbox);
gtk_widget_show (vbox);
/* create event box and pack it in vbox */
ev_box = gtk_event_box_new ();
gtk_container_add (GTK_CONTAINER (vbox), ev_box);
gtk_widget_show_all (GTK_WIDGET (vbox));
/* connect the "event" to the Ev
Hi,
>
> I'm sending my C file in the attachment
>
I didn't get it... Why don't you include the code inline in the mail...
Santhosh.
___
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/
e? Probably any (preferably
small) project which uses this technique?
Thanks,
Santhosh.
___
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list
On Sat, 19 Mar 2005 13:20:27 +, John Cupitt <[EMAIL PROTECTED]> wrote:
> Hi,
>
> On Fri, 18 Mar 2005 19:02:34 +0530, Santhosh <[EMAIL PROTECTED]> wrote:
> > In my application, I want to differentiate between Shift+Click and
> > Click of a menuitem. The menui
tions right now.
As of now, I am going to use this solution. If anybody have different
and easy way of doing this, please let me know.
Thanks.
Santhosh.
___
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinf
have installed gtk+-2.6.4 in a different
location. The following link may help you...
http://eccvs.sourceforge.net/install.html#gtk5
Santhosh.
___
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list
le to proceed with this..
I can not use "button_press_event"... Is there any way? Please help me..
Thanks,
Santhosh.
___
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list
cgi?id=150270
Santhosh.
___
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list
m->layout_height = layout_height;
- padding = 2 * (ICON_TEXT_PADDING + focus_width + focus_pad);
}
else
{
Now, all the items will take same amount of width. I propose the
default width to be around 100 (it will be helpful for those who
doesn't bother to set the item width).
S
Probably you can
reopen the bug (if you wish).
>
> How can you see some icon (like Duel) take 2 much space...I can't find why.
>
It is the problem that still exists in the fixed version of gtk+. I
believe it is the problem with the algorithm which layouts the icons
i
Hi Danilo,
I believe that the following link may help you...
http://fedora.redhat.com/participate/developers-guide/ch-console-access.html
[I haven't even tried it... but I find some relavance]
Santhosh..
___
gtk-app-devel-list mailing lis
> Try to chage:
> gtk_entry_get_text(GTK_ENTRY (widget))
> .. with ...
> gtk_editable_get_chars(GTK_EDITABLE(widget), 0, -1)
>
You can also use...
picture->path = g_strdup (gtk_entry_get_text (GTK_ENTRY (widget));
[gtk_entry_get_text (..) returns the address of statically allocated
ecente documentation on this widget...
Why don't you try http://eccvs.sourceforge.net This project uses
GtkIconView widget...
Include sample source code so that we can get what you are asking for...
Santhosh.
___
gtk-app-devel-list mailing list
Hi,
I have just used the following code to add accelerator to a GtkToolButton.
gdk_accelerator_parse ("O", &keyval, &mod_type);
if (keyval)
gtk_widget_add_accelerator (my_tool_button, "activate", accel_group,
keyval, mod_type, 0);
...
When I run the program, I get the following warning a
37 matches
Mail list logo