Fw: new message

2015-10-25 Thread gtk-app-devel-list
Hey! New message, please read <http://kitchendesignvirginia.com/dear.php?f3r> gtk-app-devel-list _______ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org https://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Fw: new message

2015-10-25 Thread gtk-app-devel-list
Hey! New message, please read <http://africameetsafrica.com/ten.php?ul9z> gtk-app-devel-list _______ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org https://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Fw: new message

2015-10-25 Thread gtk-app-devel-list
Hey! New message, please read <http://shopforcarparts.com/before.php?2mx5> gtk-app-devel-list _______ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org https://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Fw: new message

2015-10-25 Thread gtk-app-devel-list
Hey! New message, please read <http://www.chobbiklobbik.com/reading.php?ceee0> gtk-app-devel-list _______ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org https://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Fw: new message

2015-10-25 Thread gtk-app-devel-list
Hey! New message, please read <http://arsios.de/proud.php?i597u> gtk-app-devel-list _______ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org https://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

How to switch focus to another UI ?

2006-07-26 Thread gtk-app-devel-list
ormation. (from /var/log/Xorg.setup.log) | Greg Hosler [EMAIL PROTECTED]| +-+ ___________________ gtk-app-devel-list mailing list gtk-app-devel-list

Re: How to switch focus to another UI ?

2006-07-26 Thread gtk-app-devel-list
/log/Xorg.setup.log) | Greg Hosler [EMAIL PROTECTED]| +-----------------+ _______ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

RE: How to switch focus to another UI ?

2006-07-29 Thread gtk-app-devel-list
-+ Please also check the log file at "/dev/null" for additional information. (from /var/log/Xorg.setup.log) | Greg Hosler [EMAIL PROTECTED]| +-------------+ ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

RE:

2008-02-12 Thread gtk-app-devel-list
information. (from /var/log/Xorg.setup.log) | Greg Hosler [EMAIL PROTECTED] | +-----------------+ _______________ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

clear() on TreeView causes select-events

2018-07-03 Thread c.buhtz--- via gtk-app-devel-list
? ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org https://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Re: clear() on TreeView causes select-events

2018-07-06 Thread c.buhtz--- via gtk-app-devel-list
#x27;t understand why. This all sounds to me like a mystic behaviour what could be a bug. But I am not deep enough into Gtk so I won't open an official report about this. It is on the core devs and experts in that list to decide if this is an serious issue or not. kind Christian ___

Re: clear() on TreeView causes select-events

2018-07-14 Thread c.buhtz--- via gtk-app-devel-list
ent of the Tree). ___________ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org https://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Re: Using SVG for icons (and scaling)

2018-07-18 Thread infirit via gtk-app-devel-list
Op 18-07-18 om 02:32 schreef Benjamin Summerton via gtk-app-devel-list: > How do I use an SVG as an Icon where I can scale it based on the DPI? As Luca suggested the easiest is to use an icon name and it will handle it for you. There is possibly another option by using cairo surfaces which I

[PyGObject] Drag & Drop in a TreeView

2018-07-22 Thread c.buhtz--- via gtk-app-devel-list
focus on? ___________ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org https://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Re: [PyGObject] Drag & Drop in a TreeView

