Hey list,
Is there a signal I should be listening for that is emitted when a page
on my GtkAssistant is visible for the first time? By visible, I mean has
already been constructed (e.g "prepare" signal) and is now visible. Each
page in my GtkAssistant is a GtkBox containing child widgets.
--
Kip
This is in re. my posting at
https://mail.gnome.org/archives/gtk-app-devel-list/2013-June/msg00043.html
I realize that many gtk people will regard my query as infra-low
priority, on the grounds that it's disreputable for an app to
attempt to alter stylistic elements on an ad hoc basis -- style
Le 10/06/2013 17:53, Rudra Banerjee a écrit :
> Dear friends,
> I am writing a code with gtk+3.
> I am facing problems with linking the icons and help files with the
> code.
>
> [...]
>
> GtkWidget *window;
> void help_about (GtkMenuItem *helpabout, GtkWidget *window)
> {
> [...]
> gchar *hst
I have solved the second problem (yelp only searches /usr/*, not $HOME).
Any help on the first problem please?
On Mon, 2013-06-10 at 16:53 +0100, Rudra Banerjee wrote:
> Dear friends,
> I am writing a code with gtk+3.
> I am facing problems with linking the icons and help files with the
> code.
>
That did it!
Thanks!
On 06/10/2013 08:44 AM, Colomban Wendling wrote:
Hi,
Le 10/06/2013 12:26, Thomas A. Moulton a écrit :
On 06/09/2013 05:21 PM, Thomas A. Moulton wrote:
Ok here is a single file example of my code... it works the same way
it does in my larger project
Any suggestions would
In my GTK app I like to give users the option of setting an
app-specific font, and I do this via the following sort of
thing:
GtkSettings *settings;
settings = gtk_settings_get_default();
g_object_set(G_OBJECT(settings), "gtk-font-name",
appfont, NULL);
where "appfont" is a strin
Dear friends,
I am writing a code with gtk+3.
I am facing problems with linking the icons and help files with the
code.
#include "config.h"
#include
#include
#include
#include
#include
#include
GtkWidget *window;
void help_about (GtkMenuItem *helpabout, GtkWidget *window)
{
const gch
Hi,
Le 10/06/2013 12:26, Thomas A. Moulton a écrit :
> On 06/09/2013 05:21 PM, Thomas A. Moulton wrote:
>> Ok here is a single file example of my code... it works the same way
>> it does in my larger project
>>
>> Any suggestions would be GREATLY appreciated!
>>
>> tom
>>
> What happens is when yo
On 06/09/2013 05:21 PM, Thomas A. Moulton wrote:
Ok here is a single file example of my code... it works the same way
it does in my larger project
Any suggestions would be GREATLY appreciated!
tom
What happens is when you enter enough lines of text to fill the window
the scrolled window do