how to list available wireless networks and create a custom widget?
--- On Tue, 7/15/08, Tomas Carnecky <[EMAIL PROTECTED]> wrote:
> From: Tomas Carnecky <[EMAIL PROTECTED]>
> Subject: Re: newbie Question
> To: [EMAIL PROTECTED]
> Cc: gtk-app-devel-list@gnome.org
> Date: Tuesday, July 15, 2008,
Anyone?
The following will get me the Column from a treeview, but from
focus_column I don't know if I'm in the first, second, third . . . or
last column.
GtkTreePath *tp=NULL;
GtkTreeViewColumn *focus_column=NULL;
gtk_tree_view_get_cursor(GTK_TREE_VIEW(treeview), &tp, &focus_column);
How do
On Mon, 14 Jul 2008 09:34:13 -0400
"Eric Masson @ Savant Protection" <[EMAIL PROTECTED]> wrote:
> To fix this, do the following after making the widget sensitive:
> gint x,y;
> GdkWindow *windowUnderMouse=gdk_window_at_pointer(&x,&y);
> if(windowUnderMouse){
> GdkEventCrossing e;
> e.type=
Craig Petty wrote:
How would i make a gtk+ for a wireless networking?
First read gtk tutorials. Then compile, run and modify some gtk samples,
just so you get into how gtk works. Then you can read the sourcecode of
other gtk applications to understand how a 'big' application is
structured. A
How would i make a gtk+ for a wireless networking?
___
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list
2008/7/15 Luka Napotnik <[EMAIL PROTECTED]>:
> Hello.
>
> I encounter a strange problem when I'm writing image data to the
> GdkPixbuf data buffer.
>
> I create an empty pixbuf and get the data buffer. Then I use:
>
> pixel = pixbuf_data + i * n_channels
>
> , where pixel is a pointer to the pixel,
Thanks, I have done, but i have the problem of how i get treepath, and
how i can pass to callback functions,
look my class:
class GtkCtree{
private:
GtkWidget *treeview;
GtkListStore *liststore;
Tdata string_to_data(const char *data_string);
static void cell_edited_cbk(
More good list karma - this is a great resource.
Does it work?
splons
On Jul 15, 2008, at 3:11 AM, [EMAIL PROTECTED] wrote:
Send gtk-app-devel-list mailing list submissions to
gtk-app-devel-list@gnome.org
To subscribe or unsubscribe via the World Wide Web, visit
http://mail
The following will get me the Column from a treeview, but from
focus_column I don't know if I'm in the first, second, third . . . or
last column.
GtkTreePath *tp=NULL;
GtkTreeViewColumn *focus_column=NULL;
gtk_tree_view_get_cursor(GTK_TREE_VIEW(treeview), &tp, &focus_column);
How do you get th
Hello, this is my first post on this mailing list, now i do my request:
can i use g_signal_connect in a method of my class, using as c_handler
a private function of class? ...and if i can, how i can do ?
___
gtk-app-devel-list mailing list
gtk-app-dev
Hi all ,
When I insert some text to textview in a thread in the following
code(myThread::run) . it will segmentation fault .
Could someone help me to fix this issue.
Any comments and suggestion will be welcomed.
bzhu
#include
#include
#include
#include
GtkWidget* tv;
GtkTextTag* tag;
#incl
On Tue, Jul 15, 2008 at 12:09 PM, Marco Rocco <[EMAIL PROTECTED]> wrote:
> Hello, this is my first post on this mailing list, now i do my request:
> can i use g_signal_connect in a method of my class, using as c_handler a
> private function of class? ...and if i can, how i can do ?
>
>
If you use
Hello, this is my first post on this mailing list, now i do my request:
can i use g_signal_connect in a method of my class, using as c_handler
a private function of class? ...and if i can, how i can do ?
___
gtk-app-devel-list mailing list
gtk-app-dev
Hello.
I encounter a strange problem when I'm writing image data to the
GdkPixbuf data buffer.
I create an empty pixbuf and get the data buffer. Then I use:
pixel = pixbuf_data + i * n_channels
, where pixel is a pointer to the pixel, pixbuf_data is the pixbuf data
buffer, i is a counter in a f
14 matches
Mail list logo