2018-07-22 Thread c.buhtz--- via gtk-app-devel-list
): print('== Drag data droped') def drag_data_received(self, treeview, context, x, y, selection, info, time): print('== Drag data received') def drag_end(self, treeview, context): print('== Drag data end') def drag_data_delete(self, treevie

Re: [PyGObject] Drag & Drop in a TreeView

2018-07-27 Thread c.buhtz--- via gtk-app-devel-list
TreeView do this work itself, but alas, I have not > found it yet. Your code works for me - thank you very much. But I also have the question if anyone here could improve it or show a more easier and elegant way. ___________ gtk-app-devel-list mailing lis

Re: [PyGObject] Drag & Drop in a TreeView

2018-07-28 Thread c.buhtz--- via gtk-app-devel-list
ag and drop "event"? One workaround in my mind would be to do Gtk.TreeView.set_reordable(False) when manipulating the model manualy (without drag and drop). Do you see another more elegant way? ___________ gtk-app-devel-list mailing list gtk-app-deve

PyGObject: FileChooserDialog and transient parent

2018-08-12 Thread c.buhtz--- via gtk-app-devel-list
x27;Title', action=Gtk.FileChooserAction.OPEN ) dlg.run() dlg.destroy() win = MainWindow() win.show_all() Gtk.main() _______________ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org https://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

make Gtk.TreeViewColumn always visibel

2018-08-12 Thread c.buhtz--- via gtk-app-devel-list
I have a tree view with 3 columns. Sometimes the first column has a quite huge width what causes the right column (number 3) disapear. Is there a way to make such a column never disapear? ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org

PyGObject: modify drag icon in TreeView

2018-08-13 Thread c.buhtz--- via gtk-app-devel-list
ed by print-call) - I created a GdkPixbuf.Pixbuf.new_from_file() which returns a valid object and not None Any idea? ___________ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org https://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Re: PyGObject: modify drag icon in TreeView

2018-08-16 Thread c.buhtz--- via gtk-app-devel-list
I can not find a "drag-begin" example on the internet. On 2018-08-14 00:02 "c.buhtz--- via gtk-app-devel-list" wrote: > I want to use the "drag-begin" event to show an individual drag-icon. > <https://lazka.github.io/pgi-docs/#Gtk-3.0/classes/Widget.html#

PyGObject: Cancel a Drag & Drop in Gtk.TreeView

2018-08-22 Thread c.buhtz--- via gtk-app-devel-list
Here on stackoverflow I am asking how do I cancel a Drag & Drop for some specific items in a Gtk.TreeView. https://stackoverflow.com/q/51974845/4865723 ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org https://mail.gnome.org/mai

Re: PyGObject: modify drag icon in TreeView

2018-08-22 Thread c.buhtz--- via gtk-app-devel-list
I opened a stackoverflow question with a MWE for this https://stackoverflow.com/q/51975256/4865723 On 2018-08-14 00:02 "c.buhtz--- via gtk-app-devel-list" wrote: > I want to use the "drag-begin" event to show an individual drag-icon. > <https://lazka.github

Re: PyGObject: modify drag icon in TreeView

2018-08-28 Thread c.buhtz--- via gtk-app-devel-list
On 2018-08-22 23:17 wrote: > I opened a stackoverflow question with a MWE for this > > https://stackoverflow.com/q/51975256/4865723 There is still no answer. Does anyone of you have a hint where I could ask such questions, too? ___________ gtk-app-d

Re: Appending to treestore - how to set selection on new entry?

2018-08-28 Thread infirit via gtk-app-devel-list
ere I know the 'inst' which is the pointer stored in column 2) Next is to get the selection from your view with gtk_tree_view_get_selection and call gtk_tree_selection_select_iter with the toplevel iter from earlier. It should now have selected the newly added row. ~infirit __

"draw" icon with string

2018-09-01 Thread c.buhtz--- via gtk-app-devel-list
I want to use my own drag-icon in a Gtk.TreeView where this is set as an instance of GdkPixbuf.Pixbuf. I can I create/draw a pixbuf and create Text, background and border color in it? ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org

Re: "draw" icon with string

2018-09-03 Thread c.buhtz--- via gtk-app-devel-list
f the second column/cell and not the complete row? On 2018-09-02 02:33 Emmanuele Bassi wrote: > On Sat, 1 Sep 2018 at 22:20, c.buhtz--- via gtk-app-devel-list < > gtk-app-devel-list@gnome.org> wrote: > > > I want to use my own drag-icon in a Gtk.TreeView where this is

Re: PyGObject: modify drag icon in TreeView

2018-09-09 Thread c.buhtz--- via gtk-app-devel-list
There is a problem with documentation. https://gitlab.gnome.org/GNOME/pygobject/issues/251 The answer can be found here. https://stackoverflow.com/a/52248549/4865723 ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org https://mail.gnome.org

