On Tue, Mar 19, 2019 at 3:01 AM Mike Martin via gtk-app-devel-list <
gtk-app-devel-list@gnome.org> wrote:
> Is it possible to set different background for a treestore, with a
> liststore, for populated rows v blank area.
>
> ie: If I have a dynamic treeview I would like to have one background colo
Hi all. Is there a way to detect the gdk backend an app is using? I know
about the environment variable - GDK_BACKEND. But often this is not set,
and gtk just picks whatever's available. I need ever-so-slightly different
app behaviour, depending on the backend. Any ideas?
Dan
_
Hi all. Reposting from the gtk-perl list ... no responses there ...
Back in gtk+-2.x, I had some code that could find the path underneath
the mouse ( I was looking for double-click events in a treeview in
this case ):
---
my ( $self, $treeview, $event ) = @_;
if ( $event->type eq '2butt
There is no attachment. Try sharing it a different way - pastebin or
something.
Dan
On Wed, Mar 1, 2017 at 5:18 AM, pozzugno wrote:
> Most probably this isn't the most appropriate mailing list, because I
> think my issue is related to Glade (and not Gtk libraries).
>
> Attached is one of my gra
I'm not sure of the licensing implications ( maybe there are none ),
but the current Ubuntu theme is implemented exclusively in css. If you
have a Ubuntu box, you can locate them in /usr/share/themes ( eg
/usr/share/themes/Ambiance/gtk-3.20 is one particular theme ). If you
copy these into the righ
Neither of your messages had any attachments. Probably they're
stripped out by the mailing list server. If you're trying to point
people to files, screenshots, etc, try chucking them on a blog or
pastebin or something.
Dan
On Sun, Jan 29, 2017 at 12:44 PM, Happy wrote:
>
> Attached is a glade f
On Thu, Dec 1, 2016 at 12:32 AM, Pozz Pozz wrote:
> So this is a Windows only *Gtk* bug, it isn't related to Glade.
> Considering it affects all drag&drop operations for every Gtk applications,
> it's very strange it wasn't fixed yet.
>
> My first impression is Gtk is a product for Linux applicat
> https://drive.google.com/file/d/0B1s7dNPGsJ3CQmpxTTVfZkZfdFE/view?usp=sharing
> [2]
> https://drive.google.com/file/d/0B1s7dNPGsJ3CQmpxTTVfZkZfdFE/view?usp=sharing
>
>
>
> Il 29/11/2016 23:08, Daniel Kasak ha scritto:
>>
>> Glade crashes sometimes, yes. It'
Glade crashes sometimes, yes. It's been much better recently - 3.20
seems pretty stable for me. I don't edit liststores in glade at all,
so I can't comment on that - I construct and populate them
dynamically, and use glade just to place the treeview. I don't really
have the other issues you're talk
Have a look at one of my projects. They're in Perl, but the logic flow
is the same:
http://search.cpan.org/~dkasak/Gtk3-Ex-DBI-3.2/lib/Gtk3/Ex/DBI/Form.pm
Briefly, there are issues in your example code. In insert_sqlite() you
need to fetch values back from your builder object. In perl, you'd do
t
Hi all.
I've written a blog post with an approach that I've just gotten
working for transparent proxying of broadway applications ... so you
can have a single port ( eg https ) open, and proxy each client to
their own broadway instance.
It's not pretty, but it works :)
http://tesla.duckdns.org/t
OK never mind. I've found this one myself:
https://developer.gnome.org/gtk3/stable/GtkContainer.html#gtk-container-child-set-property
On Tue, Aug 9, 2016 at 10:03 AM, Daniel Kasak wrote:
> Hi all.
>
> I can see how to set the 'needs-attention' property while creating an
Hi all.
I can see how to set the 'needs-attention' property while creating and
adding children to a GtkStack. However I don't see how to set the
'needs-attention' property once all widgets are constructed.
If I later use 'gtk_stack_get_child_by_name' I can get the widget that
I added to the stack
On Mon, May 9, 2016 at 2:24 AM, Andrew Robinson wrote:
> Because you are entertaining.
Ditto. In fact every single one of your posts has had multiple dummy
spits. Your particular balance of begging for more help vs pouring
scorn on those who try to help is unique. Where else do you post? I
must
Greetings all. I have a bizarre issue that makes me wonder if I
understand how remote X applications work ...
I'm running Sabayon Linux on my dev laptop. My work has a bunch of
Ubuntu 14.04 LTS servers. When I ssh into a server and run a gtk3 app,
it renders widgets in a horrible 3.1 style, and ma
I have a Windows build of gtk+ that includes pygobject. I also have
instructions around somewhere on how to rebuild it. Msg me if you want
the instructions ( I'll have to dig around ).
http://tesla.duckdns.org/gtk3-perl-windows/
Dan
On Sat, Nov 28, 2015 at 2:37 AM, Lucas Levrel wrote:
> Le 27 n
l think it would be handy to be able to enumerate over the list
of widget names without having to use an external parser, but I
concede it's kinda a corner case, and not too difficult to work
around.
Dan
On Wed, Nov 18, 2015 at 12:14 PM, Daniel Kasak wrote:
> I anticipated this que
s ( ie by having
special code per widget ), but being able to do it generically as
above would be a far better solution. Thoughts?
Dan
On Tue, Nov 17, 2015 at 4:57 AM, Emmanuele Bassi wrote:
> Hi;
>
> On 16 November 2015 at 02:26, Daniel Kasak wrote:
>> Greetings a
Greetings all.
I'd like to get a list of object names from a GtkBuilder object ( I'm
using Perl ). I know about
https://developer.gnome.org/gtk3/stable/GtkBuilder.html#gtk-builder-get-objects
- which returns a list of objects, but I really need the names. Is it
possible?
Dan
_
Sorry to wander slightly away from the original topic, but I'm also
building gtk3 for OSX using jhbuild, and I've found a bunch of issues with
themes and icons and fonts, as per the above discussion. I'm wondering
where the 'responsibility' of setting up a nice vanilla configuration lies?
Would thi
child tag:
>
> https://github.com/jflesch/paperwork/blob/ff333d488f40acfd58b9a7cf58310c5ef1b13bef/src/paperwork/frontend/mainwindow/mainwindow.glade#L215
> * the header bar:
>
> https://github.com/jflesch/paperwork/blob/ff333d488f40acfd58b9a7cf58310c5ef1b13bef/src/paperwork/frontend/mainwindow/mainwindow.glade#L231
&g
Greetings.
I just tried using a GtkHeaderBar in a window in my app. I'm using Glade,
which doesn't support GtkHeaderBar yet, so I've generated the GtkHeaderBar
in code, and in Glade, disabled the 'Decorated' checkbox for the window. I
believe this is the proper way of disabling the window manager'
Not answering your question, but just FYI there are win32 binaries around.
I have Gtk-3.14.3 ( bundled with Perl and other stuff ) at:
http://tesla.duckdns.org/gtk3-perl-windows/ - in the "JewelKit" package.
Sorry I don't have the time to unbundle gtk from everything else at this
point.
I believe
Progress bars got a LOT thinner recently - I think in gtk-3.14.x? This is
even with text in them. I don't know if there is an easy way to revert to
the old appearance.
Dan
On Sat, Nov 15, 2014 at 8:20 AM, rastersoft wrote:
> Hi:
>
> Try to set a text into the bar.
>
> El 14/11/14 a las 21:35, M
Maybe this is an icon-theme issue. It seems to be strictly isolated to the
icon them ubudao-style-1.4.5.
Sorry for the noise.
Dan
On Sun, Oct 26, 2014 at 3:59 PM, Daniel Kasak
wrote:
> Hi all. I'm back with more icon issues. Sorry :)
>
> I've just built glib ( gtk+ wan
Yet another icon issue.
The screenshot is the same as in my previous issue:
http://tesla.duckdns.org/images/x11_vs_broadway.png
When my app is using X11, gtk+ is using my selected icon theme, but when
using broadway, I'm getting the default icon theme. Why? I'm launching both
from a terminal with
Hi all. I'm back with more icon issues. Sorry :)
I've just built glib ( gtk+ wanted a newer version ) & gtk+ on Gentoo by
bumping the ebuild version numbers and using emerge. I build manually to
enable the broadway backend. I just came from gtk+-3.12.2.
In pretty much all cases using X11 now, my
Hi all.
I'm writing a simple broadway session manager. It starts out in modperl -
which looks for an available broadway session, then launches a new broadway
instance, then launches a gtk3 app in that broadway instance. From there,
the idea is there'll be more complicated stuff going on - authenti
Standard disclaimer: I am not a lawyer.
If you're in doubt, I think the best way to do this is to distribute things
separately. Just make an installer / updater for the GTK libs ( that would
be handy, by the way ... oh and if you build some Windows themes, *please*
distribute these too ). Then in
Greetings.
I've asked a similar question in the gtk-l...@gnome.org list, but didn't
get an answer, so thought I'd try here.
I have done a quick proof-of-concept port of some libraries and an app from
Gtk2 to Gtk3. I've built the latest Gtk3 with broadway support. My app runs
fine, but I don't see
://entropy.homelinux.org/axis/
There are 2 database modules ( Gtk2::Ex::DBI and
Gtk2::Ex::Datasheet::DBI ), for forms and datasheets respectively. The
datasheet module does exactly what you're trying to do - fetch data from
a database, dump it into a treeview, manage database updates.
--
D
31 matches
Mail list logo