search for: gtkvbox

Displaying 5 results from an estimated 5 matches for "gtkvbox".

Did you mean: gtk_box
2001 Jan 22
0
vorbiscomment gui ideas
...here, allowing mass-editing comments?</tooltip> <selection_mode>GTK_SELECTION_EXTENDED</selection_mode> <view_mode>GTK_TREE_VIEW_LINE</view_mode> <view_line>True</view_line> </widget> </widget> <widget> <class>GtkVBox</class> <name>controls_vbox</name> <homogeneous>False</homogeneous> <spacing>0</spacing> <child> <padding>0</padding> <expand>True</expand> <fill>True</fill> </child> &l...
2012 Mar 05
2
changing the drawing context using Cairo and RGtk2
...ng problem: I have a container with two GTK drawing areas converted into Cairo devices. I know that I can set the current drawing context e.g. using dev.set(). But this is tedious. How can I set the context using the objects da1 or da2? w <- gtkWindow() w$setSizeRequest(400, 400) vbox <- gtkVBox() da1 <- gtkDrawingArea() da2 <- gtkDrawingArea() vbox$add(da1) vbox$add(da2) dummy <- asCairoDevice(da1) dummy <- asCairoDevice(da2) w$add(vbox) par(oma=c(0,0,0,0), mar=c(0,0,0,0)) plot(1:10) THX --Mark ???????????????????????????????????? Mark Heckmann Blog: www.mark...
2016 Dec 05
0
CentOS6: devhelp search misses most of GTK+ 2 API functions
Hello there, a long-standing issue I have here and that I'm decided to get rid of now: in the devhelp, most of the GTK+ functions are not found by the search tab: it will find gtk_icon fonctions but no gtk_widget or gtk_color_button, gtk_label etc. Also, it will find GtkVbox item but no gtk_vbox_new, GtkWidget but no gtk_widget function, for instance. The docs are there (gtk-doc, gtk2-devel-docs), since I can find all those API elements by browsing the GTK+ 2 Reference Manual from the Contents tab. Is this really how it should be? Regards, -- wwp -------------- n...
2007 Aug 21
0
Branch 'vivi' - 15 commits - configure.ac libswfdec/Makefile.am libswfdec/swfdec_as_context.c libswfdec/swfdec_as_debugger.h libswfdec/swfdec_as_object.c libswfdec/swfdec_movie.c libswfdec/swfdec_script.c libswfdec/swfdec_types.h vivified/core vivified/ui
..."command-line"> + <signal name="application-set" handler="vivi_command_line_application_set" /> + <signal name="application-unset" handler="vivi_command_line_application_unset" /> + <child> + <object class="GtkVBox" id="box"> + <child> + <object class="GtkScrolledWindow" id="scroll"> + <property name="hscrollbar-policy">automatic</property> + <property name="vscrollbar-policy">automatic</property> + &lt...
2007 Aug 22
0
163 commits - autogen.sh configure.ac doc/swfdec-sections.txt libswfdec-gtk/swfdec_gtk_player.c libswfdec-gtk/swfdec_gtk_player.h libswfdec-gtk/swfdec_gtk_widget.c libswfdec-gtk/swfdec_source.c libswfdec/Makefile.am libswfdec/swfdec_as_array.c
..."command-line"> + <signal name="application-set" handler="vivi_command_line_application_set" /> + <signal name="application-unset" handler="vivi_command_line_application_unset" /> + <child> + <object class="GtkVBox" id="box"> + <child> + <object class="GtkScrolledWindow" id="scroll"> + <property name="hscrollbar-policy">automatic</property> + <property name="vscrollbar-policy">automatic</property> + &lt...