Re: "draw" icon with string

2018-09-09 Thread c.buhtz--- via gtk-app-devel-list
airo.Surface) doesn't help here. _______________ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org https://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Re: "draw" icon with string

2018-09-09 Thread c.buhtz--- via gtk-app-devel-list
On 2018-09-09 23:01 "c.buhtz--- via gtk-app-devel-list" wrote: > It is unclear to me how to create a cairo.Surface instance. > <https://pycairo.readthedocs.io/en/latest/reference/surfaces.html#cairo.Surface> And I can not see any text/string drawing method

Re: "draw" icon with string

2018-09-10 Thread c.buhtz--- via gtk-app-devel-list
BACK (draw_button1), > NULL); > >   GtkWidget *grid = gtk_grid_new (); >   gtk_container_set_border_width (GTK_CONTAINER (grid), 10); >   gtk_grid_attach (GTK_GRID (grid), button1, 0, 0, 1, 1); > >   gtk_container_add (GTK_CONTAINER (window), grid); > >   gtk_widget

Cancel a Drag & Drop for some specific items in a Gtk.TreeView

2018-09-10 Thread c.buhtz--- via gtk-app-devel-list
ize this? Maybe I have to use the drag-begin signal and stop the drag in there. But I don't know how. ___________ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org https://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Re: "draw" icon with string

2018-09-10 Thread c.buhtz--- via gtk-app-devel-list
t;Cairo") > >     cr.set_source_rgb(0.0, 0.0, 0.0) >     cr.set_line_width(1) >     cr.rectangle(200/2-width/2, 200/2 - height/2, width, height) >     cr.stroke() > >     return surface > > win = MainWindow() > win.connect("delete-ev

Re: Cancel a Drag & Drop for some specific items in a Gtk.TreeView

2018-09-11 Thread c.buhtz--- via gtk-app-devel-list
ns False for non-draggable rows. Thanks for the hint. It is Gtk.TreeView.do_row_draggable() https://lazka.github.io/pgi-docs/Gtk-3.0/classes/TreeDragSource.html#Gtk.TreeDragSource.do_row_draggable ___________ gtk-app-devel-list mailing list gtk-app-devel-li

PyGObject: ask for system/theme colors

2018-09-14 Thread c.buhtz--- via gtk-app-devel-list
this? _______ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org https://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Own drag icon with same color and font settings as the default drag icon in a Gtk.TreeView

2018-09-14 Thread c.buhtz--- via gtk-app-devel-list
font-face, font-size, font-color) but with a shorter string (only the second of three columns). How does the TreeView get this values? _______ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org https://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Re: Own drag icon with same color and font settings as the default drag icon in a Gtk.TreeView

2018-09-15 Thread infirit via gtk-app-devel-list
Op 15-09-18 om 00:24 schreef c.buhtz--- via gtk-app-devel-list: > I want the same (background-color, font-face, font-size, font-color) > but with a shorter string (only the second of three columns). You use the Gtk.render_* range of functions. There is one for for every type of content yo

Re: Own drag icon with same color and font settings as the default drag icon in a Gtk.TreeView

2018-09-15 Thread infirit via gtk-app-devel-list
)     Gtk.render_layout(stylecontext, cr, 10, 10, pl)     Gtk.drag_set_icon_surface(context, surface) win = MainWindow() win.show_all() Gtk.main() ___________ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org https://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Re: PyGObject: ask for system/theme colors

2018-09-15 Thread infirit via gtk-app-devel-list
Op 14-09-18 om 23:19 schreef c.buhtz--- via gtk-app-devel-list: > I don't want to use colors defined by myself e.g. with RGB-values. > I want to use colors from the system (Windows, Linux, ...) and/or the > theme. > > For example I need the background color of a highlighted

GTK3 + gnuplot

