Is it possible to have my window always positioned in the centre of the
screen but at the top, even when the window is resized?
GTK_WIN_POS_CENTER_ALWAYS - seems to centre on both x and y.
GTK_WIN_POS_CENTER - doesn't seem to work when resizing.
--
View this message in context:
http://www.nabbl
Hi
In my application i have a treeview where each row contains a check cell
renderer and the signal "row-activated" is sent by the treeview to a
callback function that clicks the "OK" button that makes the application
to process data.
Now, when a check cell has focus, both and keys
toggle the ch
Are you looking for GtkNotebook?
http://developer.gnome.org/doc/API/2.0/gtk/GtkNotebook.html
Remember that the Guideline suggests not to use this if there are a lot of
tabs and they need to be scrolled... if that is the case, then use a list:
http://developer.gnome.org/projects/gup/hig/1.0/contro
On 7/5/06, justforfun <[EMAIL PROTECTED]> wrote:
> I have checked the tutorial on gtk.org, could not find abbed pane or
> multi-page or such.
Sounds like you need gtknotebook:
http://developer.gnome.org/doc/API/2.0/gtk/GtkNotebook.html
___
gtk-app-devel
I am using GTK to develop a GUI for a low level app on Linux, so far so
good.
However, my app grows, I need more and more display capabilities. One window
seems not having enough space...
I have checked the tutorial on gtk.org, could not find abbed pane or
multi-page or such.
Am I missing someth
Thanks. It worked perfectly.
Atanas
___
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list
On 7/5/06, Atanas Atanasov <[EMAIL PROTECTED]> wrote:
> Thanks. The size request worked. However there is an issue. Say I
> create my label to cover all the GtkFixed and set its text
> justification to left. What I expect to see is something like:
The justification setting controls the way line wr
Atanas Atanasov wrote:
[...]
> but what I see is
>
> /--\
> | |
> | line 1 is longer |
> | line2|
> | |
> \--/
Have you set the xalign property to 0.0 ?
Cheers,
Thanks. The size request worked. However there is an issue. Say I
create my label to cover all the GtkFixed and set its text
justification to left. What I expect to see is something like:
/--\
| |
|line 1 is longer |
|line2
Atanas Atanasov wrote:
> I have a GtkWindow with a single GtkFixedChild. Then all the rest of
> the interface goes into the GtkFixed with exact positions which I can
> set through gtk_fixed_put or gtk_fixed_move. Suppose I have a GtkLabel
> child. I would like to be able to set its size and apply a
> What do you exactly expect from gtk_tree_view_get_visible_range()
> when the tree view is not realized, has no size allocated,
> etc. (beside a more helpful error message)? What is
> *visible* then?
I probably expect FALSE again but I suppose the current behaviour is OK
> The errors disappear
I have a GtkWindow with a single GtkFixedChild. Then all the rest of
the interface goes into the GtkFixed with exact positions which I can
set through gtk_fixed_put or gtk_fixed_move. Suppose I have a GtkLabel
child. I would like to be able to set its size and apply a text
alignment through gtk_lab
Hi,
My question is, there is a file, I want to get some lines from it.
Before these lines, there are some multi line comments, which include the
key words I need to search in the file.
For example, the content of the file may like below:
.
/*
13 matches
Mail list logo