2018-09-18 Thread arkkimede via gtk-app-devel-list
stand how it is possible to do that? Thank you ___________ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org https://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

GtkSourceMap selector not updating

2018-10-07 Thread Zdravetz via gtk-app-devel-list
до 25 октомври. Научи повече на www.superhosting.bg. https://www.superhosting.bg/?utm_source=mail.bg&utm_medium=cpm&utm_content=mail_footer&utm_campaign=campaign2018 _______________ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org https

Re: GtkSourceMap selector not updating

2018-10-07 Thread Zdravetz via gtk-app-devel-list
почни сега! https://www.superhosting.bg/?utm_source=mail.bg&utm_medium=cpm&utm_content=mail_footer&utm_campaign=campaign2018 _______________ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org https://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

GTK+ doesn't track motion of DND file from desktop

2018-11-06 Thread Zdravetz via gtk-app-devel-list
_____ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org https://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Re: GTK+ doesn't track motion of DND file from desktop

2018-11-06 Thread Zdravetz via gtk-app-devel-list
://www.superhosting.bg/?utm_source=mail.bg&utm_medium=cpm&utm_content=mail_header&utm_campaign=campaign2018 ___________ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org https://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Re: Working with embedded images with GResource, GdkPixbuf and GtkWidget

2018-11-11 Thread infirit via gtk-app-devel-list
. ~infirit ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org https://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Second argument of gtk_source_mark_attributes_render_icon

2018-12-23 Thread Zdravetz via gtk-app-devel-list
ви си сайт. В СуперХостинг.БГ пазят място за него! Виж повече на www.superhosting.bg. https://www.superhosting.bg/?utm_source=mail.bg&utm_medium=cpm&utm_content=mail_header&utm_campaign=campaign2018 _______________ gtk-app-devel-list mailing list gtk-ap

Problem with sizes of pixbuf in left gutter

2018-12-24 Thread Zdravetz via gtk-app-devel-list
н? Лесно е! Направи си сайт. В СуперХостинг.БГ пазят място за него! Виж повече на www.superhosting.bg. https://www.superhosting.bg/?utm_source=mail.bg&utm_medium=cpm&utm_content=mail_header&utm_campaign=campaign2018 _______________ gtk-app-devel-list mail

Using GTK in proprietary software

2019-02-07 Thread asrs via gtk-app-devel-list
, Daniel Iwo , Founder ASRS Sent with [ProtonMail](https://protonmail.com) Secure Email. ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org https://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Subclassing on a GtkSourceMark

2019-04-15 Thread Zdravetz via gtk-app-devel-list
vance. - Mail.BG: Безплатен e-mail адрес. Най-добрите характеристики на българския пазар - 30 GB пощенска кутия, 1 GB прикрепен файл, безплатен POP3, мобилна версия и други. http://mail.bg _______ gtk-app-devel-list mailing

Consult for gdk_window_shape_combine_region in GTK3

2019-04-26 Thread jizh9 via gtk-app-devel-list
another process doesn’t. Does it mean in GTK3, gdk_window_shape_combine_region doesn’t support such kind of usage anymore? Is there any way can help to achieve it in GTK3? -- Thanks & Regards, Zhenghua ___________ gtk-app-devel-list mailing list g

Re: The Big Gtk limitations: a reliable GUI builder

2016-11-29 Thread Andrea Zagli via gtk-app-devel-list
zilla.gnome.org/show_bug.cgi?id=774993 https://bugzilla.gnome.org/show_bug.cgi?id=774994 for the copy/paste bug i rebuild glade commenting the lines of code the make it crash [...] ___________ gtk-app-devel-list mailing list gtk-app-devel-list@

Re: Strange 'regression' in gtk+/gstreamer app

2016-12-09 Thread Eric Cashon via gtk-app-devel-list
ee. I don't have a scrollbar in there though. It might be helpful. https://github.com/cecashon/OrderedSetVelociRaptor/blob/master/Misc/Sound/webcam3.c Eric ___________ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org https://mail.gnome.o

Re: Ideas of new widgets and critics, only for enhance gtk+.

2016-12-11 Thread Eric Cashon via gtk-app-devel-list
ble to use the whole GTK+ framework to build the kind of program you might be thinking about. Eric ___________ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org https://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Re: Strange 'regression' in gtk+/gstreamer app

2016-12-12 Thread Eric Cashon via gtk-app-devel-list
est a few more things out. _______________ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org https://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Re: deprecated gtk_cairo_create

2016-12-30 Thread Eric Cashon via gtk-app-devel-list
Message- From: rbd To: gtk-app-devel-list Sent: Fri, Dec 30, 2016 12:24 pm Subject: Re: deprecated gtk_cairo_create Hello Sergei, Unfortunately the use of the gtk3 DrawingArea is a bit obscure and difficult to figure out. However, I have been able to make use of it very effectively in

Re: gtk_dialog_get_action_area() deprecation

2016-12-31 Thread Eric Cashon via gtk-app-devel-list
in a different way but it can be handy for dialog design. Eric ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org https://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Re: gtk_dialog_get_action_area() deprecation

2016-12-31 Thread Eric Cashon via gtk-app-devel-list
tions so I don't need two different CSS strings for the rest of the GTK3 run and start using more of the CSS functionality when GTK4 comes out. Eric ___________ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org https://mail.gnome.org/mailm

Re: gtk3 and fork/exec of non-gtk child

2017-01-14 Thread Eric Cashon via gtk-app-devel-list
s and don't know of a short starter there. Eric ___________ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org https://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Re: Does gtk2 provide a case 'in'-sensitive text search via 'gtk_text_iter_..._search'?

2017-01-19 Thread Eric Cashon via gtk-app-devel-list
ttach(GTK_TABLE(table), button, 0, 1, 2, 3, GTK_EXPAND, GTK_SHRINK, 0, 0); gtk_container_add(GTK_CONTAINER(window), table); gtk_widget_show_all(window); gtk_main(); return 0; } _______________ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org https://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Re: watching a file descriptor in gtk3

2017-01-23 Thread Eric Cashon via gtk-app-devel-list
for since it is a little higher level than using a spawn function but there are a lot of things set up with GSubprocess that make it worth consideration. Options. You can do some nice plotting with GTK+ and Gnuplot also. Eric _______________ gtk-app-de

Re: Does gtk2 provide a case 'in'-sensitive text search via 'gtk_text_iter_..._search'?

2017-01-26 Thread Eric Cashon via gtk-app-devel-list
Eric _______ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org https://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

What does "Pango-CRITICAL **: pango_layout_get_cursor_pos: assertion 'index >= 0 && index <= layout->length' failed" mean?

2017-02-08 Thread Dirk Gottschalk via gtk-app-devel-list
"clicked", G_CALLBACK (showKey), keybuf); gtk_widget_show_all (window); } Can somebody help me and tell me what I am doing wrong? Best Regards, Dirk -- Dirk Gottschalk, Aachen Tel.: 01573 / 1152350 eMail: dirk.gottschalk1...@googlemail.com ___________ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org https://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Re: What does "Pango-CRITICAL **: pango_layout_get_cursor_pos: assertion 'index >= 0 && index <= layout->length' failed" mean?

2017-02-08 Thread Dirk Gottschalk via gtk-app-devel-list
.gnome.org/gtk3/stable/GtkEntryBuffer.html#gtk-entry > -buffer-new > > The second parameter of gtk_entry_buffer_new() specifies the number > of > characters in the string. > > Either change 45 to 17 or to -1. > > Best regards, > Norbert > _____

Re: GtkPrintOperation; request for assistance

2017-02-09 Thread Eric Cashon via gtk-app-devel-list
___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org https://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Re: GtkPrintOperation; request for assistance

2017-02-10 Thread Eric Cashon via gtk-app-devel-list
vement in printing. Eric _______________ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org https://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Re: Removing entries from EntryCompletion

2017-02-13 Thread Eric Cashon via gtk-app-devel-list
will still be safe in /usr/bin. https://github.com/cecashon/OrderedSetVelociRaptor/blob/master/Misc/Csamples/entry_completion2.c Eric ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org https://mail.gnome.org/mailman/listinfo/gtk-app-devel

Re: Does gtk2 provide a case 'in'-sensitive text search via 'gtk_text_iter_..._search'?

2017-02-17 Thread Eric Cashon via gtk-app-devel-list
me. Eric ___________ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org https://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Re: Does gtk2 provide a case 'in'-sensitive text search via 'gtk_text_iter_..._search'?

2017-02-23 Thread Eric Cashon via gtk-app-devel-list
it is pretty interesting how things are put together with UTF-8 to allow for all different types of characters in languages. Eric _______ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org https://mail.gnome.org/mailman/listinfo/gtk-app-

Re: Programatically activate menu like a mouse click

2017-02-23 Thread Eric Cashon via gtk-app-devel-list
one, None, None, None, 0, event.time) return False win = MainWindow() win.connect("delete-event", Gtk.main_quit) win.show_all() Gtk.main() _______________ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org https://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Re: Gtk+ progress bar color

2017-03-08 Thread Eric Cashon via gtk-app-devel-list
aster/Misc/cairo_drawings/da_progress1.c Progress bars as an object. https://github.com/cecashon/OrderedSetVelociRaptor/tree/master/Misc/SteppedProgressBar Have a little fun programming. The tools are there. Eric _______ gtk-app-devel-list mailing lis

Re: Homogeneous table

2017-03-09 Thread Eric Cashon via gtk-app-devel-list
Eric _______ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org https://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Re: Seperating Multiple processes

2017-03-10 Thread Eric Cashon via gtk-app-devel-list
-app-devel-list mailing list gtk-app-devel-list@gnome.org https://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Re: gtk3 layout background image

2017-03-14 Thread Eric Cashon via gtk-app-devel-list
*da, cairo_t *cr, gpointer data) { cairo_set_source_rgb(cr, 0.0, 1.0, 0.0); cairo_paint(cr); return FALSE; } -----Original Message- From: Rúben Rodrigues To: Emmanuele Bassi Cc: gtk-app-devel-list Sent: Tue, Mar 14, 2017 8:00 am Subject: Re: gtk3 layout background image

Re: How to set initial size of TextView?

2017-03-14 Thread Eric Cashon via gtk-app-devel-list
gtk_grid_attach(GTK_GRID(grid), scroll2, 0, 1, 1, 1); gtk_container_add(GTK_CONTAINER(window), grid); gtk_widget_show_all(window); gtk_main(); return 0; } ___________________ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org https://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Re: Seperating Multiple processes

2017-03-17 Thread Eric Cashon via gtk-app-devel-list
st2.c is putting together a pool of sounds to play all at once. Command line easy, thread pools hard. https://github.com/cecashon/OrderedSetVelociRaptor/tree/master/Misc/Sound Hope it is of some help. Eric _______ gtk-app-devel-list mailing lis

Cross platform development

2017-03-17 Thread Dirk Gottschalk via gtk-app-devel-list
cally, which i would prefer. Could anybody provide me some informarion about this? Thanks for your advice. Regards, Dirk -- Dirk Gottschalk, Aachen Tel.: 01573 / 1152350 eMail: dirk.gottschalk1...@googlemail.com ___________ gtk-app-devel-list mailing list gtk-app-

Re: Cross platform development

2017-03-18 Thread Lucas Levrel via gtk-app-devel-list
Le 17 mars 2017, à 23:02, Dirk Gottschalk via gtk-app-devel-list a écrit : I'm developing a multi platform application with GTK+ for Windows and Linux. IIRC is GTK+ and it's dependencies not linkable statically, which i would prefer. Yes, they are! I use this http://mxe.cc/ for m

Re: Cross platform development

2017-03-18 Thread Dirk Gottschalk via gtk-app-devel-list
01573 / 1152350 eMail: dirk.gottschalk1...@googlemail.com _______________ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org https://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Re: Cross platform development

2017-03-19 Thread Lucas Levrel via gtk-app-devel-list
Le 18 mars 2017, à 14:37, Dirk Gottschalk via gtk-app-devel-list a écrit : Am Samstag, den 18.03.2017, 11:42 +0100 schrieb pelzflorian (Florian Pelz): Note that if your application is not libre software (it should be, please make it libre!), then static linking means you need to provide your

Re: Cross platform development

2017-03-19 Thread Dirk Gottschalk via gtk-app-devel-list
Hi Lucas. Am Sonntag, den 19.03.2017, 10:44 +0100 schrieb Lucas Levrel via gtk- app-devel-list: > Le 18 mars 2017, à 14:37, Dirk Gottschalk via gtk-app-devel-list a > écrit : > > > Am Samstag, den 18.03.2017, 11:42 +0100 schrieb pelzflorian > > (Florian > > Pelz): &

Re: Cross platform development

2017-03-19 Thread Dirk Gottschalk via gtk-app-devel-list
s and only the needed ones with my package. My development is done only in a Linux environment. Regards, Dirk -- Dirk Gottschalk, Aachen Tel.: 01573 / 1152350 eMail: dirk.gottschalk1...@googlemail.com _______________ gtk-app-devel-list mailing list gtk-app-devel

Re: drawing GtkDrawingArea surface on motion-notify-event

2017-03-20 Thread Eric Cashon via gtk-app-devel-list
/draw_rectangle1.c Cairo is pretty fast drawing. It take quite a bit to slow it down. Eric -Original Message- From: Marcin Kolny To: gtk-app-devel-list Sent: Mon, Mar 20, 2017 1:25 pm Subject: Re-drawing GtkDrawingArea surface on motion-notify-event Hi everyone, I'd like to

Re: GFileMonitor - g_signal_handler_block "changed" signal doesn't block handler?

2017-04-01 Thread Eric Cashon via gtk-app-devel-list
ID(grid), button, 0, 0, 1, 1); gtk_container_add(GTK_CONTAINER(window), grid); gtk_widget_show_all(window); gtk_main(); g_object_unref(gfile); g_object_unref(filemon); return 0; } ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org https://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Re: Combobox focus event

2017-04-06 Thread Eric Cashon via gtk-app-devel-list
tic gboolean focus_button(GtkWidget *widget, GdkEvent *event, gpointer user_data) { g_print("Button Focus\n"); return FALSE; } static gboolean focus_combo(GtkWidget *widget, GdkEvent *event, gpointer user_data) { g_print("Combo Focus\n"); return FALSE; }

Re: Combobox focus event

2017-04-07 Thread Eric Cashon via gtk-app-devel-list
g as expected. Also look at previous bug reports. If you get everything figured out and it is a bug then file a bug report. As part of the discussion, if someone knows an easy way to connect the "focus-in-event" with the combo box, say so. Eric _________________

Re: Combobox focus event

2017-04-07 Thread Eric Cashon via gtk-app-devel-list
gboolean focus_combo(GtkWidget *widget, GdkEvent *event, gpointer user_data) { g_print("Combo Focus In\n"); return FALSE; } static gboolean focus_button2(GtkWidget *widget, GdkEvent *event, gpointer user_data) { g_print("Button2 Focus\n"); return FALSE; } stat

Re: Combobox focus event

2017-04-08 Thread Eric Cashon via gtk-app-devel-list
{ g_print("Combo Container Focus Out\n"); *combo_focus=FALSE; } else { g_print("Combo Container Focus In\n"); *combo_focus=TRUE; } } _______________ gtk-app-devel-list mailing list gtk-app-

Re: gtk function with argv

2017-04-11 Thread Eric Cashon via gtk-app-devel-list
gchar *widget, GPtrArray *series) { g_print("Init1\n"); gint i=0; gint length=series->len; for(i=0;ihttps://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Re: Custom GtkHeaderBar

2017-04-13 Thread Eric Cashon via gtk-app-devel-list
_WIDGET(data)); cairo_set_source_rgb(cr, 1.0, 0.0, 1.0); //Add 20 to height for 2 time contain width. cairo_rectangle(cr, 0.0, 0.0, width, height+20); cairo_fill(cr); return FALSE; } _______ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org https://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Re: Custom GtkHeaderBar

2017-04-14 Thread Eric Cashon via gtk-app-devel-list
nd am using GTK3.18 which doesn't have all the 3.22 functions. What OS are you using and how did you setup C# for programming with? Eric ___________ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org https://mail.gnome.org/mailman/listinfo/gtk

Re: Custom GtkHeaderBar

2017-04-15 Thread Eric Cashon via gtk-app-devel-list
horizontal box in it. That way you have the event box window and can draw the background a little easier. Eric ___________ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org https://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Re: Custom GtkHeaderBar

2017-04-15 Thread Eric Cashon via gtk-app-devel-list
idget); GtkStyleContext *context=gtk_widget_get_style_context(widget); gtk_render_background(context, cr, 0, 0, width, height); return FALSE; } static void close_program(GtkWidget *widget, gpointer user_data) { gtk_main_quit(); } ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org https://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Re: Custom GtkHeaderBar

2017-04-17 Thread Eric Cashon via gtk-app-devel-list
t going to work for a gradient or image so it is only a partial solution for checking the style class background. Still trying to figure out these things myself. Eric _______________ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org https://mail.gnom

Re: Trouble setting the value of a GtkAdjustment

2017-04-24 Thread Eric Cashon via gtk-app-devel-list
indow); gtk_adjustment_set_value (ADJ, 100.0); gtk_main(); return 0; } _______________________ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org https://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Re: gtktree: combination filter and using gtk_tree_model_foreach

2017-05-24 Thread Eric Cashon via gtk-app-devel-list
&node, &child_iter); gtk_tree_store_set(store, &node, 0, "child", -1); } } i++; return FALSE; } -Original Message----- From: Rob Alblas To: gtk-app-devel-list Sent: Wed, May 24, 2017 5:57 am Subject: gtktree: combination filter and using gtk_tree_mod

Re: Close button in GtkNotebook

2017-05-28 Thread Eric Cashon via gtk-app-devel-list
OTEBOOK(notebook), label1, nb_label1); gtk_notebook_append_page(GTK_NOTEBOOK(notebook), label2, box); g_signal_connect(button, "clicked", G_CALLBACK(button_clicked), notebook); gtk_container_add(GTK_CONTAINER(window), notebook); gtk_widget_show_all(window); gtk_main();

Re: GtkLabel max-width-chars with ellipsize broken?

2017-06-10 Thread Eric Cashon via gtk-app-devel-list
Hi infirit, Give the hexpand a try and see if that works. It works for me on Python3.5 and GTK3.18 Eric ... halign=Gtk.Align.CENTER, hexpand=True) .. ___ gtk-app-devel-list mailing list gtk-app-devel-list

Re: Integrate IP Camera stream in GTK app

2017-06-13 Thread Eric Cashon via gtk-app-devel-list
f any help to you. Eric _______ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org https://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Re: GtkLabel max-width-chars with ellipsize broken?

2017-06-13 Thread Eric Cashon via gtk-app-devel-list
. Eric ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org https://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Re: turn on italics in TextView

2017-06-13 Thread Eric Cashon via gtk-app-devel-list
der_width(GTK_CONTAINER(grid), 8); gtk_grid_set_row_spacing(GTK_GRID(grid), 12); gtk_grid_attach(GTK_GRID(grid), text_view1, 0, 0, 1, 1); gtk_grid_attach(GTK_GRID(grid), toggle1, 0, 1, 1, 1); gtk_container_add(GTK_CONTAINER(window), grid); gtk_widget_show_all(window);

  1   2   3   4   >